	$(document).ready(function(){
		Shadowbox.init({
			// let's skip the automatic setup because we don't have any
			// properly configured link elements on the page
			skipSetup: true,
			overlayOpacity: 0.5
		});
		Shadowbox.open({
			player:     "html",
			content:    "<div id='agenti_popup'><a href='mailto:info@callegaritende.it'><img src='images/popup/popup1.jpg' alt='Agenti Callegari' border='0' /></a></div>",
			width:      400,
			height:     400
		});
		
	});
