// JavaScript Document
var imagenumber = 7 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "images/fPreparedBeef.jpg"
images[2] = "images/fPreparedDuck.jpg"
images[3] = "images/fPreparedGame.jpg"
images[4] = "images/fPreparedPork.jpg"
images[5] = "images/fPreparedLamb.jpg"
images[6] = "images/fPreparedChicken.jpg"
images[7] = "images/fPreparedLamb2.jpg"
var image = images[rand1] ;
var linknumber = 7 ;
var img1 = Math.round( (linknumber-1) * randomnumber) + 1 ;

links = new Array
links[1] = "https://secure5.host-it.co.uk/frowey.com/shop-online.php"
links[2] = "https://secure5.host-it.co.uk/frowey.com/shop-online.php"
links[3] = "https://secure5.host-it.co.uk/frowey.com/shop-online.php"
links[4] = "https://secure5.host-it.co.uk/frowey.com/shop-online.php"
links[5] = "https://secure5.host-it.co.uk/frowey.com/shop-online.php"
links[6] = "https://secure5.host-it.co.uk/frowey.com/shop-online.php"
links[7] = "https://secure5.host-it.co.uk/frowey.com/shop-online.php"
var link = links[img1];

document.write('<a href="' + link + '"><img src="' + image + '" border="0" alt="Frowey produce - click for game and seasonal selections" width="136" height="102" style="margin-top: 12px;"></a>') ;

