
   
function randInt(min,max)
{
     var div = (max - min) + 1
     var randNum = Math.random()
     for (var i = 0; i <= div - 1; i++)
     {
          if (randNum >= i / div && randNum < (i+1) / div)
          {return i + min}
     }
}
 
   
   
    var abc = randInt(1,5);
 
  

if (abc == 1) {  document.write('<a href="http://gan.doubleclick.net/gan_click?lid=41000000032228892&pubid=21000000000104610"><img src="http://gan.doubleclick.net/gan_impression?lid=41000000032228892&pubid=21000000000104610" border=0 alt="Unlimited plans starting at half the cost of AT&amp;T or Verizon. Blackberry Curve."></a>');
  }

if (abc == 2) {  document.write('<a href="http://gan.doubleclick.net/gan_click?lid=41000000029194751&pubid=21000000000104610"><img src="http://gan.doubleclick.net/gan_impression?lid=41000000029194751&pubid=21000000000104610" border=0 alt="Unlimited Talk and Text Starting at $35/month"></a>');
  }

if (abc == 3) {  document.write('<a href="http://www.dpbolvw.net/click-2405155-10777409"><img src="http://www.tqlkg.com/image-2405155-10777409" width="160" height="600" alt="Exclusive Prices at Wirefly" border="0"/></a>');
  }

if (abc == 4) {  document.write('<a href="http://www.jdoqocy.com/click-2405155-10712464" target="_top"><img src="http://www.tqlkg.com/image-2405155-10712464" width="160" height="600" alt="Straight Talk" border="0"/></a>');
  }

if (abc == 5) {  document.write('<a href="http://www.dpbolvw.net/click-2405155-10413787" target="_top" onmouseover="window.status=\'http://www.t-mobile.com\';return true;" onmouseout="window.status=\' \';return true;"><img src="http://www.lduhtrp.net/image-2405155-10413787" width="160" height="600" alt="T-Mobile Web-Only Deals" border="0"/></a>');
  }
     
//  End -->
   
