// JavaScript Document


images = new Array(4);

images[0] = "<a href = 'http://www.tweedandhickory.com/shopsite_sc/store/html/storelocations.html'><img src='http://www.tweedandhickory.com/images/her_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/her_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/her_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/her_4.jpg' border='0'></a>";

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

document.write(images[index]);
