
function game(an,wh,hg){
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" WIDTH="'+wh+'" HEIGHT="'+hg+'" id="FlashContent" style="background-color	: #91BA3E;">');
document.write('			    <PARAM NAME=movie VALUE="http://webdizin.net/oyunlar/'+an+'.swf"');
document.write('			    <PARAM NAME=quality VALUE=high>');
document.write('			    <PARAM NAME="AllowScriptAccess" VALUE="never">');
document.write('			    <embed width="'+wh+'" height="'+hg+'" src="http://webdizin.net/oyunlar/'+an+'.swf" quality="high" NAME="FlashContent" AllowScriptAccess="never" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('			  </OBJECT>');
}
function games(an,wh,hg){
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" WIDTH="'+wh+'" HEIGHT="'+hg+'" id="FlashContent" style="background-color	: #91BA3E;">');
document.write('			    <PARAM NAME=movie VALUE="http://www.renklioyun.com/oyunlar/'+an+'.swf"');
document.write('			    <PARAM NAME=quality VALUE=high>');
document.write('			    <PARAM NAME="AllowScriptAccess" VALUE="never">');
document.write('			    <embed width="'+wh+'" height="'+hg+'" src="http://www.renklioyun.com/oyunlar/'+an+'.swf" quality="high" NAME="FlashContent" AllowScriptAccess="never" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('			  </OBJECT>');
}