function shareclick(target,vid)
{
	var strFF = "Alp Bela\'n%C4%B1n son %C5%9Fark%C4%B1s%C4%B1na haz%C4%B1rlad%C4%B1%C4%9F%C4%B1m video klip!Sonuna kadar izleyin!";
	if(vid != 0)
	{
		urlToOpen = "http://www.parmaklaragel.com/index.html?vid="+vid;
		
	}
	if(target == "facebook")
	{
		window.open("http://www.facebook.com/sharer.php?u="+escape(urlToOpen)+"&amp;t="+strFF ,'sharer' + new Date().getTime(),'toolbar=0,status=0,width=626,height=436');
		return false;
	}
	else if(target == "twitter")
	{
		window.open("http://twitter.com/home?status=" + strFF + " "+escape(urlToOpen),'sharer' + new Date().getTime(),'toolbar=0,status=0,width=626,height=436'); 
		return false;
	}
	else if(target == "friendfeed")
	{
//		var strFF = "Alp Bela%27n&#305;n son &#351;ark&#305;s&#305;na haz&#305;rlad&#305;&#287;&#305;m video klip&#33; Sonuna kadar izleyin&#33;";

		window.open("http://friendfeed.com/share/bookmarklet/frame#title="+strFF+"&amp;url="+escape(urlToOpen),'sharer' + new Date().getTime(),'toolbar=0,status=0,width=626,height=436');
		 return false;
	}
}

		

