var ran_number
ran_number=Math.round(Math.random()*5); // A random number from 0 to 5.

if (ran_number == 0) { // Books
	document.write('<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=wemyssbaywebs-21&o=2&p=44&l=ur1&category=bestsellers&banner=02RPZDT8KARZT7HTQG02&f=ifr" width="100" height="70" scrolling="no" border="0" style="border:none;" frameborder="0"></iframe>');
}
else if (ran_number == 1) { // PC and Video games
	document.write('<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=wemyssbaywebs-21&o=2&p=44&l=ur1&category=bestsellers&banner=0ECWAX8NC0YSFV3T5MR2&f=ifr" width="100" height="70" scrolling="no" border="0" style="border:none;" frameborder="0"></iframe>');
}
else if (ran_number == 2) { // Electronics and photo
	document.write('<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=wemyssbaywebs-21&o=2&p=44&l=ur1&category=electronicsfoto&banner=1REKHHWJQCF6VF6A1902&f=ifr" width="100" height="70" scrolling="no" border="0" style="border:none;" frameborder="0"></iframe>');
}
else if (ran_number == 3) { // DVDs
	document.write('<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=wemyssbaywebs-21&o=2&p=44&l=ur1&category=dvd&banner=0EAYDGK77NRFCPKTPG82&f=ifr" width="100" height="70" scrolling="no" border="0" style="border:none;" frameborder="0"></iframe>');
}
else if (ran_number == 4) { // Home and Garden
	document.write('<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=wemyssbaywebs-21&o=2&p=44&l=ur1&category=homegarden&banner=1W9NDD4Y6B1WHGDH98G2&f=ifr" width="100" height="70" scrolling="no" border="0" style="border:none;" frameborder="0"></iframe>');
}
else if (ran_number == 5) { // Toys and Games
	document.write('<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=wemyssbaywebs-21&o=2&p=44&l=ur1&category=toyskids&banner=0V93GDRRK8993QRF8A02&f=ifr" width="100" height="70" scrolling="no" border="0" style="border:none;" frameborder="0"></iframe>');
}

else if (ran_number == 10) {
	document.write('<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=wemyssbaywebs-21&o=2&p=6&l=st1&mode=books-uk&search=Scotland&fc1=&=1&lc1=&lt1=&f=ifr&bg1=" marginwidth="0" marginheight="0" width="120" height="150" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>');
}
else if (ran_number == 11) {
	document.write('<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=wemyssbaywebs-21&o=2&p=40&l=ur1&category=dvd&banner=1J3W5BPKK1A6P4B4Z102&f=ifr" width="120" height="60" scrolling="no" border="0" style="border:none;" frameborder="0"></iframe>');
}
else if (ran_number == 12) {
	document.write('<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=wemyssbaywebs-21&o=2&p=20&l=ur1&category=toyskids&banner=02A2NHG7GB8ZS24X6QR2&f=ifr" width="120" height="90" scrolling="no" border="0" style="border:none;" frameborder="0"></iframe>');
}
