
function bunuEkle()
{
	var ekle = '<a href="http://digg.com/submit?url='+ _url +'&amp;title='+ _baslik +'" rel="nofollow" title="Digg "target="_blank"><img alt="Digg" height="16" src="./images/digg.png" width="16"/></a>';
	ekle 	+= '<a href="http://reddit.com/submit?url='+ _url +'&amp;title='+ _baslik +'" rel="nofollow" title="Reddit "target="_blank"><img alt="Reddit" height="16" src="./images/reddit.png" width="16"/></a>';
	ekle 	+= '<a href="http://del.icio.us/post?url='+ _url +'&amp;title='+ _baslik +'" rel="nofollow" title="Del.icio.us "target="_blank"><img alt="Del.icio.us" height="16" src="./images/delicious.png" width="16"/></a>';
	ekle 	+= '<a href="http://ma.gnolia.com/bookmarklet/add?url='+ _url +'&amp;title='+ _baslik +'" rel="nofollow" title="Ma.gnolia "target="_blank"><img alt="Ma.gnolia" height="16" src="./images/magnolia.png" width="16"/></a>';
	ekle 	+= '<a href="http://www.stumbleupon.com/submit?url='+ _url +'&amp;title='+ _baslik +'" rel="nofollow" title="Stumble Upon "target="_blank"><img alt="Stumble Upon" height="16" src="./images/stumbleupon.png" width="16"/></a>';
	ekle 	+= '<a href="http://www.facebook.com/sharer.php?u='+ _url +'" rel="nofollow" title="Facebook "target="_blank"><img alt="Facebook" height="16" src="./images/facebook.png" width="16"/></a>';
	ekle 	+= '<a href="http://twitter.com/home?status='+ _url +'" rel="nofollow" title="Twitter "target="_blank"><img alt="Twitter" height="16" src="./images/twitter.png" width="16"/></a>';
	ekle 	+= '<a href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk='+ _url +'&amp;title='+ _baslik +'" rel="nofollow" title="Google "target="_blank"><img alt="Google" height="16" src="./images/google.png" width="16"/></a>';
	ekle 	+= '<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u='+ _url +'&amp;t='+ _baslik +'" rel="nofollow" title="Yahoo! MyWeb "target="_blank"><img alt="Yahoo! MyWeb" height="16" src="./images/myweb.png" width="16"/></a>';
	ekle 	+= '<a href="http://furl.net/storeIt.jsp?u='+ _url +'&amp;t='+ _baslik +'" rel="nofollow" title="Furl "target="_blank"><img alt=Furl" height="16" src="./images/furl.png" width="16"/></a>';
	ekle 	+= '<a href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url='+ _url +'&amp;Title='+ _baslik +'" rel="nofollow" title="BlinkList "target="_blank"><img alt="BlinkList" height="16" src="./images/blinklist.png" width="16"/></a>';
	ekle 	+= '<a href="http://www.technorati.com/faves?add='+ _url +'" rel="nofollow" title="Technorati "target="_blank"><img alt="Technorati" height="16" src="./images/technorati.png" width="16"/></a>';
	ekle 	+= '<a href="http://www.mixx.com/submit?page_url='+ _url +'" rel="nofollow" title="Mixx "target="_blank"><img alt="Mixx" height="16" src="./images/mixx.png" width="16"/></a>';
	ekle 	+= '<a href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;mkt=en-us&amp;url='+ _url +'&amp;top=1" rel="nofollow" title="Windows Live "target="_blank"><img alt="Windows Live" height="16" src="./images/windowslive.png" width="16"/></a>';
	
	document.write('<div style="float:left; padding-right:5px;"><b>Paylaş :</b></div><div>'+ ekle +'</div>');	
}
