// JavaScript Document

//Advertisement 1

images1 = new Array(1);


images1[0] = "<a href = 'http://www.revolvad.com/scotland/angus/sc0102an/single.html'><img src='http://www.revolvad.com/scotland/angus/images/sc0102an/001-00/001c/advertise.jpg' name='Advertise' title='Advertise' alt='Advertise' width='120' height='60' vspace='2' border='0'></a>";

index = Math.floor(Math.random() * images1.length);

document.write(images1[index]);

//done