function mainpagerandomimage()
{
//9
var ranNum= Math.round(Math.random() * 9);
if (ranNum == 0){document.write('<div align="center" class="text10px"><a href="hongkong.html"><img src="graphics/!mainpagerandomimage/kowloon.jpg" alt="There may be more neon signs than people on the streets of Kowloon" border="0"><br>Neon signs line the streets of Kowloon in Hong Kong</a><p></p></div>'); } // HongKongNeonSigns
if (ranNum == 1){document.write('<div align="center" class="text10px"><a href="hongkong.html"><img src="graphics/!mainpagerandomimage/buddhastatues.jpg" alt="Gods making offerings outside the Giant Buddha statue on Lantau Island, Hong Kong" border="0"><br>Gods making offerings outside the Giant Buddha <br>statue on Lantau Island, Hong Kong</a><p></p></div>'); } // HongKongBuddhaStatues
if (ranNum == 2){document.write('<div align="center" class="text10px"><a href="laosphotos.html"><img src="graphics/!mainpagerandomimage/monkinwindow.jpg" alt="A monk sits atop Phu Si Hill in Luang Prabang, Laos" border="0"><br>A monk sits atop Phu Si Hill in Luang Prabang, Laos</a><p></p></div>'); } // LaosMonkInWindow
if (ranNum == 3){document.write('<div align="center" class="text10px"><a href="laosphotos.html"><img src="graphics/!mainpagerandomimage/champasakdock.jpg" alt="Men stand on the pier waiting for the Champasak ferry in Laos" border="0"><br>Men stand on the pier waiting for the Champasak ferry in Laos</a><p></p></div>'); } // LaosChampasakDock
if (ranNum == 4){document.write('<div align="center" class="text10px"><a href="newyorkcity.html"><img src="graphics/!mainpagerandomimage/brooklynbridge.jpg" alt="A view of downtown Manhattan from under the Brooklyn Bridge " border="0"><br> A view of downtown Manhattan from under the Brooklyn Bridge</a><p></p></div>'); } // BrooklynBridge
if (ranNum == 5){document.write('<div align="center" class="text10px"><a href="malaysia-photos-and-photography.html"><img src="graphics/!mainpagerandomimage/kualalumpur.jpg" alt="Downtown Kuala Lumpur from the 41st floor of the Petronas Towers " border="0"><br> Downtown Kuala Lumpur from the 41st floor of the Petronas Towers</a><p></p></div>'); } // PetronasTowers
if (ranNum == 6){document.write('<div align="center" class="text10px"><a href="newyorkcity.html"><img src="graphics/!mainpagerandomimage/lightning.jpg" alt="Lightning strikes behind a power plant in New York City " border="0"><br> Lightning strikes behind a power plant in New York City</a><p></p></div>'); } // BigAliceLightning
if (ranNum == 7){document.write('<div align="center" class="text10px"><a href="laosphotos.html"><img src="graphics/!mainpagerandomimage/petronastowers.jpg" alt="The Petronas Towers in Kuala Lumpur (aka the Entrapment Towers)" border="0"><br> The Petronas Towers in Kuala Lumpur (aka the Entrapment Towers)</a><p></p>'); } // PetronasTowers2
if (ranNum == 8){document.write('<div align="center" class="text10px"><a href="rooseveltisland.html"><img src="graphics/!mainpagerandomimage/rooseveltisland.jpg" alt="The Roosevelt Island Tram in New York City " border="0"><br> The Roosevelt Island Tram in New York City</a><p></p></div>'); } // RITram
if (ranNum == 9){document.write('<div align="center" class="text10px"><a href="laosphotos.html"><img src="graphics/!mainpagerandomimage/sept11.jpg" alt="Pillars of Light is the annual 9/11 tribute in New York City " border="0"><br>Pillars of Light is the annual 9/11 tribute in New York City</a><p></p></div>'); } // Sept11Tribute
}