var c = "";
c += "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">";
c += "<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"fr\" lang=\"fr\" dir=\"ltr\">";
c += "	<head>";
c += "		<meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\" />";
c += "		<title>Trucmuche 2009 - La Voix du Nord - La Voix des Sports</title>";
c += "		<meta http-equiv=\"Content-Script-Type\" content=\"text/javascript\" />";
c += "		<meta http-equiv=\"Content-Style-Type\" content=\"text/css\" />";
c += "		<meta http-equiv=\"Content-language\" content=\"fr\" />";
c += "";
c += "		<meta name=\"keywords\" content=\"keywords\" />";
c += "		<meta name=\"description\" content=\"description\" />";
c += "		<meta name=\"Robots\" content=\"All, index, follow, archive\" />";
c += "";
c += "		<!--[if !IE]>CSS by media or page type<![endif]-->";
c += "		<link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheets/structure/reset_of_death.css\" media=\"screen, projection\" />";
c += "		<link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheets/structure/screen-splash.css\" media=\"screen, projection\" />";
c += "";
c += "		<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/favicon.gif\" />";
c += "		<link rel=\"icon\" type=\"image/png\" href=\"/favicon.gif\" />";
c += "";
c += "	</head>";
c += "	<body>";
c += "";
c += "		<!--[if IE 6]><div id=\"IE6\" class=\"clearfix\"><![endif]-->";
c += "		<!--[if IE 7]><div id=\"IE7\" class=\"clearfix\"><![endif]-->";
c += "		<!--[if (IE) & (!IE 6) & (!IE 7)]><div id=\"IE\" class=\"clearfix\"><![endif]-->";
c += "		<!--[if !IE]>--><div id=\"NOTIE\" class=\"clearfix\"><!--<![endif]-->";
c += "";
c += "	<div id=\"global\" class=\"clearfix\">";
c += "";
c += "        <div id=\"splash\">";
c += "          <object type=\"application/x-shockwave-flash\" data=\"/images/flash/splash.swf\" width=\"800\" height=\"500\">";
c += "            <param name=\"movie\" value=\"/images/flash/splash.swf\" />";
c += "            <param name=\"wmode\" value=\"transparent\" />";
c += "            <img src=\"/images/_TEMP/splash.jpg\" width=\"800\" height=\"500\" alt=\"Trucmuche\" />";
c += "          </object>";
c += "        </div>";
c += "";
c += "        <a id=\"site\" href=\"http://www.trucmuche.fr/index.php?splashmuche=1\"><span>Passer l'intro</span></a>";
c += "";
c += "	</div> <!--[if !IE]> End global <![endif]-->";
c += "";
c += "</div> <!--[if !IE]> End client test <![endif]-->";
c += "";
c += "</body>";
c += "</html>";

document.write("<style type='text/css'> body { display:none; }</style>");

function display_splash(){
	document.write(c);
	document.close();
}
