function clearFavs(){
  	var myAjax = new Ajax.Request('includes/clearfavorites.php', {  
		method: 'get',
		onSuccess: function() { 
		window.location=location.href;
		} });
}