function kategorigit(adres) { window.location = adres; }
var oyun, iframe, en, boy;
function oyun_oyna(){
var x=document.getElementById('g_reklam').style;
x.display='none';
if(iframe == ''){
document.getElementById("oyunoyna").innerHTML='<object id="obje2" width="'+en+'" height="'+boy+'" classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=6,0,0,0"><param name="movie" value="'+oyun+'"><param name="allowScriptAccess" value="always"><param name="quality" value="high"><param name="scale" value="exactfit"><param name="menu" value="true"><embed id="obje1" allowScriptAccess="always" width="'+en+'" height="'+boy+'" name="flGame" src="'+oyun+'" quality="high" scale="exactfit" menu="true" swLiveConnect="false" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>';
}
else { document.getElementById("oyunoyna").innerHTML='<iframe height="'+boy+'" width="'+en+'" src="'+iframe+'" scrolling="no" frameborder="0"></iframe>'; }
}
function oyun_gecis_reklam(){
setTimeout('oyun_oyna()',5000);
}
function kopyala(theField) {
	var tempval=eval("document."+theField)
	tempval.focus()
	,tempval.select()
	therange=tempval.createTextRange()
	therange.execCommand("Copy")
}






