function adArray(){for(i=0;i*2<adArray.arguments.length;i++){this[i]=new Object();this[i].src=adArray.arguments[i*2];this[i].href=adArray.arguments[i*2+1];}
this.length=i;}
function getAdNum(){dat=new Date();dat=(dat.getTime()+"").charAt(8);if(dat.length==1)
ad_num=dat%ads.length;else
ad_num=0;return ad_num;}
var ads=new adArray("../images/Hair_accessories.jpg", "../hair_accessories.asp", "../images/watches.jpg", "../products.asp?cat=70", "../images/lingerie_lingeries.jpg", "../lingeries.asp", "../images/sexy_bra_bras.jpg", "../bras_sexy_bra.asp", "../images/silk_ties_neckties.jpg", "../designer_silk_neckties.asp", "../images/Designer leather handbags_purses_wallets.jpg", "../handbags_purses.asp", "../images/jewelry.jpg", "../jewelry.asp", "../images/Beauty products_ Skin Care products.jpg", "../beauty_products.asp", "../images/women_clothing.jpg", "../women_clothing.asp", "../images/Dress Shoes_boots_clogs.jpg", "../shoes_boots.asp", "../images/leather jackets_coats_bomber jackets.jpg", "../products.asp?cat=20", "../images/Fashion sunglasses_DG_CG_CC sunglasses.JPG", "../designer_sunglasses.asp", "../images/african_attire.jpg", "../african_attire_clothing_apparel_dresses.asp", "../images/children_kids.jpg", "../kids_juniors.asp", "../images/houseware.jpg", "../products.asp?cat=18")
var ad_num=getAdNum();document.write('<table cellpadding=0 cellspacing=1 border=0><tr><td>'
+'<A href="'+ads[ad_num].href+'"><IMG SRC="'+ads[ad_num].src+'" '
+'height="112" width="186" align="center" border="0" name="js_ad"></a></td></tr></table>');link_num=document.links.length-1;function rotateSponsor(){if(document.images){ad_num=(ad_num+1)%ads.length;document.js_ad.src=ads[ad_num].src;document.links[link_num].href=ads[ad_num].href;setTimeout("rotateSponsor()",5000);}}
setTimeout("rotateSponsor()",5000);