function init()
{
//<![CDATA[
	new Tip('tip.mappa.sedeprincipale',
   			'<iframe width="420" height="315" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" '+
   			'src="http://maps.google.it/maps/ms?ie=UTF8&amp;hl=it&amp;msa=0&amp;msid=113183921123386624366.000460bebaf258c2be272&amp;s=AARTsJoQAJzM6bF1N6pbAvDEXPiKLpGv2g&amp;ll=41.905056,12.5139&amp;spn=0.011179,0.018239&amp;z=15&amp;output=embed">' +
   			'</iframe>',
	        {title: 'Sede Principale', className: 'sapienzamap', effect: 'blind', hook: {target: '*', tip: '*'}, showOn: 'click', hideOn: 'click', closeButton: true});
	new Tip('tip.mappa.sedeneurochirurgia',
   			'<iframe width="420" height="315" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" '+
   			'src="http://maps.google.it/maps/ms?ie=UTF8&amp;hl=it&amp;msa=0&amp;msid=113183921123386624366.000462defea9e937ff741&amp;s=AARTsJq60X_xqW_xdS04gO58HiVy1Yh-mw&amp;ll=41.906541,12.512269&amp;spn=0.005589,0.00912&amp;z=16&amp;output=embed">' +
   			'</iframe>',
	        {title: 'Sede NeuroChirurgia', className: 'sapienzamap', effect: 'blind', hook: {target: '*', tip: '*'}, showOn: 'click', hideOn: 'click', closeButton: true});
	new Tip('tip.mappa.sedeneurofisiopatologia',
   			'<iframe width="420" height="315" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" '+
   			'src="http://maps.google.it/maps/ms?ie=UTF8&amp;hl=it&amp;msa=0&amp;msid=113183921123386624366.00046356495cef300c90b&amp;s=AARTsJqFvYkQFBjNvdMNG4OCcZy-ok1Xjg&amp;ll=41.904736,12.515016&amp;spn=0.011179,0.018239&amp;z=15&amp;output=embed">' +
   			'</iframe>',
	        {title: 'Sede NeuroFisiopatologia', className: 'sapienzamap', effect: 'blind', hook: {target: '*', tip: '*'}, showOn: 'click', hideOn: 'click', closeButton: true});	        
	new Tip('tip.mappa.sedesantandrea',
   			'<iframe width="420" height="315" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" '+
            'src="http://maps.google.it/maps/ms?ie=UTF8&amp;hl=it&amp;msa=0&amp;msid=113183921123386624366.000462de85fb768c07a28&amp;s=AARTsJp8F_tifyD4sCQL8XZBWxxSdysFZw&amp;ll=41.981315,12.472315&amp;spn=0.011166,0.018239&amp;z=15&amp;output=embed">' +
   			'</iframe>',
	        {title: 'Sede Ospedale Sant&#39;Andrea', className: 'sapienzamap', effect: 'blind', hook: {target: '*', tip: '*'}, showOn: 'click', hideOn: 'click', closeButton: true});
	new Tip('tip.mappa.sedelatina',
   			'<iframe width="420" height="315" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" '+
            'src="http://maps.google.it/maps?f=q&amp;source=s_q&amp;hl=it&amp;geocode=&amp;q=piazza+repubblica+79+latina&amp;sll=41.888293,12.496626&amp;sspn=0.003914,0.006781&amp;ie=UTF8&amp;ll=41.478361,12.907391&amp;spn=0.007878,0.013561&amp;z=14&amp;output=embed&amp;s=AARTsJqpdgo0tFwKnfohoFym5yGo0sqTjg">' +            
   			'</iframe>',
	        {title: 'Sede Polo Pontino Latina', className: 'sapienzamap', effect: 'blind', hook: {target: '*', tip: '*'}, showOn: 'click', hideOn: 'click', closeButton: true});
	new Tip('tip.mappa.sedeneuromed',
   			'<iframe width="420" height="315" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" '+
            'src="http://maps.google.it/maps?f=q&amp;source=s_q&amp;hl=it&amp;geocode=&amp;q=via+atinense+18+pozzilli&amp;sll=41.470933,12.903163&amp;sspn=0.007878,0.013561&amp;g=piazza+repubblica+79+latina&amp;ie=UTF8&amp;ll=41.540064,14.021559&amp;spn=0.007871,0.013561&amp;z=14&amp;output=embed&amp;s=AARTsJqY274ClwoD9Cg7I3uBl92HYjxlGQ">' +
   			'</iframe>',
	        {title: 'Sede NeuroMed', className: 'sapienzamap', effect: 'blind', hook: {target: '*', tip: '*'}, showOn: 'click', hideOn: 'click', closeButton: true});
//]]>
}

Event.observe(window, 'load', init, false);

function updateExampleTip(newClass, txt) {	
	new Tip('tip00', txt, { title: 'Updated', className: newClass});
}
