//store the quotations in arrays 
 
//This is all commented out so that we only display the Woodworkers Institute and Making Jewellery adverts. Uncomment when needed.

images = new Array(0); 
 
images[0] = "<a href='http://www.cooksongold.com/'><img src='images/content/advertising/CooksonGold.gif' width='468px' height='60px' border='0' alt='Cookson Gold'><\/a>"; 
 
//images[1] = "<a href='pdf/WHSmithOffer.pdf'><img src='images/content/advertising/WHSmithOffer.jpg' width='468px' height='60px' border='0' alt='WHSmith Offer'><\/a>"; 

index = Math.floor(Math.random() * images.length); 
document.write("" + "" + images[index]); 