<!-- Hide this script from old browsers --
var imagenumber = 12 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "Banners\\alig.jpg"
images[2] = "Banners\\billtedexc.jpg"
images[3] = "Banners\\brotherartthou.jpg"
images[4] = "Banners\\chickenrun.jpg"
images[5] = "Banners\\jeeves2.jpg"
images[6] = "Banners\\jeeves1.jpg"
images[7] = "Banners\\returnoftap.jpg"
images[8] = "Banners\\scarymovie.jpg"
images[9] = "Banners\\spinaltap.jpg"
images[10] = "Banners\\wallace.jpg"
images[11] = "Banners\\alanpartridge.jpg"
images[12] = "Banners\\fawltytowers.jpg"
var image = images[rand1]

links = new Array
links[1] = "http://www.amazon.co.uk/exec/obidos/ASIN/B00004ZBXW/cheesetimes-21"
links[2] = "http://www.amazon.co.uk/exec/obidos/ASIN/B00005IBAV/cheesetimes-21"
links[3] = "http://www.amazon.co.uk/exec/obidos/ASIN/B00005ATFN/cheesetimes-21"
links[4] = "http://www.amazon.co.uk/exec/obidos/ASIN/B00004W4A5/cheesetimes-21"
links[5] = "http://www.amazon.co.uk/exec/obidos/ASIN/B00005BCFG/cheesetimes-21"
links[6] = "http://www.amazon.co.uk/exec/obidos/ASIN/B00004XQTN/cheesetimes-21"
links[7] = "http://www.amazon.co.uk/exec/obidos/ASIN/B00005B72D/cheesetimes-21"
links[8] = "http://www.amazon.co.uk/exec/obidos/ASIN/B000059H5N/cheesetimes-21"
links[9] = "http://www.amazon.co.uk/exec/obidos/ASIN/B00004CY6E/cheesetimes-21"
links[10] = "http://www.amazon.co.uk/exec/obidos/ASIN/B00004YN73/cheesetimes-21"
links[11] = "http://www.amazon.co.uk/exec/obidos/ASIN/B00005NGUS/cheesetimes-21"
links[12] = "http://www.amazon.co.uk/exec/obidos/ASIN/B00005OCTG/cheesetimes-21"

var link = links[rand1]
// -- End Hiding Here -->
