
document.write("<TABLE WIDTH=468 BORDER=0 CELLPADDING=1 CELLSPACING=0>");
document.write("<form name=francite_bandeau action=http://recherche.francite.com/cgi-win/recherche.exe method=GET target=_blank>");
document.write("<TR><TD VALIGN=top><TABLE WIDTH=100% BORDER=0 CELLSPACING=0 CELLPADDING=0>");
document.write("<TR VALIGN=top><TD VALIGN=center align=center colspan=2><DIV ALIGN=center>");




   document.write("<SCRIPT LANGUAGE='JAVASCRIPT' SRC='http://ad.webreseau.com/pubs.asp?id=495052&i_banniere=1'></SCRIPT>");
   document.write("<SCRIPT LANGUAGE='JAVASCRIPT' SRC='http://tag.regieci.com/pubs.asp?id=495052&i_pu_def=1'></SCRIPT>");



document.write('<map name="piton">');
document.write('<area alt="Zappette" coords="1,1,80,13" href="javascript:OuvreZappette()">');
document.write('<area alt="Rencontre" coords="83,1,178,14" href="http://cruising.francite.com" target="_blank">');
document.write('<area alt="Casino" coords="183,0,247,15" href="http://www.avalanchecasino.com" target="_blank">');
document.write('</map>');
function OuvreZappette()
{
window.open('http://telecommande.francite.com/zapp.html', '', 'width=468,height=235,left=1,top=1')
}
document.write("<tr>");   
document.write("<td valign=bottom><IMG SRC=http://images.francite.com/autoaffiliation/loupe.gif BORDER=0 ALIGN=TOP>");
document.write("<input type=text name=name size=30 size=1 style='font-size: 9 px' value='Recherche'>&nbsp;<input type=button value=' OK ' style='font-size: 8 px'  onclick='window.document.francite_bandeau.submit()'></td>");
document.write("<td valign=bottom>&nbsp;<IMG SRC=http://images.francite.com/autoaffiliation/spiton.gif BORDER=0 ALIGN=TOP usemap=#piton></td>");
document.write("</tr>");
document.write("</TABLE></TD></TR></FORM></TABLE>");	
		//parti qui insère un cookie sur l'ordi de la personne qui visite le site
		var cookieTrouve = false;
		var debut = 0;
		var fin = 0;
		var chaineDeCookie=document.cookie;
		var i=0;
		var nom = "AffichePopupPartouche";

		//examiner le cookie pour localiser nom
		while (i<=chaineDeCookie.length)
			{
			debut=i;
			fin=debut+nom.length;
			if (chaineDeCookie.substring(debut,fin)==nom)
				{
				cookieTrouve = true;
				break;
				}
			i++;
			}
	
	
		//si le cookie n'est pas trouvé on le met sur l'ordi de la personne et on fait affiché
		//le popup	
		if (cookieTrouve == false)
			{
			var expires = new Date();
			expires.setTime (expires.getTime()+24*60*60*1*1000);
			var dateExpiration = expires.toGMTString();

			// On demande au navigateur d'ecrire le cookie :
			document.cookie = "AffichePopupPartouche=Oui;expires=" + dateExpiration;	
    			window.open('http://js.francite.com/mil1/redirect.asp?referer=' + (document.location) + '&catego=0','','width=1,height=1,left=2500,top=2500');
			window.focus();
			document.write('<SCRIPT LANGUAGE="JAVASCRIPT" SRC="http://compteur.monjackpot.com/CompteImpFrancite.asp?Page=ImpPopupReseau"></SCRIPT>');
			}	

