function WriteRows() {

var row = new Array();
/*
row[0]='<a href="cab50mc/index.html" onmouseover="msover(1) ; return true" onmouseout="msout(1)"><img src="2bbtn1b.gif" width=162 height=18 border=1 alt="Creekside" vspace=0></a><br>';
*/
row[0]='<a href="cab06mc/index.html" onmouseover="msover(3) ; return true" onmouseout="msout(3)"><img src="2bbtn3b.gif" width=162 height=18 border=1 alt="Brookside" vspace=0></a><br>';

row[1]='<a href="cab09mc/index.html" onmouseover="msover(18) ; return true" onmouseout="msout(18)"><img src="2bbtn18b.gif" width=162 height=18 border=1 alt="Up The Creek" vspace=0></a><br>';
/*
row[3]='<a href="cab02hs/index.html" onmouseover="msover(19) ; return true" onmouseout="msout(19)"><img src="2bbtn19b.gif" width=162 height=18 border=1 alt="Bears Den" vspace=0></a><br>';
*/
row[2]='<a href="cab147/index.html" onmouseover="msover(4) ; return true" onmouseout="msout(4)"><img src="2bbtn4b.gif" width=162 height=18 border=1 alt="The Rock" vspace=0></a><br>';

row[3]='<a href="cab144/index.html" onmouseover="msover(5) ; return true" onmouseout="msout(5)"><img src="2bbtn5b.gif" width=162 height=18 border=1 alt="Hemlock" vspace=0></a><br>';

row[4]='<a href="cab150/index.html" onmouseover="msover(6) ; return true" onmouseout="msout(6)"><img src="2bbtn6b.gif" width=162 height=18 border=1 alt="Star Gazer" vspace=0></a><br>';

row[5]='<a href="cab148/index.html" onmouseover="msover(7) ; return true" onmouseout="msout(7)"><img src="2bbtn7b.gif" width=162 height=18 border=1 alt="Tranquil Breezes" vspace=0></a><br>';

row[6]='<a href="cab146/index.html" onmouseover="msover(8) ; return true" onmouseout="msout(8)"><img src="2bbtn8b.gif" width=162 height=18 border=1 alt="Rocky Top" vspace=0></a><br>';

row[7]='<a href="cab145/index.html" onmouseover="msover(9) ; return true" onmouseout="msout(9)"><img src="2bbtn9b.gif" width=162 height=18 border=1 alt="Daniels Place" vspace=0></a><br>';

row[8]='<a href="cab149/index.html" onmouseover="msover(10) ; return true" onmouseout="msout(10)"><img src="2bbtn10b.gif" width=162 height=18 border=1 alt="Majestic View" vspace=0></a><br>';

row[9]='<a href="cab117/index.html" onmouseover="msover(11) ; return true" onmouseout="msout(11)"><img src="2bbtn11b.gif" width=162 height=18 border=1 alt="Whispering White Pines" vspace=0></a><br>';

row[10]='<a href="cab128/index.html" onmouseover="msover(12) ; return true" onmouseout="msout(12)"><img src="2bbtn12b.gif" width=162 height=18 border=1 alt="Mountain Memories" vspace=0></a><br>';

row[11]='<a href="cab126/index.html" onmouseover="msover(13) ; return true" onmouseout="msout(13)"><img src="2bbtn13b.gif" width=162 height=18 border=1 alt="Evergreen" vspace=0></a><br>';

row[12]='<a href="cab156/index.html" onmouseover="msover(15) ; return true" onmouseout="msout(15)"><img src="2bbtn15b.gif" width=162 height=18 border=1 alt="Almost Heaven" vspace=0></a><br>';

var i;
var k=0;
while (k<row.length){
i=Math.floor(Math.random()*row.length);
if (row[i]!="_selected!"){
	document.write(row[i]);
	row[i]="_selected!";
		if  (k==6) document.write("</td><td>");
	k++;
	                         }
                     }
}

