// determination type d'affichage
// ------------------------------
if ( typeof mask_hitparade == "undefined" ) hitparade = 1; else hitparade = 0; 
if ( typeof no_table == "undefined" ) with_table = 1; else with_table = 0; 
if ( typeof no_link == "undefined" ) with_link = 1; else with_link = 0; 

if( with_table ) {
        // creation table + 1ere colonne
        document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
        document.writeln('  <tr>');
        document.writeln('    <td width="33%"><div align="left">');
}

// stat phpmyvisites
// -----------------
<!-- phpmyvisites -->

<!-- /phpmyvisites --> 

// fin stat phpmyvisites
// -----------------

// appel compteur Moostik (invisible)
document.writeln('<img src="http://m3.moostik.net/img/?pseudo=lkoeller&amp;option=invisible" width="1" height="1" border="0" alt="[]" />');

if( with_table ) {
        // fin 1ere colonne
        document.writeln('    </div></td>');
        // 2eme colone
        document.writeln('    <td width="34%"><div align="center">');
}

if( with_link ) {
        // Creation lien de retour au menu principal, si la page a ete appelee sans frame
        nbf = parent.frames.length ; 
        if( nbf == 2 && parent.frames[0].name == "leftFrame" && parent.frames[1].name == "mainFrame" 
            && this.name == "mainFrame" )
        {
                in_frame = 1;
        }
        else {
                in_frame = 0;
        }
        if( in_frame == 0 )
        {
                url = escape(window.location.pathname);
                host = escape(window.location.hostname);
                document.writeln('<a href="http://'+host+'/index.htm?url='+url+'" target="_self"><font size="3"><strong>Retour accueil AS Vaur&eacute;al Judo</strong></font></a>');
        }
}

if( with_table ) {
        // fin 2eme colonne
        document.writeln('</div></td>');
        // 3eme colone
        document.writeln('    <td width="33%"><div align="right">');
}

// stat hit-Parade
// -----------------
if ( hitparade ) {
	// stat hit-parade
//        document.writeln('<a href="http://www.hit-parade.com/hp.asp?site=309118" target="_blank">');
//        document.writeln('<img align="absmiddle" src="http://logp.hit-parade.com/logohp1.gif?site=p309118" name="HitParade" title="Hit-Parade des sites francophones" width="77" height="15" border="0">');
//        document.writeln('</a>');
        // stat xiti
        document.writeln('<a href="http://www.xiti.com/xiti.asp?s=400342" title="WebAnalytics" target="_blank">');
	<!--
	Xt_param = 's=400342&p=';
	try {Xt_r = top.document.referrer;}
	catch(e) {Xt_r = document.referrer; }
	Xt_h = new Date();
	Xt_i = '<img width="80" height="15" border="0" alt="" ';
	Xt_i += 'src="http://logv6.xiti.com/oco.xiti?'+Xt_param;
	Xt_i += '&hl='+Xt_h.getHours()+'x'+Xt_h.getMinutes()+'x'+Xt_h.getSeconds();
	if(parseFloat(navigator.appVersion)>=4)
	{Xt_s=screen;Xt_i+='&r='+Xt_s.width+'x'+Xt_s.height+'x'+Xt_s.pixelDepth+'x'+Xt_s.colorDepth;}
	document.write(Xt_i+'&ref='+Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$')+'" title="Internet Audience">');
	//-->
        document.writeln('</a>');
        // stat hebdotop
        //document.writeln('<a href="http://www.hebdotop.com/clic.php" target="_blank">');
        //document.writeln('<img align="absmiddle" src="http://www.hebdotop.com/cgi-bin/vote.eur?id=67325" width="80" height="30" border="0" name="HebdoTop" alt="HebdoTop" title="Classement de sites - Inscrivez le votre!">');
        //document.writeln('</a>');
}

if( with_table ) {
        // fin 3eme colonne et fin table
        document.writeln('</div></td></tr></table>');
}