// JavaScript Document

function random_text2()
{};
var random_text2 = new random_text2();

var number2 = 0;

random_text2[number2++] = "<a href='cottages-gulf-islands/islandvilla/islandvilla.htm' class='main_text_header'>Island Villa, Quadra Island, B.C.</a></td></tr><tr><td align='left'><a href='cottages-gulf-islands/islandvilla/islandvilla.htm'><img src='cottages-gulf-islands/islandvilla/images/1-100x75.jpg' width='100' height='75' border='0' alt='Island Villa'></a></td><td align='center'><a href='cottages-gulf-islands/islandvilla/islandvilla.htm'><img src='cottages-gulf-islands/islandvilla/images/2-100x75.jpg' width='100' height='75' border='0' alt='Island Villa'></a></td><td align='right'><a href='cottages-gulf-islands/islandvilla/islandvilla.htm'><img src='cottages-gulf-islands/islandvilla/images/3-100x75.jpg' width='100' height='75' border='0' alt='Island Villa'></a></td></tr><tr><td colspan='3' align='left' valign='top' class='main_text'> This spectacular waterfront retreat is the pinnacle of luxury in West Coast waterfront living. Located on Quadra Island which is across from Campbell River on Vancouver Island it is just a 20 minute ferry ride and provides easy automobile access. This enchanting residence offers spectacular views from every inch of its expansive decks and is located next to two world class fishing resorts. When staying at Island Villa you will have the option of both fishing and dining in gourmet restaurants.<br>"

random_text2[number2++] = "<a href='suites-victoria/villagesuite/villagesuite.htm' class='main_text_header'>Village Suite, Victoria, B.C.</a></td></tr><tr><td align='left'><a href='suites-victoria/villagesuite/villagesuite.htm'><img src='suites-victoria/villagesuite/images/front1.jpg' width='100' height='75' border='0' alt='Village Suite'></a></td><td align='center'><a href='suites-victoria/villagesuite/villagesuite.htm'><img src='suites-victoria/villagesuite/images/front2.jpg' width='100' height='75' border='0' alt='Village Suite'></a></td><td align='right'><a href='suites-victoria/villagesuite/villagesuite.htm'><img src='suites-victoria/villagesuite/images/front3.jpg' width='100' height='75' border='0' alt='Island Villa'></a></td></tr><tr><td colspan='3' align='left' valign='top' class='main_text'>All of the downtown attractions are within easy walking distance from this spacious cozy suite. With 2 bedrooms, one set up with desk and work station and a full bath, this unit makes the perfect long stay with room for overnight guests. <br>"

random_text2[number2++] = "<a href='suites-victoria/parkvista/parkvista.htm' class='main_text_header'>Park Vista, Victoria, B.C.</a></td></tr><tr><td align='left'><a href='suites-victoria/parkvista/parkvista.htm'><img src='suites-victoria/parkvista/images/front1.jpg' width='100' height='75' border='0' alt='Park Vista'></a></td><td align='center'><a href='suites-victoria/parkvista/parkvista.htm'><img src='suites-victoria/parkvista/images/front2.jpg' width='100' height='75' border='0' alt='Park Vista'></a></td><td align='right'><a href='suites-victoria/parkvista/parkvista.htm'><img src='suites-victoria/parkvista/images/front3.jpg' width='100' height='75' border='0' alt='Park Vista'></a></td></tr><tr><td colspan='3' align='left' valign='top' class='main_text'>This 2 bedroom 2 bathroom highrise condo offers all the best of downtown living. Beacon Hill Park and the Inner Harbour are within one block from the location. This property makes the perfect home base to enjoy all that Victoria has to offer. <br>"


var random_number2 = Math.floor(Math.random() * number2);
document.write(random_text2[random_number2]);
		