function preferiti(){
	title = "ISNI2010 | X International Congress of Neuroimmunology";
	url = "http://www.isni2010.org";
	if (window.sidebar) {
		// Preferiti per Mozilla Firefox 
		window.sidebar.addPanel(title, url, "");
	}
	else 
		if (window.external) {
			// Preferiti per MSIE 
			window.external.AddFavorite(url, title);
		}
}

