forsale1 = new Image
forsale2 = new Image
about1 = new Image
about2 = new Image
contact1 = new Image
contact2 = new Image
photo1 = new Image
photo2 = new Image
album1 = new Image
album2 = new Image
plans1 = new Image
plans2 = new Image


forsale1.src = "images/forsale1.gif"
forsale2.src = "images/forsale2.gif"
about1.src = "images/about1.gif"
about2.src = "images/about2.gif"
contact1.src = "images/contact1.gif"
contact2.src = "images/contact2.gif"
photo1.src = "images/photo1.gif"
photo2.src = "images/photo2.gif"
album1.src = "images/album1.gif"
album2.src = "images/album2.gif"
plans1.src = "images/plans1.gif"
plans2.src = "images/plans2.gif"


document.writeln("<a href='index.html'><img border='0' src='images/tophouse.gif' style='position: absolute; left: 340px; top: 2px' width='231' height='95'></a><a href='index.html'><img border='0' src='images/springhomecover.gif' alt='Springwood Homes -- Quality is Job 1' style='position: absolute; left: 0; top: 11' class='logo' width='175' height='124'></a><a href='forsale.html' onmouseover='forsale.src=forsale2.src' onmouseout='forsale.src=forsale1.src'><img border='0' src='images/forsale1.gif' style='position: absolute; left: 220; top: 101' border='0' name='forsale' width='77' height='25'></a><a href='about.html' onmouseover='about.src=about2.src' onmouseout='about.src=about1.src'><img border='0' src='images/about1.gif' style='position: absolute; left:301; top: 101' border='0' name='about' width='78' height='25' ></a><a href='contact.html' onmouseover='contact.src=contact2.src' onmouseout='contact.src=contact1.src'><img border='0' src='images/contact1.gif' name='contact' style='position: absolute; left: 382; top: 101' width='92' height='25'></a><a href='photo.html' onmouseover='photo.src=photo2.src' onmouseout='photo.src=photo1.src'><img border='0' src='images/photo1.gif' name='photo' style='position: absolute; left: 477; top: 101' width='120' height='25' ></a><a href='plans.html' onmouseover='plans.src=plans2.src' onmouseout='plans.src=plans1.src'><img border='0' src='images/plans1.gif' name='plans' style='position: absolute; left: 599; top: 101' width='104' height='25' ></a>");