var ad2_count=2;var now2 = new Date();var sec2 = now2.getSeconds() + 1;var ad2 = sec2 % ad2_count;ad2 +=1; 
if (ad2==1) {
	url2="/accessories/digital-picture-frame.asp";
	img2="/Repository/ProductImages/2/7-inch-black-digital-frame.jpg";
	alt2="digital photo frame";
	product2="7&quot; Digital Photo Frame";
	newprice2="$29.95*";
}
if (ad2==2) {
	url2="/accessories/digital-photo-frame.asp";
	img2="/Repository/ProductImages/2/10-inch-black-digtial-frame.jpg";
	alt2="digital picture frame";
	product2="10&quot; Digital Picture Frame";
	newprice2="$59.95*";
}
else {
	url2="/accessories/digital-picture-frame.asp";
	img2="/Repository/ProductImages/2/7-inch-black-digital-frame.jpg";
	alt2="digital photo frame";
	product2="Digital Picture Frame";
	newprice2="$29.95*";
}

document.write('<div align="center"><a href="' + url2 +'"><img src="' + img2 + '" alt="' + alt2 + '" border="0"></a><br />');
document.write('<a class="productFeature1Title1" href="' + url2 + '">' + product2 + '</a><br />');
document.write('<span class="productFeature1Price1" style="color:red;"><b>' + newprice2 + '</b></span></div>');