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/paylas/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/paylas/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/paylas/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/paylas/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/paylas/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/paylas/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/paylas/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/paylas/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/paylas/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/paylas/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/paylas/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/paylas/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/paylas/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/paylas/windowslive.png" width="16"/></a>';
	
	document.write('<div style="float:left; padding-right:5px;"><b>Bağlantıyı Paylaş :</b></div><div>'+ ekle +'</div>');	
}

function favorilerimeEkle()
{	
	if (navigator.appName == "Microsoft Internet Explorer")
		window.external.AddFavorite(site, baslik);
	else
		alert('Tarayıcınız bunu desteklemiyor. CTRL + D ile deneyebilirsiniz.');	
	
	return false;
}

function videoDegistir(no)
{
	var toplam = 5;
	
	for(var i = 0; i < toplam; i++)
	{
		if(i == no)
			document.getElementById('videoSag_'+i).style.display = 'block';
		else
			document.getElementById('videoSag_'+i).style.display = 'none';
	}
	
	return false;
}

function mansetDegistir(no)
{
	var toplam = 5;
	
	for(var i = 0; i < toplam; i++)
	{
		if(i == no)
			document.getElementById('mansetResim'+i).style.display = 'block';
		else
			document.getElementById('mansetResim'+i).style.display = 'none';
	}
	
	return false;
}

function galeriResimDegistir(tur)
{
	if(tur == 1)
	{
		document.getElementById('videoGaleri').style.display	= "block";
		document.getElementById('resimGaleri').style.display	= "none";
	}
	else
	{
		document.getElementById('videoGaleri').style.display	= "none";
		document.getElementById('resimGaleri').style.display	= "block";
	}
	
	return false;
}

/* Pencere Aç 520x400 */
function pencereAc_520x400(_url, _hedef)
{
	var pencereSol = (screen.width - 520) / 2;
	var pencereUst = (screen.height - 400) / 2;
	
	window.open(_url, _hedef, 'width=520, height=400, top=' + pencereUst + ', left=' + pencereSol + ', toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
	return false;
}

/* Pencere Aç Manuel Boyut */
function pencereAc(_url, _hedef, _genislik, _yukseklik)
{
	var pencereSol = (screen.width - _genislik) / 2;
	var pencereUst = (screen.height - _yukseklik) / 2;
	
	window.open(_url, _hedef, 'width='+_genislik+', height='+_yukseklik+', top=' + pencereUst + ', left=' + pencereSol + ', toolbar=0, location=0, directories=0, status=1, menuBar=0, scrollBars=1, resizable=0');
	return false;
}
