//setcookie('lang', $_GET['lang'], time() + 3153600, '/', 'localhost');
include_once "main.php";
//include_once ($_COOKIE['lang']);
//$q1 = "select story_id from job_story";
//$r1 = mysql_query($q1) or die(mysql_error());
//$a1 = mysql_num_rows($r1);
//if($a1 != '0')
//{
//mt_srand((double)microtime() * 1000000);
//$number = mt_rand(1, $a1);
//$q2 = "select story from job_story where story_id = \"$number\"";
//$r2 = mysql_query($q2) or die(mysql_error());
//$a2 = mysql_fetch_array($r2);
//$st = $a2[0];
//}
// $lng = $lang;
// if ($lng == 'german.php')
// {
// include("german.php");
// {
// if ($lng == 'english.php')
// { include("english.php");
// }
// }
// }
// else
// include("english.php");
// echo $hello;
// print $_COOKIE['lang'];
?>