document.write('<table width="100%"><tr>');
var bannerImages = new Array();
var bannerLinks = new Array();
var bannerName = new Array();
var bannerText = new Array();

		bannerLinks[0] = "http://click.linksynergy.com/fs-bin/click?id=*b3u9bjYyV4&offerid=86036.52840&type=2&subid=0";
		bannerImages[0] = "http://www.petsmart.com/media/ps/images/products/detail/thumb/April05/thumb_52840_4696b.jpg";
		bannerName[0] = "22\" Berber Nest Dog Bed";
		bannerText[0] = "It's better with Berber! If there's a fabric that says snuggle more...";
		
		bannerLinks[1] = "http://click.linksynergy.com/fs-bin/click?id=*b3u9bjYyV4&offerid=86036.54968&type=2&subid=0";
		bannerImages[1] = "http://www.petsmart.com/media/ps/images/products/detail/thumb/i/inP0/inP029630thumb_7c35.jpg";
		bannerName[1] = "Bark Avenue Fashion Collars & Leashes";
		bannerText[1] = "Durable nylon collars and leashes reach a whole new level of fashion when accented...";
		
		bannerLinks[2] = "http://click.linksynergy.com/fs-bin/click?id=*b3u9bjYyV4&offerid=86036.11445&type=2&subid=0";
		bannerImages[2] = "http://www.petsmart.com/media/ps/images/products/detail/thumb/January06/thumb_11445_5216f.jpg";
		bannerName[2] = "Plaid Bone-Shaped Dog Toy";
		bannerText[2] = "Bone-shaped toy has a plaid print on one side, solid color on the other...";
		
		bannerLinks[3] = "http://click.linksynergy.com/fs-bin/click?id=*b3u9bjYyV4&offerid=56753.10504&type=2&subid=0";
		bannerImages[3] = "http://www.1800petmeds.com/images/products/large/10504_160.jpg";
		bannerName[3] = "Doggie Diet Chewable Tablets";
		bannerText[3] = "Doggie Diet is a safe and effective means to help your dog stay lean and trim.";
		
		
		
		var now = new Date();
var x = now.getSeconds() % bannerImages.length;
var numberOfBanners = 2;
for (i=0; i<numberOfBanners; i++) {
    document.write("<td valign=\"top\" width=\"96\" align=\"center\"><a href=" + bannerLinks[x] + " target=\"_new\"><img src=" + bannerImages[x] + " border=0 height=60></a></td><td valign=\"top\" align=\"left\"><a href=" + bannerLinks[x] + " target=\"_new\"><B>" + bannerName[x] + "</b></a><br>" + bannerText[x] + "<Br></td>"); 
    if (x == bannerImages.length-1) {
        x = 0;
    } else {
        x++;
    }
}

document.write('</tr></table>');



