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() {url=location.href;title=document.title;window.open('http://digg.com/submit?url='+encodeURIComponent(url)+'&title='+encodeURIComponent(title));return false;}

function msn_click() {
		url=location.href;title=document.title;
		window.open('https://favorites.live.com/quickadd.aspx?url='+encodeURIComponent(url)+'&title='+encodeURIComponent(title));return false;}
		
function google_click() {
		url=location.href;title=document.title;
		window.open('http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk='+encodeURIComponent(url)+'&title='+encodeURIComponent(title));return false;}
		
function delicious_click() {
		url=location.href;title=document.title;
		window.open('http://del.icio.us/post?url='+encodeURIComponent(url)+'&title='+encodeURIComponent(title));return false;}
		
function stumble_click() {
		url=location.href;title=document.title;
		window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(url)+'&title='+encodeURIComponent(title));return false;}
