function begendim(Xid)
{
	$('#part4').html('<center>Yükleniyor</center>');
	$('#part4').load('/begeni/p.php?id=' + Xid);
	return false;
}
function begenmedim(Xid)
{
	$('#part3').html('<center>Yükleniyor</center>');
	$('#part3').load('/begeni/n.php?id=' + Xid);
	return false;
}
function d(x)
{
	$('#i').load('i.php?x=' + x);
	$('a.sec').removeClass('sec');
	$('a#jv' + x).toggleClass('sec');
}

function FavorilereEkle() { 
title = "Oyunlar9";  
url = "http://www.oyunlar9.com/";  
if (window.sidebar) { 
// Mozilla Firefox Bookmark		
window.sidebar.addPanel(title, url,"");	
} else if( window.external ) { 
// IE Favorite		
window.external.AddFavorite( url, title); 
}	
else if(window.opera && window.print) { 
// Opera Hotlist		
return true; } 
}

function AnaSayfaYap() {
	if (document.all) {
		document.body.style.behavior='url(#default#homepage)';
		document.body.setHomePage('http://www.oyunlar9.com/');
	} else if (window.sidebar) {
		if(window.netscape) {
			try {  
				netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");  
			} catch(e) {  
				alert("Bu özellik tarayınız tarafından desteklenmiyor.\nLütfen ayarları elle yapmayı deneyin.");  
			}
		} 
		var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch);
		prefs.setCharPref('browser.startup.homepage','http://www.oyunlar9.com/');
	}
}
