
var sponsor;
function rnd(x, y) { 
   var range = (y - x + 1);
   sponsor = Math.floor(Math.random() * range); 
   sponsor = sponsor;
   stone();
}

function stone() {
//   if (sponsor == 0) {
//      document.banner.src = "image/home/home-img-eforwarders.jpg";
//   }
   if (sponsor == 0) {
      document.banner.src = "image/home/home-img-webhosting.jpg";
   }

	if (sponsor == 1) {
      document.banner.src = "image/home/home-img-webhosting.jpg";
   }
//   if (sponsor == 1) {
//      document.banner.src = "image/home/home-img-ebanking.jpg";
//   }
   if (sponsor == 2) {
      document.banner.src = "image/home/home-img-ofac.jpg";
   }

	if (sponsor == 3) {
      document.banner.src = "image/home/home-img-eshop.jpg";
   }
//   if (sponsor == 3) {
//      document.banner.src = "image/home/home-img-etracker.jpg";
//   }
   if (sponsor == 4) {
      document.banner.src = "image/home/home-img-eshop.jpg";
   }
   if (sponsor == 5) {
      document.banner.src = "image/home/home-img-ofac.jpg";
   }
}

function goBanner() {
   if (sponsor == 0) {
      window.location.href = "self_defendWebHosting.html";
   }
//   if (sponsor == 1) {
//      window.open("http://www.gus.net/onlinebanking/","_blank","");
//   }
   if (sponsor == 1) {
      window.location.href = "self_defendWebHosting.html";
   }

   if (sponsor == 2) {
      window.location.href = "http://ofacscout.gus.net/scout.html";
   }

	if (sponsor == 3) {
      window.location.href = "eshop.html";
   }
//   if (sponsor == 3) {
//      window.location.href = "http://etracker.gus.net/eTracker.asp";
//   }
   if (sponsor == 4) {
      window.location.href = "eshop.html";
   }
   if (sponsor == 5) {
      window.location.href = "http://ofacscout.gus.net/scout.html";
   }
}
