var ad2_count=5;var now2 = new Date();var sec2 = now2.getSeconds() + 1;var ad2 = sec2 % ad2_count;ad2 +=1; 
if (ad2==1) {
	url2="/usb-flash-drives/diskgo-classics.asp";
	img2="/Repository/ProductImages/2/definitions.jpg";
	alt2="Flash Drive";
	product2="16GB Flash Drive";
	oldprice2="$54.95";
	newprice2="$49.95";
}
else if (ad2==2) {
	url2="/usb-flash-drives/diskgo-secure-flash-drives.asp";
	img2="/Repository/ProductImages/2/definitions-secure.jpg";
	alt2="Flash Drive";
	product2="1GB Secure Flash Drive";
	oldprice2="$15.95";
	newprice2="$14.95";
}
else if (ad2==3) {
	url2="/digital-media/sdhc-memory-cards.asp";
	img2="/Repository/ProductImages/2/SDHC-Class6-16GB.gif";
	alt2="SDHC Card";
	product2="16GB SDHC Card";
	oldprice2="$39.95";
	newprice2="$34.95";
}
else if (ad2==4) {
	url2="/usb-flash-drives/diskgo-combos-pen.asp";
	img2="/Repository/ProductImages/2/USB-Flash-Drive+Ink-Pen.gif";
	alt2="Flash Drive Ink Pen";
	product2="1GB Flash Drive Ink Pen";
	oldprice2="$29.95";
	newprice2="$19.95";
}
else if (ad2==5) {
	url2="/digital-media/proshot-130x-sd.asp";
	img2="/Repository/ProductImages/2/2GB-ProShot-Card.gif";
	alt2="SD ProShot";
	product2="2GB ProShot 130x SD Memory Cards";
	oldprice2="$19.95";
	newprice2="$11.95";
}
else {
	url2="/digital-media/proshot-130x-sd.asp";
	img2="/Repository/ProductImages/2/2GB-ProShot-Card.gif";
	alt2="SD ProShot";
	product2="2GB ProShot 130x SD Memory Cards";
	oldprice2="$19.95";
	newprice2="$11.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">Was:</span>');
document.write('<span class="productFeature1Price1" style="text-decoration:line-through;">' + oldprice2 + '</span><br />');
document.write('<span class="productFeature1Price1" style="color:red;"><b>Now:' + newprice2 + '</b></span></div>');