var toptotal = 7;

var randomnumber = Math.floor(Math.random() * toptotal);

var randomtop = randomnumber + 1;

function writetop(){
	document.write('<table width="768" border="0" cellspacing="0" cellpadding="0">');
	document.write('<tr>');
	document.write('<td width="216" valign="top" background="images/image_1_l.jpg"><table width="216" border="0" cellspacing="0" cellpadding="0">');
	document.write('<tr>');
	document.write('<td colspan="2"><img src="images/spacer.gif" width="216" height="24" /></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td width="25"><img src="images/spacer.gif" name="arrow_cottages" width="25" height="15" border="0" id="arrow_cottages" /></td>');
	document.write('<td width="191"><a href="cottages.htm"><img src="images/cottages.gif" alt="Windy Pine Cottages" name="cottages" width="135" height="15" border="0" id="cottages" /></a></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td colspan="2"><img src="images/spacer.gif" width="216" height="15" /></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td width="25"><img src="images/spacer.gif" name="arrow_whitefish" width="25" height="15" border="0" id="arrow_whitefish" /></td>');
	document.write('<td width="191"><a href="whitefish_lake.htm"><img src="images/whitefish.gif" alt="Whitefish Lake" name="whitefish" width="99" height="15" border="0" id="whitefish" /></a></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td colspan="2"><img src="images/spacer.gif" width="216" height="15" /></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td width="25"><img src="images/spacer.gif" name="arrow_testimonials" width="25" height="15" border="0" id="arrow_testimonials" /></td>');
	document.write('<td width="191"><a href="testimonials.htm"><img src="images/testimonials.gif" alt="Testimonials" name="testimonials" width="81" height="15" border="0" id="testimonials" /></a></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td colspan="2"><img src="images/spacer.gif" width="216" height="15" /></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td width="25"><img src="images/spacer.gif" name="arrow_maps" width="25" height="15" border="0" id="arrow_maps" /></td>');
	document.write('<td width="191"><a href="maps.htm"><img src="images/maps.gif" alt="Maps" name="maps" width="36" height="15" border="0" id="maps" /></a></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td colspan="2"><img src="images/spacer.gif" width="216" height="15" /></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td width="25"><img src="images/spacer.gif" name="arrow_gallery" width="25" height="15" border="0" id="arrow_gallery" /></td>');
	document.write('<td width="191"><a href="gallery.htm"><img src="images/gallery.gif" alt="Photo Gallery" name="gallery" width="90" height="15" border="0" id="gallery" /></a></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td colspan="2"><img src="images/spacer.gif" width="216" height="21" /></td>');
	document.write('</tr>');
	document.write('</table></td>');
	document.write('<td width="552" valign="top"><img src="images/image_1_r.jpg" width="552" height="180" /></td>');
	document.write('</tr>');
	document.write('</table>');  
}