<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH

var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH

// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');

// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('<font color="#FFFF00">Onsite Managers</font><br></legend>');
document.write('<center>');
document.write('Don & Fay Smith<br>');
document.write('Licence 1426740<br>');
document.write('Phone: 02 6495 1121<br>');
document.write('</fieldset>');
document.write('<br><br>');
document.write('</center>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 1

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');
document.write('<center>');




document.write('<font color=FFFF00>');
document.write('SPECIAL OFFER</legend>');
document.write('<br>');
document.write('We offer you a special discount for stays of 2 weeks or longer.<br>');
document.write('<br>');
document.write('Escape the Winter');
document.write('<br>');
document.write('<br>');
document.write('<a href="listgallery9.htm" target="_top"><img src="picts/vacant.jpg" border="0" width="100" class="sideborder" alt="Vacancy"></a><br>');
document.write('<br>');
document.write('June - July - August<br>');
document.write('<br>');
document.write('<b>Call 02 6495 1121</b><br>');
document.write('Book Direct Only<br>');
document.write('<br>');
document.write('</font>')
document.write('<font size="1" color=FFFFFF>')
document.write('conditions apply:<br>');
document.write('Excluding Victorian School Holidays<br>');
document.write('</font>')
document.write('</fieldset>');
document.write('</center>');
document.write('<br>');
document.write('<br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');
document.write('<center>');
document.write('<font color=FFFF00>');
document.write('Admirals Vacancy</legend>');
document.write('Easter Vacancy<br></legend>');
document.write('<br>');
document.write('<a href="listgallery15.htm" target="_top"><img src="picts/bunny2.jpg" border="0" width="140" class="sideborder" alt="Vacancy"></a><br>');
document.write('<br>');
document.write('click here for details:<br>');
document.write('</font>')
document.write('</fieldset>');
document.write('</center>');
document.write('<br>');
document.write('<br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 3

// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');
document.write('<center>');
document.write('<font color=FFFF00>');
document.write('Admirals VIP Club</legend>');
document.write('Very Important Guest<br></legend>');
document.write('<br>');
document.write('<a href="listgallery20.htm" target="_top"><img src="picts/vig4.jpg" width="140" class="sideborder" alt="VIG"></a><br>');
document.write('<br>');
document.write('click here for details:<br>');
document.write('</font>')
document.write('</fieldset>');
document.write('</center>');
document.write('<br>');
document.write('<br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 4

document.write('<fieldset><legend>');
document.write('<center>');
document.write('<font color=FFFF00>');
document.write('Fishing Look Here</legend>');
document.write('<br>');
document.write('<a href="Listgallery8.htm" target="_top"><img src="gallery/gallery5-25.jpg" width="140" class="sideborder" alt="BIG"></a><br>');
document.write('<br>');
document.write('click here for details:<br>');
document.write('</font>')
document.write('</fieldset>');
document.write('</center>');
document.write('<br>');



// SMALL PICTURE AREA

document.write('</td></tr></table>');

// -- END -->