/* Show Amazon ad 120 x 120 approx*/

var advert=new Array();
/* Europe */
advert[0]="<iframe src=\"http://rcm-uk.amazon.co.uk/e/cm?t=raco07-21&o=2&p=20&l=ur1&category=electronicsfoto&banner=1M0KSWXPCCTV9PR4PB82&f=ifr\" width=\"120\" height=\"90\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>"
advert[1]="<iframe src=\"http://rcm-uk.amazon.co.uk/e/cm?t=raco07-21&o=2&p=20&l=ur1&category=kindle&banner=17TD9SPEYNNK7R9JKYG2&f=ifr\" width=\"120\" height=\"90\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>"
advert[2]="<iframe src=\"http://rcm-uk.amazon.co.uk/e/cm?t=raco07-21&o=2&p=20&l=ur1&category=kindlestore&banner=1YHC1WQXRW4QD7NM2K02&f=ifr\" width=\"120\" height=\"90\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>"
advert[3]="<iframe src=\"http://rcm-uk.amazon.co.uk/e/cm?t=raco07-21&o=2&p=20&l=ur1&category=generic&banner=0YCR1B12KQC9EA34FF02&f=ifr\" width=\"120\" height=\"90\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>"
advert[4]="<iframe src=\"http://rcm-uk.amazon.co.uk/e/cm?t=raco07-21&o=2&p=20&l=ur1&category=pcvideogames&banner=08VFHYYBTJJA2ZNH81G2&f=ifr\" width=\"120\" height=\"90\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>"
advert[5]="<iframe src=\"http://rcm-uk.amazon.co.uk/e/cm?t=raco07-21&o=2&p=20&l=ur1&category=offers&banner=19AAH8VTTFQ438V9MVG2&f=ifr\" width=\"120\" height=\"90\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>"

/* US */
advert[6]="<iframe src=\"http://rcm.amazon.com/e/cm?t=raco0ad-20&o=1&p=21&l=ur1&category=wireless&banner=1F1MX6Q2GAJVVP30CEG2&f=ifr\" width=\"125\" height=\"125\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>"
advert[7]="<iframe src=\"http://rcm.amazon.com/e/cm?t=raco0ad-20&o=1&p=21&l=ur1&category=computers_accesories&banner=0Q1FJ9TBD13SA09DSMR2&f=ifr\" width=\"125\" height=\"125\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>"
advert[8]="<iframe src=\"http://rcm.amazon.com/e/cm?t=raco0ad-20&o=1&p=20&l=ur1&category=electronics&banner=1VDPFXG4JXWABYY6R8R2&f=ifr\" width=\"120\" height=\"90\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>"
advert[9]="<iframe src=\"http://rcm.amazon.com/e/cm?t=raco0ad-20&o=1&p=21&l=ur1&category=game_downloads&banner=13PTQH69Q2290VF8SR82&f=ifr\" width=\"125\" height=\"125\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>"
advert[10]="<iframe src=\"http://rcm.amazon.com/e/cm?t=raco0ad-20&o=1&p=20&l=ur1&category=home&banner=1MTZZVJ45SYSJTNN6FG2&f=ifr\" width=\"120\" height=\"90\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>"
advert[11]="<iframe src=\"http://rcm.amazon.com/e/cm?t=raco0ad-20&o=1&p=21&l=ur1&category=kindle&banner=1SXH1NWCPDHK3NRJC7R2&f=ifr\" width=\"125\" height=\"125\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>"
advert[12]="<iframe src=\"http://rcm.amazon.com/e/cm?t=raco0ad-20&o=1&p=21&l=ur1&category=software&banner=040CAFM9HWSCJ6A03YR2&f=ifr\" width=\"125\" height=\"125\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>"

today = new Date()
mins = Math.abs(today.getTimezoneOffset())
if (mins<181) {
 r=Math.floor(Math.random()*6)
 }
else {
 r=6+Math.floor(Math.random()*7)
 }
document.write(advert[r])
document.write("<br>")


