var Microsites = {
    init: function(swf)
    {
        /*var links = $$('.microsite');
        
        for(var i = 0; i < links.length; i++)
        {
			if(links[i].href != "http://get.adobe.com/flashplayer/")
				links[i].rel="shadowbox;height=450;width=775;options={handleOversize:'none',viewportPadding:0,assetURL:'/Content/images/Shadowbox/'}";
			else
				links[i].onclick = function(){
					if(confirm("Adobe Flash Player is required for the Microsite.\n \nTo download and install the most recent version of Adobe Flash Player click Ok"))
						Global.openExternal(this); return false;
				}
				
        }

        Shadowbox.init();
		*/

    }
}