// JavaScript Document


images = new Array(1);



images[0] = "<a href = 'http://www.tweedandhickory.com/shopsite_sc/store/html/customerservice.html#shipping'><img src='http://www.tweedandhickory.com/images/home-shipping-promo.gif' border='0'></a>";

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

document.write(images[index]);

