// JavaScript Document


images = new Array(6);

images[0] = "<a href = 'http://www.tweedandhickory.com/shopsite_sc/store/html/storelocations.html'><img src='http://www.tweedandhickory.com/images/him_1.jpg' border='0'></a>";

images[1] = "<a href = 'http://www.tweedandhickory.com/shopsite_sc/store/html/storelocations.html'><img src='http://www.tweedandhickory.com/images/him_2.jpg' border='0'></a>";

images[2] = "<a href = 'http://www.tweedandhickory.com/shopsite_sc/store/html/storelocations.html'><img src='http://www.tweedandhickory.com/images/him_3.jpg' border='0'></a>";

images[3] = "<a href = 'http://www.tweedandhickory.com/shopsite_sc/store/html/storelocations.html'><img src='http://www.tweedandhickory.com/images/him_4.jpg' border='0'></a>";

images[4] = "<a href = 'http://www.tweedandhickory.com/shopsite_sc/store/html/storelocations.html'><img src='http://www.tweedandhickory.com/images/him_5.jpg' border='0'></a>";

images[5] = "<a href = 'http://www.tweedandhickory.com/shopsite_sc/store/html/storelocations.html'><img src='http://www.tweedandhickory.com/images/him_6.jpg' border='0'></a>";

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

document.write(images[index]);
