/*-------------------------------------------------------------------
header.js
VNUNet.fr version
Generate a header that look like the header of VNUNet.fr
---------------------------------------------------------------------
20090423 - ADH V1.00
---------------------------------------------------------------------*/
ord=Math.random()*10000000000000000;
d = document;

/* write header objects */
d.writeln('<div id="MainCont">');
d.writeln('		<div id="Logo">');
d.writeln('			<img src="http://www.netmediaeurope.fr/lesjeudis/js/vnunet/img/VNUNet.fr.png" title="VNUNet.fr" alt="VNUNet.fr" usemap="#mapHeader" border="0" />');
d.writeln('		</div>');
d.writeln('		<map name="mapHeader">');
d.writeln('			<area shape="rect" coords="17,7,280,50" href="http://www.vnunet.fr/" alt="VNUNet.fr" title="VNUNet.fr" />');
d.writeln('			<area shape="rect" coords="38,58,100,77" href="http://www.vnunet.fr/" alt="Page d\'accueil" title="Page d\'accueil" />');
d.writeln('			<area shape="rect" coords="102,58,178,77" href="http://www.vnunet.fr/actualite" alt="Actualités" title="Actualités" />');
d.writeln('			<area shape="rect" coords="180,58,282,77" href="http://livreblanc.vnunet.fr/" alt="Livres blancs" title="Livres blancs" />');
d.writeln('			<area shape="rect" coords="284,58,356,77" href="http://www.vnunet.fr/dossiers/" alt="Dossiers" title="Dossiers" />');
d.writeln('			<area shape="rect" coords="358,58,451,77" href="http://telecharger.vnunet.fr/" alt="Télécharger" title="Télécharger" />');
d.writeln('			<area shape="rect" coords="453,58,528,77" href="http://shopping.vnunet.fr/" alt="Shopping" title="Shopping" />');
d.writeln('			<area shape="rect" coords="530,58,598,77" href="http://www.vnunet.fr/services/" alt="Services" title="Services" />');
d.writeln('			<area shape="rect" coords="600,58,706,77" href="http://forum.vnunet.fr/" alt="Communauté IT" title="Communauté IT" />');
d.writeln('			<area shape="rect" coords="709,58,734,77" href="http://www.vnunet.fr/tv/" alt="VNUNet TV" title="VNUNet TV" />');
d.writeln('		</map>');
d.writeln('		<div id="SearchBar"><!-- search form -->');
d.writeln('			<form accept-charset="UTF-8" name="standardSearch" action="http://www.vnunet.fr/rechercher/" method="post">');
d.writeln('				<input onclick="if(this.value==\'Entrez votre recherche sur\') this.value=\'\';" class="linetext" title="Recherche" value="Entrez votre recherche sur" name="query" id="q" accesskey="q" type="text">');
d.writeln('				<input name="page" id="page" value="1" type="hidden">');
d.writeln('				<input name="source" id="source" value="vnunet" type="hidden">');
d.writeln('				<select name="zone">');
d.writeln('					<option value="tout">Tout VNUNet.fr</option>');
d.writeln('					<option value="actualite">Actualité</option>');
d.writeln('					<option value="dossiers">Dossiers</option>');
d.writeln('				</select>');
d.writeln('				<input title="Rechercher" class="submit" name="submitForm" value="GO" type="submit">');
d.writeln('			</form>');
d.writeln('		</div><!-- end search form -->');
// develop the Dart tag
var strSrc = "<script language=\"javascript\" src=\"" + "http://www.netmediaeurope.fr/lesjeudis/js/vnunet/PrintAdvert.php?ord=" + ord + "&id=AdvertLeaderboard&url=http://ad.fr.doubleclick.net/adj/tsol.vnunet.fr/lesjeudis;page=lesjeudis;tile=1;dcopt=ist;sz=728x90;" + "\"><\/script>";
d.writeln(strSrc);
d.writeln('		<div id="bodyholder" class="clearfix">');
/* end of VNUNet's header - beginning  of content */

