<!--
function get_random()
{
    var ranNum= Math.floor(Math.random()*4);
    return ranNum;
}

function getaQuote()
{
   var whichQuote=get_random();

    var quote=new Array(4)
     quote[0]="<p align=justify>In the professional services environment what counts most is secure reliable access. From the users perspective AccessMyLan delivers this in a standard format across a wide range of devices.</p> <BR> - <b>T McGovern,</br>O'Donnell Sweeney Solicitors</b><br><div align=center><img src='logos/big-ods-logo.gif' border=0></div>";
     quote[1]="AccessMyLan has improved our service levels to our external employees. Its ease of deployment and ease of admin make this product a brilliant addition to the services we offer to our internal customers.<br><b> - G Seery,</br>LED Group</b><br><div align=center><img src='logos/big-led-logo.gif' border=0></div>";
     quote[2]="Security and Rapid Rollout - for me the mere mention of these together always conjures up frightening thoughts! AccessMyLan not only eliminated these concerns, but to also empower our representatives with such simplicity speaks volumes for the solution.<br><b> - E Connell,</br>Uniphar Group</b><br><div align=center><img src='logos/big-uniphar-logo.gif' border=0></div>";
     quote[3]="AccessMyLan has allowed us to roll out a secure, fast and easy to use VPN solution giving our remote users and remote offices reliable secure access to our network. From a customer service point of view AccessMyLan is second-to-none.<br><b> - J Murphy,</br> Osprey Hotel Group</b><br><div align=center><img src='logos/big-osprey-logo.gif' border=0></div>";

     return quote[whichQuote];
  }
//-->



