 function site() { };
 site = new site();
 document.write("<div align='left' class='d'>");
 document.write("<b>Related travel websites:</b>");
 /* Link 1 */
 site[0] = "www.usa.gov/Topics/Maps.shtml'>USA.gov Maps<"
 site[1] = "www.mapsanddirections.us/'>Maps and Directions<"
 site[2] = "www.mapsanddirections.us/cartography.htm'>History of Maps<"
 site[3] = "www.mapsanddirections.us/projections.htm'>Map Projections<"
 indx = Math.floor(Math.random() * 4);
 document.write(" &nbsp; <a href='http://"+site[indx]+"/a>");
 /* Link 2 */
 site[0] = "library.stanford.edu/depts/ssrg/africa/map.html'>African Maps<"
 site[1] = "www.world-atlas.us/africa.htm'>Africa Atlas<"
 site[2] = "www.map-of-egypt.org/'>Map of Egypt<"
 site[3] = "www.middle-east-map.com/'>Middle East Map<"
 indx = Math.floor(Math.random() * 4);
 document.write(" &bull; <a href='http://"+site[indx]+"/a>");
 /* Link 3 */
 site[0] = "www.sheppardsoftware.com/African_Geography.htm'>African Geography<"
 site[1] = "www.businesstravel.us/'>Business Travel Guide<"
 site[2] = "www.airportcodes.us/airports.htm'>World Airports<"
 site[3] = "www.handheld-gps.us/'>Handheld GPS Units<"
 indx = Math.floor(Math.random() * 4);
 document.write(" &bull; <a href='http://"+site[indx]+"a>");
 /* Link 4 */
 site[0] = "www.frommers.com/destinations/middleeastandafrica/'>Middle East &amp; Africa<"
 site[1] = "www.hotelreviews.us/'>Hotel Chain Reviews<"
 site[2] = "www.carrentalcompanies.us/'>Car Rental Tips<"
 site[3] = "www.lowairfares.us/air-travel.htm'>Air Travel Tips<"
 indx = Math.floor(Math.random() * 4);
 document.write(" &bull; <a href='http://"+site[indx]+"a>");
 document.write("</div>");
 document.write("<div class='e'></div>");
