function rightcountry()
{
//5
var ranNum= Math.round(Math.random() * 5);
if (ranNum == 0){document.write('<tr >          <td class="greenrightbar" valign="top"><img src="images/navigation/adventure/in_focus_peru.gif" alt="In Focus: Peru" width="168" height="25" /></td>        </tr>        <tr >          <td class="black" valign="top" align="center"><a href="peru.html"><img src="images/rightbar/machu_picchu_window.jpg" alt="Machu Picchu, Peru" width="178" height="267" border="0" /></a></td>        </tr>        <tr >          <td class="greenrightbar" valign="top" align="center"><a href="peru.html"><img src="images/navigation/adventure/click_here_to_view_green.gif" alt="Click Here to View the Photos" width="178" height="20" border="0" /></a></td>        </tr>'); } // peru
if (ranNum == 1){document.write('<tr >          <td class="brickrightbar" valign="top"><img src="images/navigation/adventure/in_focus_italy.gif" alt="In Focus: Italy" width="178" height="25" /></td>        </tr>        <tr >          <td class="black" valign="top" align="center"><a href="italy.html"><img src="images/rightbar/venice_gondola_bridge.jpg" alt="Gondolas, Venice, Italy" width="178" height="267" border="0" /></a></td>        </tr>        <tr >          <td class="brickrightbar" valign="top" align="center"><a href="italy.html"><img src="images/navigation/adventure/click_here_to_view_brick.gif" alt="Click Here to View the Photos" width="178" height="20" border="0" /></a></td>        </tr>'); } // italy
if (ranNum == 2){document.write('<tr >          <td class="orangerightbar" valign="top"><img src="images/navigation/adventure/in_focus_syracuse.gif" alt="In Focus: Syracuse" width="178" height="25" /></td>        </tr>        <tr >          <td class="black" valign="top" align="center"><a href="centralny.html"><img src="images/rightbar/columbus_circle_syracuse.jpg" alt="Columbus Circle, Syracuse" width="178" height="261" border="0" /></a></td>        </tr>        <tr >          <td class="orangerightbar" valign="top" align="center"><a href="centralny.html"><img src="images/navigation/adventure/click_here_to_view_orange.gif" alt="Click Here to View the Photos" width="178" height="20" border="0" /></a></td>        </tr>'); } // syracuse
if (ranNum == 3){document.write('<tr >          <td class="navybackground" valign="top"><img src="images/navigation/adventure/in_focus_france.gif" alt="In Focus: France" width="178" height="25" /></td>        </tr>        <tr >          <td class="black" valign="top" align="center"><a href="france.html"><img src="images/rightbar/dome_garden_france.jpg" alt="Invalides, Paris, France" width="178" height="267" border="0" /></a></td>        </tr>        <tr >          <td class="navybackground" valign="top" align="center"><a href="france.html"><img src="images/navigation/adventure/click_here_to_view_navy.gif" alt="Click Here to View the Photos" width="178" height="20" border="0" /></a></td>        </tr>'); } // france
if (ranNum == 4){document.write('<tr >          <td class="blackrightbar" valign="top"><img src="images/navigation/adventure/in_focus_iceland.gif" alt="In Focus: Iceland" width="178" height="25" /></td>        </tr>        <tr >          <td class="black" valign="top" align="center"><a href="iceland.html"><img src="images/rightbar/iceland_thermal_spa.jpg" alt="Thermal Spa, Reykjavic, Iceland" width="178" height="289" border="0" /></a></td>        </tr>        <tr >          <td class="blackrightbar" valign="top" align="center"><a href="iceland.html"><img src="images/navigation/adventure/click_here_to_view_black.gif" alt="Click Here to View the Photos" width="178" height="20" border="0" /></a></td>        </tr>'); } // iceland
if (ranNum == 5){document.write('<tr >          <td class="maroonrightbar" valign="top"><img src="images/navigation/adventure/in_focus_japan.gif" alt="In Focus: Japan" width="178" height="25" /></td>        </tr>        <tr >          <td class="black" valign="top" align="center"><a href="japan.html"><img src="images/rightbar/japan_floating_torah.jpg" alt="Torii of Itsukushima, Japan" width="178" height="267" border="0" /></a></td>        </tr>        <tr >          <td class="maroonrightbar" valign="top" align="center"><a href="japan.html"><img src="images/navigation/adventure/click_here_to_view_maroon.gif" alt="Click Here to View the Photos" width="178" height="20" border="0" /></a></td>        </tr>'); } // japan
}

