<!--

//Javascript Created by Computerhope http://www.computerhope.com

//store the quotations in arrays

images = new Array(3);

images[0] = "<a href='http://www.8pawsup.com/cgi-bin/store/cpshop.cgi/chocolatelabgifts.dakotasden.1459503+chocolate-lab-outline.html'><img src='http://www.8pawsup.com/images/thumbs/chocoval.jpg' border='0'/><br/><br/>See All With This Design</a>";

images[1] = "<a href='http://www.8pawsup.com/cgi-bin/store/cpshop.cgi/labradorgifts.dakotasden.1196952+lab-dad-ii.html'><img src='http://www.8pawsup.com/images/thumbs/labdadoval.jpg' border='0'/><br/><br/>See All With This Design</a>";

images[2] = "<a href='http://www.8pawsup.com/cgi-bin/store/cpshop.cgi/yellowlabgifts.dakotasden.1187758+yellow-lab-rules.html'><img src='http://images.cafepress.com/image/11016391_125x125.jpg' border='0'/><br/><br/>See All With This Design</a>";

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

document.write(images[index]);

//done

// -->