<!-- Begin





var imagewidth		= "70"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "70"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "10"		// SPACING BETWEEN IMAGES

var showimages1		= "yes"		// SHOW THE 1st  IMAGE


   if (showimages1 == "yes") {
document.write('<a href="first-sailing-trip-darwin-gove.php"><img src="images/blood-the-deck-image-1.jpg" class="hover-noframe" border="0" height="300" hspace="3" width="250" onmouseover="alert_msg(\'Blood the Deck\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br></a><br>');
}






//  End -->
