
$(document).ready(function(){
var activePageID = $("#t-page-info-fragment input[@name=pageid]").val();
var theDiv = getIdElement('masterImage'+activePageID);
if (theDiv != null) {
theDiv.style.display = "none";
flashSwitch('/cms/global/microsites/ski/flash/'+activePageID+'.swf',570,184,'8','','masterImage'+activePageID,'wMode:opaque',false);
};
});
