var now = new Date();
var seed = now.getTime() % 0xffffffff;

function rand(n) {
seed = (0x015a4e35 * seed) % 0x7fffffff;
return ( seed >> 16 ) % n;
} 

var num = rand(4);
// Menu


switch (num)
{
case 0:
 document.write('<a href="https://www.securepaynet.net/gdshop/registrar/search.asp?prog_id=256206&isc=cn98301"><img src="https://imagesak.securepaynet.net/aaa/domaindeal/ban_199_domain_email.gif" alt="Domain Name" width="481" height="57" border="0" /></a>');
  break;
case 1:
 document.write('<a href="https://www.securepaynet.net/gdshop/hosting/shared.asp?prog_id=256206&amp;ci=1783&amp;se=+"><img src="https://imagesak.securepaynet.net/aaa/hosting/0/hdr_hosting_new5_wld_largest.png" alt="Hosting Plan" width="578" height="82" border="0" /></a>');
  break;
case 2:
  document.write('<a href="https://www.securepaynet.net/gdshop/hosting/build.asp?prog_id=256206&amp;ci=1784&amp;se=+"><img src="https://imagesak.securepaynet.net/aaa/hosting/0/hdr_virtded.png" alt="Virtual Dedicated Servers" width="578" height="82" border="0" /></a>');
  break;
case 3:
  document.write('<a href="https://www.securepaynet.net/gdshop/hosting/build.asp?prog_id=256206&amp;ci=1785&amp;display=dedicated&amp;se=%2B"><img src="https://imagesak.securepaynet.net/aaa/hosting/0/hdr_dedserver.png" alt="Dedicated Servers" width="578" height="82" border="0" /></a>');
  break;


default:
  document.write("Welcome");
}

