function mostrarVisitas(){
	str = "<iframe frameborder='0' name='ContadorVisitas' src='http://www.gonzalo-aizpun.com.ar/pruebas/chino/index.php'></iframe>";	
	document.write( str );
}