// JScript source code
//<![CDATA[
/* Replacement calls. Please see documentation for more information. */

if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
	sIFR.replaceElement(named({sSelector:"body h1", sWmode: "transparent", sFlashSrc:"/javascripts/y2k_neophyte.swf", sColor:"#a237b6", sLinkColor:"#a237b6", sBgColor:"#FFFFFF", sHoverColor:"#a237b6", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0"}));

};

//]]>

    $(document).ready(function() { 
        $('ul.sf-menu').superfish({ 
            delay:       1000,                            // one second delay on mouseout 
            animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
            speed:       'fast',                          // faster animation speed 
            autoArrows:  false,                           // disable generation of arrow mark-up 
            dropShadows: false                            // disable drop shadows
        });
        $("a#youtubemovie").fancybox();
    }); 
