function svuota(ID)
	{
	var text = document.getElementById(ID);
	var stringa = text.value;

	if (text.value == "Alias" | text.value == "Password" | text.value == "(Inserisci il tuo annuncio max 250 caratteri)" | stringa.substr(0,5) == "Quest")
	text.value = '';		
	else
	text.value = text.value
	}

function popola(ID)
	{
	var text = document.getElementById(ID);
	if (ID == "aliaslogin" & text.value == "")
	text.value = "Alias";	
	if (ID == "passwordlogin" & text.value == "")
	text.value = "Password";	
	if (ID == "annuncio" & text.value == "")
	text.value = "(Inserisci il tuo annuncio max 250 caratteri)";
	if (ID == "email" & text.value == "")
	text.value = "Questo indirizzo e' confidenziale";
}

function preferiti() {
title = "Bluelove. Il nuovo portale per incontrare la tua anima gemella.";
url = "http://www.bluelove.it";
if (window.sidebar) {
// Preferiti per Mozilla Firefox 
window.sidebar.addPanel(title, url,"");
} else if( window.external ) {
// Preferiti per MSIE 
window.external.AddFavorite( url, title);
}
}

function homepage() {
if(document.all)
document.body.style.behavior='url(#default#homepage)';
document.body.setHomePage('http://www.bluelove.it');
}
