﻿/* list of floating layer popups to handle */
$(document).ready(function () { 
    $(".glowbox").glowbox().show();
    // trigger class, layerId, topOffset, leftOffset, popLocation (middle, auto)
    addRolloverLayer("about_fandango_popup", "about_fandango_popup_container", 30, 0, "middle");
}); 

// load carousel script if necessary
$(document).ready(function () { 
    if (document.getElementById("mycarousel")) {
    	var scriptPath = parseUri($(document.getElementsByTagName("script")[0]).attr("src"));
    	$import(scriptPath.protocol+'://'+scriptPath.host+''+scriptPath.directory+'photo_gallery_player.js');    	
	}    
});   