<!--
var howMany = 7
var adv = new Array(howMany+1)
adv[0]='<iframe src="http://rcm.amazon.com/e/cm?t=ek-20&o=1&p=48&l=ur1&category=unboxdigital&banner=1QY20ZF5G4DT5N4ZXNR2&f=ifr" width="728" height="90" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>'
adv[1]='<iframe src="http://rcm.amazon.com/e/cm?t=ek-20&o=1&p=48&l=ur1&category=gourmet&banner=0DSWRZ5A2FXV23WJNK02&f=ifr" width="728" height="100" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>'
adv[2]='<iframe src="http://rcm.amazon.com/e/cm?t=ek-20&o=1&p=48&l=ur1&category=kitchen&banner=1BD9MBXK5KWFV9SX7202&f=ifr" width="728" height="90" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>'
adv[3]='<iframe src="http://rcm.amazon.com/e/cm?t=ek-20&o=1&p=48&l=ur1&category=games&banner=1GZ21BCDH02J53N5FH02&f=ifr" width="728" height="90" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>'
adv[4]='<iframe src="http://rcm.amazon.com/e/cm?t=ek-20&o=1&p=48&l=ur1&category=dvd&banner=0DE2PBSZ1XXT9HH45SG2&f=ifr" width="728" height="90" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>'
adv[5]='<iframe src="http://rcm.amazon.com/e/cm?t=ek-20&o=1&p=48&l=ur1&category=wireless&banner=0TJY74H4VE9W4MDG6J82&f=ifr" width="728" height="90" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>'
adv[6]='<iframe src="http://rcm.amazon.com/e/cm?t=ek-20&o=1&p=48&l=ur1&category=music&banner=0QJQCP0N5XEHS2HKXQ02&f=ifr" width="728" height="90" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>'
adv[7]='<iframe src="http://rcm.amazon.com/e/cm?t=ek-20&o=1&p=48&l=ur1&category=dvd&banner=0DE2PBSZ1XXT9HH45SG2&f=ifr" width="728" height="90" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>'
function rndnumber(){
var randscript = -1
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1))
}
return randscript
}
quo = rndnumber()
quox = adv[quo]
//document.write("&lt;"+quox+" /&gt;")
