window.addEvent('domready', function()  
{
		/*--------------------*/
		/*
		
		<a id="site" href="club/index.php">
			<div id="immagine_centrale">
					&nbsp;
			</div>
		</a>
		*/
		/*
	link="indexX.php";
}else
{
	link="club/index.php";
}

	var myAncor = new Element('a', {
	    id: 'site',                        
	    href: link,
	    html: '<div id="immagine_centrale" style="margin:auto;width:800px;height:600px;">&nbsp;</div>',
	    styles: {}
	});
myAncor.injectAfter($('dummy'));
$('immagine_centrale').setStyle('background-image','intropagenew.jpg');

		*/
		
		
		//$('site').set("href","index.php");
		//alert(BrowserDetect.browser);
		//alert(BrowserDetect.version);
if (BrowserDetect.browser == "Explorer" && BrowserDetect.version<7) {
		$('site').set("href","http://www.lagunablu-varese.it/index3.php");
}else{
		$('site').set("href","http://www.lagunablu-varese.it/club/index.php");
}
		//alert ($('site').get('href'));
});
//	    html:'<div id="immagine_centrale" style="background-image:url("intropagenew.jpg");style="margin:auto;width:800px;height:600px;">&nbsp;</div>'
