var num_villas2 = 7
var villas2 = new Array(num_villas2)

villas2[0] = "<td width=\"265\" align=\"justify\" valign=\"top\" class=\"td_random\"><a href=\"v_eden.shtml\" target=\"_self\"><img src=\"images/js_eden.jpg\" align=\"left\" alt=\"Eden\" width=\"96\" height=\"60\" border=\"0\"></a><a href=\"v_eden.shtml\" target=\"_self\"><font size=\"2\" color=\"#000066\"><b>Eden</b></font></a><br><font size=\"-4\">Villa Eden is an idyllic beachfront property located on one of St. Martin’s finest beaches, beautiful Baie Longue, home to the world renowned hotel La Samanna.<a href=\"v_eden.shtml\" target=\"_self\">[more]</a></font></td>"
villas2[1] = "<td width=\"265\" align=\"justify\" valign=\"top\" class=\"td_random\"><a href=\"v_dream_in_blue.shtml\" target=\"_self\"><img src=\"images/js_dream_in_blue.jpg\" align=\"left\" alt=\"Dream in Blue\" width=\"96\" height=\"60\" border=\"0\"></a><a href=\"v_dream_in_blue.shtml\" target=\"_self\"><font size=\"2\" color=\"#000066\"><b>Dream in Blue</b></font></a><br><font size=\"-4\">Brand new luxurious, 4 bedroom villa offering a panoramic and gorgeous view of the surrounding islands. Enjoy the glorious sunsets from the 3300 sq. foot terrace...<a href=\"v_dream_in_blue.shtml\" target=\"_self\">[more]</a></font></td>"
villas2[2] = "<td width=\"265\" align=\"justify\" valign=\"top\" class=\"td_random\"><a href=\"v_blue_beach.shtml\" target=\"_self\"><img src=\"images/js_blue_beach.jpg\" align=\"left\" alt=\"Blue Beach\" width=\"96\" height=\"60\" border=\"0\"></a><a href=\"v_blue_beach.shtml\" target=\"_self\"><font size=\"2\" color=\"#000066\"><b>Blue Beach</b></font></a><br><font size=\"-4\">Directly located on Baie Longue beach, Blue Beach offers breathtaking views of ocean and sunset. The main house is separate from the guest cottage by huge deck and pool.<a href=\"v_blue_beach.shtml\" target=\"_self\">[more]</a></font></td>"
villas2[3] = "<td width=\"265\" align=\"justify\" valign=\"top\" class=\"td_random\"><a href=\"v_mille_fleurs.shtml\" target=\"_self\"><img src=\"images/js_mille_fleurs.jpg\" align=\"left\" alt=\"Mille Fleurs\" width=\"96\" height=\"60\" border=\"0\"></a><a href=\"v_mille_fleurs.shtml\" target=\"_self\"><font size=\"2\" color=\"#000066\"><b>Mille Fleurs</b></font></a><br><font size=\"-4\">A beautiful colonial style villa, perched just above tranquil Plum Bay, Mille Fleurs offers a spectacular 200 degree vista of the Caribbean Sea and the islands of Saba & Anguilla, as well as...<a href=\"v_mille_fleurs.shtml\" target=\"_self\">[more]</a></font></td>"
villas2[4] = "<td width=\"265\" align=\"justify\" valign=\"top\" class=\"td_random\"><a href=\"v_le_cottage.shtml\" target=\"_self\"><img src=\"images/js_le_cottage.jpg\" align=\"left\" alt=\"Le Cottage\" width=\"96\" height=\"60\" border=\"0\"></a><a href=\"v_le_cottage.shtml\" target=\"_self\"><font size=\"2\" color=\"#000066\"><b>Le Cottage</b></font></a><br><font size=\"-4\">Only a step away from the crystal clear waters of Plum Bay Beach, Le Cottage offers the perfect getaway for couples and honeymooners. Recently completed, this fully air-conditioned villa...<a href=\"v_le_cottage.shtml\" target=\"_self\">[more]</a></font></td>"
villas2[5] = "<td width=\"265\" align=\"justify\" valign=\"top\" class=\"td_random\"><a href=\"v_karukera.shtml\" target=\"_self\"><img src=\"images/js_karukera.jpg\" align=\"left\" alt=\"Karukera\" width=\"96\" height=\"60\" border=\"0\"></a><a href=\"v_karukera.shtml\" target=\"_self\"><font size=\"2\" color=\"#000066\"><b>Karukera</b></font></a><br><font size=\"-4\">This impressive contemporary villa, commanding an enviable location perched high on the hills overlooking Orient Bay, has sweeping sunrise ocean views from Anguilla across to St Barts.<a href=\"v_karukera.shtml\" target=\"_self\">[more]</a></font></td>"
villas2[6] = "<td width=\"265\" align=\"justify\" valign=\"top\" class=\"td_random\"><a href=\"v_la_dacha.shtml\" target=\"_self\"><img src=\"images/js_la_dacha.jpg\" align=\"left\" alt=\"La Dacha\" width=\"96\" height=\"60\" border=\"0\"></a><a href=\"v_la_dacha.shtml\" target=\"_self\"><font size=\"2\" color=\"#000066\"><b>La Dacha</b></font></a><br><font size=\"-4\">This dramatic cliff side luxurious villa enjoys the best of both worlds, waterfront and fabulous views. Five bedrooms, five and one half bathrooms with gorgeous...<a href=\"v_la_dacha.shtml\" target=\"_self\">[more]</a></font></td>"

var n = Math.floor(Math.random() * num_villas2)
document.write( villas2[n] )
