function init()
{
//<![CDATA[
	new Tip('tip.spartaco.artizzu',
	        'Tel. 0649979119<br />' + 
	        'Email <a href="mailto:spartaco.artizzu@uniroma1.it">spartaco.artizzu@uniroma1.it</a><br />' +
	        'Sede: Neurochirurgia - Viale del Policlinico 155, 00161 Roma',
            {title: 'Dr. Spartaco Artizzu - Neurochirurgia', className: 'sapienza', effect: 'blind', hook: {target: 'topRight', tip: 'bottomLeft'}, showOn: 'mousemove', hideOn: 'mouseout', closeButton: true});
	new Tip('tip.lia.bardella',
	        'Tel. 0649914480<br />' + 
	        'Email <a href="mailto:lia.bardella@uniroma1.it">lia.bardella@uniroma1.it</a><br />' +
	        'Sede: Neurochirurgia - Viale del Policlinico 155, 00161 Roma',
            {title: 'Dr. Lia Bardella - Neurochirurgia', className: 'sapienza', effect: 'blind', hook: {target: 'topRight', tip: 'bottomLeft'}, showOn: 'mousemove', hideOn: 'mouseout', closeButton: true});
	new Tip('tip.carlo.colosimo',
		    'I Facoltà di Medicina e Chirurgia<br />' +
	        'Sede: DU Emergenza e Urgenza - Viale del Policlinico 155, 00161 Roma',
            {title: 'Prof. Carlo Colosimo - Neurologo', className: 'sapienza', effect: 'blind', hook: {target: 'topRight', tip: 'bottomLeft'}, showOn: 'mousemove', hideOn: 'mouseout', closeButton: true});
	new Tip('tip.maurizio.domenicucci',
	        'Tel. 0649979119<br />' + 
	        'Sede: Neurochirurgia - Viale del Policlinico 155, 00161 Roma',
            {title: 'Dr. Maurizio Domenicucci - Neurochirurgia', className: 'sapienza', effect: 'blind', hook: {target: 'topRight', tip: 'bottomLeft'}, showOn: 'mousemove', hideOn: 'mouseout', closeButton: true});
	new Tip('tip.mariateresa.faedda',
	        'Tel. 0649914028<br />' + 
	        'Email <a href="mailto:mariateresa.faedda@uniroma1.it">mariateresa.faedda@uniroma1.it</a><br />' +
	        'Sede: Neurologia - Viale dell&#39;Università 30, 00185 Roma - Piano 2',
            {title: 'Dr. Maria Teresa Faedda - Neurologia', className: 'sapienza', effect: 'blind', hook: {target: 'topRight', tip: 'bottomLeft'}, showOn: 'mousemove', hideOn: 'mouseout', closeButton: true});
	new Tip('tip.emanuela.rastelli',
	        'Tel. 0649970236<br />' + 
	        'Sede: Neurochirurgia - Viale del Policlinico 155, 00161 Roma',
            {title: 'Dr. Emanuela Rastelli - Neuroradiologia', className: 'sapienza', effect: 'blind', hook: {target: 'topRight', tip: 'bottomLeft'}, showOn: 'mousemove', hideOn: 'mouseout', closeButton: true});  
	new Tip('tip.maurizio.salvati',
	        'Tel. 0649979119<br />' + 
	        'Sede: Neurochirurgia - Viale del Policlinico 155, 00161 Roma',
            {title: 'Dr. Maurizio Salvati - Neurochirurgia', className: 'sapienza', effect: 'blind', hook: {target: 'topRight', tip: 'bottomLeft'}, showOn: 'mousemove', hideOn: 'mouseout', closeButton: true});  
	new Tip('tip.danilo.toni',
	        'Sede: DU Emeregenza e Ugernza - Viale del Policlinico 155, 00161 Roma',
            {title: 'Dr. Danilo. Toni', className: 'sapienza', effect: 'blind', hook: {target: 'topRight', tip: 'bottomLeft'}, showOn: 'mousemove', hideOn: 'mouseout', closeButton: true});
//]]>
}

Event.observe(window, 'load', init, false);

function updateExampleTip(newClass, txt) {	
	new Tip('tip00', txt, { title: 'Updated', className: newClass});
}

