// JavaScript Document
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,4);

if (abc == 1) {

     document.write("<a href='http://www.expresslygourmet.com' target='_blank'><img src='images/ad/Expressly Gourmet by KBinfosys.gif' alt='KBinfosys client Banner for Expressly Gourmet.com Website' width='468' height='60' border='0' ></a>");

}

if (abc == 2) {

     document.write("<a href='http://americanidoltop20.com' target='_blank'><img src='images/ad/American Idol Top20 by KBinfosys.gif' alt='KBinfosys client Banner for AmericanIdol Top20.com Website' width='468' height='60' border='0' ></a>");

}

if (abc == 3) {

     document.write("<a href='http://www.expresslygourmet.com' target='_blank'><img src='images/ad/Expressly Gourmet by KBinfosys.gif' alt='KBinfosys client Banner for Expressly Gourmet.com Website' width='468' height='60' border='0' ></a>");

}

if (abc == 4) {

     document.write("<a href='http://www.escali.com' target='_blank'><img src='images/ad/Escali by KBinfosys.gif' alt='KBinfosys client Banner for Escali.com Website' width='468' height='60' border='0' ></a>");

}

/*if (abc == 5) {

   document.write("<a href='http://yahoo.com' target='_blank'><img src='images/ad/banner1.gif' width='468' height='60' border='0' ></a>");

}
*/