* @copyright Carsten Lucke */ require_once 'include' . DIRECTORY_SEPARATOR . 'tgcPolarBears.php'; $pb =& new tgcPolarBears(); if (isset($_GET['lang'])) { $pb->setLanguage($_GET['lang']); } echo $pb->runGame(); ?>