<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var mypage	  = "yes"	// SHOW MYPAGE COPYRIGHT
var w3clogo	  = "yes"	// SHOW W3C VALID LOGO



document.write('<a href="index.html">Inicio</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="registro.htm">Registrate</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="clubes.htm">Clubes registrados</a>');

document.write('<br>');

   if (w3clogo == "no") {
document.write('<br><a href="http://www.colotlan.gob.mx/"><img src="picts/w3c.gif" alt="Valid HTML 4.01 Transitional" border="0" vspace="6"></a><br>');
}

document.write('<br>Gobierno Municipal &copy;Copyright 2009 ');




// EDIT THE NEXT LINE

document.write('<a href="index.html">Municipio de Colotlan</a><br>');







   if (mypage == "yes") {
document.write('Gobierno Municipal &copy; 2009 Todos los Derechos Reservados <a href="http://www.colotlan.gob.mx" target="_blank">Pagina Oficial</a> &amp; <a href="http://www.zonanortejalisco.com.mx/" target="_blank">Turismo Regional</a><br>');
}




document.write('<br>');

//  End -->
