 /*function postBadvatar(path, name){ 
	alert(?"test");
	var title = name + " has achieved TOTAL BADNESS."
	var desc = "Come to the bad-side - make your own Badvatar.";
	var params = escape("http://domain2446235.sites.fasthosts.com/dv/badvatar.php?t=" + title + "&d=" + desc + "&i=" + path); 
	var url = "http://www.facebook.com/sharer.php?u=" + params; 
	window.open(url, "badvatar"); 

}
	*/
function postToFacebook(description){ 
	
	var title = "Francois Dillinger's BE BAD Tip of the Day:"
	var desc = description;
    /*var params = escape("http://domain2446235.sites.fasthosts.com/dv/share.php?t=" + title + "&d=" + desc);
	var url = "http://www.facebook.com/sharer.php?u=" + params; 
	*/
	//var url = "http://www.facebook.com/sharer.php?u=http%3A//www.youthinrevolt-themovie.com/share.php%3Ft%3D" + title + "%3A%26d%3D" + desc;
	var url = "http://www.facebook.com/sharer.php?u=http%3A//www.youthinrevolt.co.uk/share.php%3Ft%3D" + title + "%3A%26d%3D" + desc;
	window.open(url, "fb"); 
	
}
function postToTwitter(description){ 
            
   	var desc = description;
    var params = escape(description + " http://www.youthinrevolt.co.uk");
	var url = "http://twitter.com/home?status=" + params; 
	window.open(url, "twit");
	
}