<!--
//Ignora el contador si existe la cookie de control de visita
function contadorwapstats()
{if(document.cookie.split('; ')[0].split('=')[1]=='visitado')
		{URL='http://www.contadorgratis.com/count.php?page=d514ccb3b3d37fcb6c260f00b1fa99b2&amp;digit=binky';}
	else
		{CADUC=new Date();
 		 CADUC.setMinutes(CADUC.getMinutes()+CADD);
 		 CADUT=CADUC.toUTCString();
 		 document.cookie='VISITED=visitado;expires='+CADUT;
		
		 URL='http://logs6.contadorwap.com/cont.php?v=pre&id=4f4daacec21d35314e0d89b1d7ee6357&s=6'+
			'&tipo='+tipo+'&zone=0'+
			'&nocache='+Math.random()+
			'&refer='+escape(document.referrer)+
			'&sc='+screen.width+'x'+screen.height+'x'+screen.colorDepth+
			'&lan='+(navigator.appName=="Netscape"?navigator.language:navigator.systemLanguage)+
			'&pagi='+escape(document.title)+
			'&co='+navigator.cookieEnabled;;
		}
 if (tipo=="icono"){var width=23;var height=23;}
 if (tipo=="visible"){var width=1;var height=1;}
 if (tipo=="grafico"||tipo=="texto"){var width=60;var height=14;}
 IMAGEN='<img src="'+URL+'" style="cursor:help;" class="counter" BORDER="0" width='+width+' height="'+height+'" onDblClick="window.open(\'http://www.contadorwap.com/stats.php?c=4f4daacec21d35314e0d89b1d7ee6357&s=6\',\'stats\')">';
 document.open();
 document.write(IMAGEN);
 document.close();
}

var CADD=30; //Cada cuánto cuenta una nueva visita.
contadorwapstats();
//-->