// pagestart chihuahua.js

// <script type="text/javascript" src="pagestart chihuahua.js"></script>

// large windmill logo

document.writeln('<center>');
document.writeln('<img src="../image/sonormit.gif" alt="Sonora Windmill.gif" width="200" height="156">');
document.writeln('</center>');

// title

document.writeln('<p align="center">');
document.writeln('<font color="#000099" size="6">');
document.writeln('The Chihuahuan Windmill<br></font>');

// subtitle

document.writeln('<font color="#000099" size="3">');
document.writeln('El Molino de Viento Chihuahuense');
document.writeln('</font></p>');

// links

document.writeln('<p align="center">');
document.writeln('<font size="3"><strong>');
document.writeln('<a href="http://homepages.rootsweb.com');
document.writeln('/~windmill/sonora/">');
document.writeln('|The Sonoran Windmill|</a> ');
document.writeln('<a href="http://homepages.rootsweb.com');
document.writeln('/~windmill/">');
document.writeln('|The Roll Family Windmill|');
document.writeln('</strong></font></a></p>')