function changeGame(ingame) {
	new Ajax.Updater('game',HOME_DIR+'games/'+ingame,{ evalScripts: true });
}
