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,7)

// 1 

if (abc == 1) {document.write("<a href='http://www.kqzyfj.com/click-5452135-10521016' target='_top'>Need more memory for your computer? Check out Memory Daily Deal at Newegg.com.</a><img src='http://www.lduhtrp.net/image-5452135-10521016' width='1' height='1' border='0'/>")
}

// 2

if (abc == 2) {document.write("<a href='http://www.nvnews.net/vbulletin/forumdisplay.php?f=77' target='_top'>Newegg Daily Deals</a>")
}

// 3

if (abc == 3) {document.write("<a href='http://www.anrdoezrs.net/click-5452135-10440897?url=http%3A%2F%2Fwww.newegg.com%2FProduct%2FProduct.aspx%3FItem%3DN82E16814130737%26nm_mc%3DAFC-C8Junction%26cm_mmc%3DAFC-C8Junction-_-Video%2BCards-_-EVGA-_-14130737&cjsku=N82E16814130737' target='_top'>EVGA GeForce GTX 560 Ti 2Win DUAL GPU (Fermi) 02G-P3-1569-KR Video Card - $519.99 at Newegg</a><img src='http://www.tqlkg.com/image-5452135-10440897' width='1' height='1' border='0'/>")
}

// 4

if (abc == 4) {document.write("<a href='http://www.jdoqocy.com/click-5452135-10450117'>EVGA SuperClocked GeForce GTX 570 (Fermi) 1280MB 320-bit GDDR5 Video Card - $324.99 (w/ $15 off code ''EVG202A'' & $20MIR) + Free Shipping at Newegg.com, exp. 2/9</a><img src='http://www.tqlkg.com/image-5452135-10450117' width='1' height='1' border='0'/>")
}

// 5

if (abc == 5) {document.write("<a href='http://www.kqzyfj.com/click-5452135-10467613'>ASUS Radeon HD 6770 1GB 128-bit GDDR5 Video Card - $94.99 (w/ $10 off code ''ASUS202'' & $20MIR) + Free Shipping at Newegg.com, exp. 2/14</a><img src='http://www.lduhtrp.net/image-5452135-10467613' width='1' height='1' border='0'/>")
}

// 6

if (abc == 6) {document.write("<a href='http://www.tkqlhce.com/click-5452135-10521015'>EVGA GeForce GTX 580 1536MB 384-bit GDDR5 Video Card - $439.99 (w/ $30 off code 'EVG202B' & $30MIR) + Free Shipping at Newegg.com, exp. 2/10</a><img src='http://www.lduhtrp.net/image-5452135-10521015' width='1' height='1' border='0'/>")
}

// 7

if (abc == 7) {document.write("<a href='http://www.tkqlhce.com/click-5452135-10741836'>$170 off SAMSUNG Central Station 23' 2ms Full HDMI LED Backlight LCD Monitor & Wireless Docking - $249.99 (SEE PRICE IN CART) + Free Shipping at Newegg.com, Exp. 2/25</a><img src='http://www.tqlkg.com/image-5452135-10741836' width='1' height='1' border='0'/>")
}



