function bannerrotation()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<div align="center">  <center>  <table border="0" cellpadding="0" cellspacing="0">    <tr>      <td>        <p align="center"><a href="http://www.akcrystalcabin.net" target="_blank"><img border="0" src="http://www.interiorwebhosting.com/advertisement/AkCrystCabinBaNr.gif" width="468" height="60"></a></td>    </tr>    <tr>      <td>        <p align="center"><font size="2"><a href="http://www.InteriorWebHosting.com">www.InteriorWebHosting.com</a></font></td>    </tr>  </table>  </center></div>'); } // AkCabin1
if (ranNum == 1){document.write('<div align="center">  <center>  <table border="0" cellpadding="0" cellspacing="0">    <tr>      <td>        <p align="center"><a href="http://www.akcrystalcabin.net" target="_blank">        <img border="0" src="http://www.interiorwebhosting.com/advertisement/AKCrystalAniLogo.gif" width="468" height="60"></a></td>    </tr>    <tr>      <td>        <p align="center"><font size="2"><a href="http://www.InteriorWebHosting.com">www.InteriorWebHosting.com</a></font></td>    </tr>  </table>  </center></div>'); } // AkCabin2
if (ranNum == 2){document.write('<div align="center">  <center>  <table border="0" cellpadding="0" cellspacing="0">    <tr>      <td>        <p align="center"><a href="http://www.interiorwebhosting.com" target="_blank">        <img border="0" src="http://www.interiorwebhosting.com/advertisement/IWH-ak-newest-wh.jpg" width="468" height="60"></a></td>    </tr>    <tr>      <td>        <p align="center"><font size="2"><a href="http://www.InteriorWebHosting.com">www.InteriorWebHosting.com</a></font></td>    </tr>  </table>  </center></div>'); } // IWHnewestalaskan
if (ranNum == 3){document.write('<div align="center">  <center>  <table border="0" cellpadding="0" cellspacing="0">    <tr>      <td>        <p align="center"><a href="http://www.interiorwebhosting.com" target="_blank">        <img border="0" src="http://www.interiorwebhosting.com/advertisement/IWH-ak-based-wh.jpg" width="468" height="60"></a></td>    </tr>    <tr>      <td>        <p align="center"><font size="2"><a href="http://www.InteriorWebHosting.com">www.InteriorWebHosting.com</a></font></td>    </tr>  </table>  </center></div>'); } // IWHAlaskaBased
}
