swfobject.embedSWF("swf/cubism_hero.swf?fid="+Math.random(), "HomeBox", "980", "384", "9.0.0");

$(document).ready(function(){
//    var leftPos = $('div#headerBox div.cubismLogo img').position().left;
//    var elementWidth = $('div#headerBox div.cubismLogo img').width();
//    var markerPosition = leftPos + (elementWidth / 2);
//
//    if($.browser.msie == true || $.browser.mozilla == true) {
//	markerPosition+= 41;
//    } else {
//	markerPosition+= 115;
//    }
//
//    $("div#headerBox div.headerLine div.menuMarker").css('left',markerPosition);
});

