function valid_ajout(){
	if(document.getElementById('photo').value.length==0){
		alert("Vous n'avez pas choisi de photo pour votre animoz");
		return false;
	}
	return true;
}

function vote(furet){
	document.getElementById("voted").value=furet;
	document.getElementById("form_vote").submit();
}

function favoris() {
	if ( navigator.appName != 'Microsoft Internet Explorer' ){
		window.sidebar.addPanel("Animoz : votez pour les plus belles photos d'animaux","http://www.animoz.fr",""); }
	else { window.external.AddFavorite("Animoz : votez pour les plus belles photos d'animaux","http://www.animoz.fr"); }
}