function fbs_click() {
	u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;
}

function GetThis(T, C, U) {
	var targetUrl1 = 'http://www.myspace.com/index.cfm?fuseaction=postto&t=' + encodeURIComponent(T)
	+ '&c=' + encodeURIComponent(C) + '&u=' + encodeURIComponent(U) + '&l=2';
	window.open(targetUrl1);
}

function DiggIt(T, C, U) {
	var targetUrl2 = 'http://digg.com/submit?url=' + encodeURIComponent(U) + '&title=' + encodeURIComponent(T) + 
	'&bodytext=' + encodeURIComponent(C) + '&media=news&topic=food_drink'
	window.open(targetUrl2);
	
}
function AolFav(T, U) {
	var targetUrl3 = 'http://favorites.my.aol.com/ffclient/webroot/0.4.3/src/html/addBookmarkDialog.html?url='
	+ encodeURIComponent(U) + '&title=' + encodeURIComponent(T)
	window.open(targetUrl3);
}
