function shareThisPage(destSite){
	var shareTitle="";
	var siteURL = "http://www.birakeyfimikacirma.com";
	var targetURL = "";
	var thisUrl = "";

	if (shareTitle == '') {shareTitle = "Bira Keyfimi Kaçırma";}
	
	var thisUrl = siteURL
	var description = "";
	try{
		description += "Bira Keyfimi Kaçırma";
	}catch(err){	
	}


	switch (destSite){
		case "Del.icio.us":
			targetURL = "http://del.icio.us/post?url=" + thisUrl + "&title="+ shareTitle;
		break;
		case "Digg":
			targetURL = "http://digg.com/submit?url=" + thisUrl + "&title=" + shareTitle;
		break;
		case "Myspace":
			targetURL = "http://www.myspace.com/Modules/PostTo/Pages/?c="+ thisUrl + "&t=" + shareTitle;
		break;
		case "Facebook":
			targetURL = "http://www.facebook.com/sharer.php?u=" + thisUrl + "&t=" + shareTitle;
		break;
		case "Google Bookmarks":
			targetURL = "http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk=" + thisUrl +"&title=" + shareTitle;
		break;
		case "Yahoo Myweb":
			targetURL = "http://myweb2.search.yahoo.com/myresults/bookmarklet?u=" + thisUrl + "&t=" + shareTitle;
		break;
		case "StumbleUpon":
			targetURL = "http://www.stumbleupon.com/refer.php?url=" + thisUrl + "&title=" + shareTitle;
		break;
		case "Reddit":
			targetURL = "http://reddit.com/submit?url=" + thisUrl + "&title=" + shareTitle;
		break;
		case "Newsvine":
			 targetURL = "http://www.newsvine.com/_tools/seed&save?u=" + thisUrl + "&h=" + shareTitle;
		break;
		case "Live Bookmarks":
			targetURL = "https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url=" + thisUrl + "&title="+ shareTitle;
		break;
		case "Technorati":
			targetURL = "http://www.technorati.com/faves?add=" + thisUrl;
		break;
		case "Twitter":
			targetURL = "http://twitter.com/home?status="+ shareTitle + " - " + thisUrl;
		break;
		case "Yahoo Bookmarks":
			targetURL = "http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&u=" + thisUrl + "&title="+ shareTitle;
		break;
		case "myAOL":
			targetURL = "http://favorites.my.aol.com/ffclient/webroot/0.4.1/src/html/addBookmarkDialog.html?url="+ thisUrl + "&title="+ shareTitle;
		break;
		case "mySpace":
			targetURL = "http://www.myspace.com/Modules/PostTo/Pages/?t="+ shareTitle  + "&url="+ thisUrl;;
		break;
		case "FriendFeed":
			targetURL = "http://friendfeed.com/?url=" + thisUrl + "&title="+ shareTitle;
		break;
		
	}
	if(targetURL != ""){
		window.open(targetURL,"_blank");
	}	
}
