function rightphoto()
{
//5
var ranNum= Math.round(Math.random() * 5);
if (ranNum == 0){document.write('<a href="pictures.html"><img src="images/rightbar/metraux_beijing_military.jpg" alt="Chinese Soldiers, Beijing, China" width="178" height="239" border="0" /></a>'); } // Soldiers
if (ranNum == 1){document.write('<a href="pictures.html"><img src="images/rightbar/metraux_beijing_monk.jpg" alt="Lamma Temple Monk, Beijing, China" width="178" height="239" border="0" /></a>'); } // Monk
if (ranNum == 2){document.write('<a href="pictures.html"><img src="images/rightbar/metraux_paris_bridge.jpg" alt="Pont Neuf, Paris, France" width="178" height="245" border="0" /></a>'); } // Bridge
if (ranNum == 3){document.write('<a href="pictures.html"><img src="images/rightbar/metraux_shanghai_rooftops.jpg" alt="Chinatown Rooftops, Shanghai, China" width="178" height="267" border="0" /></a>'); } // Shanghairoof
if (ranNum == 4){document.write('<a href="pictures.html"><img src="images/rightbar/niagara_mohawk_syracuse.jpg" alt="Niagara Mohawk Building, Syracuse, New York" width="178" height="263" border="0" /></a>'); } // Niagaramohawk
if (ranNum == 5){document.write('<a href="pictures.html"><img src="images/rightbar/metraux_peru_looking.jpg" alt="Looking Out, Sacred Valley of the Incas, Peru" width="178" height="239" border="0" /></a>'); } // Looking
}

