<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var imagewidth		= "100"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "67"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "15"		// SPACING BETWEEN IMAGES

var showimages1		= "yes"		// SHOW THE 1st  IMAGE
var showimages2		= "yes"		// SHOW THE 2nd  IMAGE
var showimages3		= "yes"		// SHOW THE 3rd  IMAGE
var showimages4		= "yes"		// SHOW THE 4rd  IMAGE
var showimages5		= "yes"		// SHOW THE 5rd  IMAGE
var showimages6		= "yes"		// SHOW THE 6rd  IMAGE
var showimages7		= "yes"		// SHOW THE 7rd  IMAGE
var showimages8 	= "yes"		// SHOW THE 8rd  IMAGE



   if (showimages1 == "yes") {
document.write('<a href="house1.htm"><img src="houses/picts/house1.jpg" border="0" class="hover-border" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages2 == "yes") {
document.write('<a href="house2.htm"><img src="houses/picts/house2.jpg" border="0" class="hover-border" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

   if (showimages3 == "yes") {
document.write('<a href="house3.htm"><img src="houses/picts/house3.jpg" border="0" class="hover-border" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

   if (showimages4 == "yes") {
document.write('<a href="house4.htm"><img src="houses/picts/house4.jpg" border="0" class="hover-border" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}
  
  if (showimages5 == "yes") {
document.write('<a href="house5.htm"><img src="houses/picts/house5.jpg" border="0" class="hover-border" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

 if (showimages6 == "yes") {
document.write('<a href="house6.htm"><img src="houses/picts/house6.jpg" border="0" class="hover-border" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}
 
if (showimages7 == "yes") {
document.write('<a href="house7.htm"><img src="houses/picts/house7.jpg" border="0" class="hover-border" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

if (showimages8 == "yes") {
document.write('<a href="house8.htm"><img src="houses/picts/house8.jpg" border="0" class="hover-border" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


//  End -->