<!-- Begin





var imagewidth		= "70"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "70"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "10"		// SPACING BETWEEN IMAGES
var spacerwidth 	= "10"		// SPACING BETWEEN IMAGES

var showimages1		= "yes"		// SHOW THE 1st  IMAGE



   if (showimages1 == "yes") {
document.write('<a href="gallery8.php"><img src="images/gallery-thumb-8.jpg" class="hover-border" border="0" height="100" hspace="3" width="100" onmouseover="alert_msg(\'Darwin To Gove\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"><br><b>Darwin To Gove</b></a><br>');
document.write('<img src="images/spacer.gif" width="2" height="'+spacerwidth+'"><br>');
}





//  End -->
