function out(id){
	var xhr_object;
	if(window.XMLHttpRequest)
	   xhr_object = new XMLHttpRequest();
	else if(window.ActiveXObject)
	   xhr_object = new ActiveXObject("Microsoft.XMLHTTP");
	else
		return;	
	xhr_object.open("GET", "/boost.php"+ id, true);	
	xhr_object.send(null);
}

function favoris(){
	if( navigator.appName != 'Microsoft Internet Explorer'){
		window.sidebar.addPanel("Films Pornos Gratuits","http://www.sexe-city.fr","");
	}
	else{
		window.external.AddFavorite("http://www.sexe-city.fr","Films Pornos Gratuits");
	}
}

