// JavaScript Document
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 digg_click()
{
	u=location.href;
	t=document.title;
	window.open('http://digg.com/submit?phase=2&url='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=1,status=1,width=626,height=800, scrollbars=1');
	return false;
}
function delicious_click()
{
	u=location.href;
	t=document.title;
	window.open('http://del.icio.us/post/?url='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=1,status=1,width=626,height=800, scrollbars=1');
	return false;
}