﻿var rndA = Math.floor(Math.random()*products.p.length);
var rndB = Math.floor(Math.random()*products.p.length);
var rndC = Math.floor(Math.random()*products.p.length);
document.write('<a href="OffersYouCantRefuse/'+(products.p[rndA].scode)+'.htm"><img class="randim" alt="New Items Daily" src="http://ibtoner.com/INVENTURN/'+(products.p[rndA].scode)+'/lg_1.jpg"/></a>');
document.write('<a href="OffersYouCantRefuse/'+(products.p[rndB].scode)+'.htm"><img class="randim" alt="New Items Daily" src="http://ibtoner.com/INVENTURN/'+(products.p[rndB].scode)+'/lg_1.jpg"/></a>');
document.write('<a href="OffersYouCantRefuse/'+(products.p[rndC].scode)+'.htm"><img class="randim" alt="New Items Daily" src="http://ibtoner.com/INVENTURN/'+(products.p[rndC].scode)+'/lg_1.jpg"/></a>');
