function GetTheGame(TheGame,TheWidth,TheHeight,TheColor,ThePlayer){
     document.write('<div id="flashgame">LOADING</div>');
     document.getElementById("flashgame").innerHTML = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+ThePlayer+',0,0,0" width="'+TheWidth+'" height="'+TheHeight+'" id="'+TheGame+'" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="false" /><param name="movie" value="'+TheGame+'.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#'+TheColor+'" /><embed src="'+TheGame+'.swf" quality="high" bgcolor="#'+TheColor+'" width="'+TheWidth+'" height="'+TheHeight+'" name="'+TheGame+'" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
     return true;
}
function GetSearchForm(){
     document.write('<div id="searchform">LOADING</div>');
     document.getElementById("searchform").innerHTML = '<form action="http://www.gameslark.com/search/search.php" method="get"><input type="text" name="query" id="query" size="20" value="" action="http://www.gameslark.com/search/include/js_suggest/suggest.php" columns="2" autocomplete="off" delay="1000" /><input type="image" src="http://www.gameslark.com/images/button-search.gif" value="Search" /><input type="hidden" name="search" value="1"></form>';
     return true;
}