﻿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 twt_click() 
{
	u=location.href;
	t=document.title;
	window.open('http://twitter.com/intent/tweet?original_referer=&source=tweetbutton&text='+encodeURIComponent(t)+'&url='+encodeURIComponent(u),'Tweetle');
	return false;
}
function blg_click() 
{
	u=location.href;
	t=document.title;
	window.open('http://www.blogger.com/blog_this.pyra?t=&u='+encodeURIComponent(u)+'&n='+encodeURIComponent(t),'Blogger');
	return false;
}

function lnk_click() 
{
	u=location.href;
	t=document.title;
	window.open('http://www.linkedin.com/cws/share?url='+encodeURIComponent(u)+'&original_referer='+encodeURIComponent(u),'LinkedIn');
	return false;
}

