/*
document.write('  <p>')
document.write('These image links reserved for...</a>')
document.write('<br><a href="bears.html">Teddy Bears On Tour!</a> <a href="bears.html">(Learn More)</a>')
document.write('  </p>')
document.write('  <p>')
document.write('    <img src="images_maps/map_teddies.png" width="200" height="50" usemap="#map_teddies" align="center" border="0">')
document.write('    <map id="map_teddies" name="map_teddies">')
document.write('    <area href="bears.html" shape="rect" coords="0,0,50,50" alt="Teddy 1">')
document.write('    <area href="bears.html" shape="rect" coords="50,0,100,50" alt="Teddy 2">')
document.write('    <area href="bears.html" shape="rect" coords="100,0,150,50" alt="Teddy 3">')
document.write('    <area href="bears.html" shape="rect" coords="150,0,200,50" alt="Teddy 4">')
*/

/*
document.write('    <area href="bears.html" shape="rect" coords="0,50,50,100" alt="Teddy 5">')
document.write('    <area href="bears.html" shape="rect" coords="50,50,100,100" alt="Teddy 6">')
document.write('    <area href="bears.html" shape="rect" coords="100,50,150,100" alt="Teddy 7">')
document.write('    <area href="bears.html" shape="rect" coords="150,50,200,100" alt="Teddy 8">')
document.write('    <area href="bears.html" shape="rect" coords="0,100,50,150" alt="Teddy 9">')
document.write('    <area href="bears.html" shape="rect" coords="50,100,100,150" alt="Teddy 10">')
document.write('    <area href="bears.html" shape="rect" coords="100,100,150,150" alt="Teddy 11">')
document.write('    <area href="bears.html" shape="rect" coords="150,100,200,150" alt="Teddy 12">')
*/

/*
document.write('    </map>')
document.write('  </p>')
*/