var swidth=253; var sheight=60; var sspeed=8; var restart=sspeed; var rspeed=sspeed; var spause=5000; var ratings=new Array(); ratings[0]='"Peggy and Sue were SO helpful. There was an item that was unavailable and they called me straight away, apolog..."'; ratings[1]='"I ordered online yesterday and imagine my surprise when the package arrived today! Fantastic service - super s..."'; ratings[2]='"Easy to navigate website showing delightful clothes for kids. Goods arrived in good time and were as described...."'; ratings[3]='"Hats off to the team at Cookies and Cream on FABULOUS customer service!!! I sent an order enquiry through on a..."'; ratings[4]='"these people were fantastic. great prices and great value for money! i cant wait to use their services again!..."'; ratings[5]='"I scored some unbelievable BARGAINS online on some absolutely GORGEOUS, top quality garments!! I was pleasantl..."'; ratings[6]='"Dealing with Cookies and Cream is a delight. I have purchased products from them a few times in the last two ye..."'; ratings[7]='"I have made three purchases with this company and had excellent service each time. Their response time and upd..."'; ratings[8]='"I purchase a lot of things online, twice to date with this particular business. In my experience, this is one ..."'; ratings[9]='"Wonderful work, I will definitely be buying from you again. Easy to navigate website, quick delivery with perso..."'; var ii=0; function goup(){if(sspeed!=rspeed*16){sspeed=sspeed*2;restart=sspeed;}} function womowStart(){ if(document.getElementById){ns6div=document.getElementById('iens6div');ns6div.style.top=sheight+"px";ns6div.innerHTML=ratings[0];sizeup=ns6div.offsetHeight;ns6scroll();} else if(document.layers){ns4layer=document.ns4div.document.ns4div1;ns4layer.top=sheight;ns4layer.document.write(ratings[0]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();} else if(document.all){iediv=iens6div;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=ratings[0];sizeup=iediv.offsetHeight;iescroll();}} function iescroll(){if(iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){iediv.style.pixelTop=0;setTimeout("iescroll()",spause);}else if(iediv.style.pixelTop>=sizeup*-1){iediv.style.pixelTop-=sspeed+"px";setTimeout("iescroll()",100);}else{if(ii==ratings.length-1)ii=0;else ii++;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=ratings[ii];sizeup=iediv.offsetHeight;iescroll();}} function ns4scroll(){if(ns4layer.top>0&&ns4layer.top<=sspeed){ns4layer.top=0;setTimeout("ns4scroll()",spause);}else if(ns4layer.top>=sizeup*-1){ns4layer.top-=sspeed;setTimeout("ns4scroll()",100);}else{if(ii==ratings.length-1)ii=0;else ii++;ns4layer.top=sheight;ns4layer.document.write(ratings[ii]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}} function ns6scroll(){if(parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){ns6div.style.top=0;setTimeout("ns6scroll()",spause);}else if(parseInt(ns6div.style.top)>=sizeup*-1){ns6div.style.top=parseInt(ns6div.style.top)-sspeed+"px";setTimeout("ns6scroll()",100);} else{if(ii==ratings.length-1)ii=0;else ii++; ns6div.style.top=sheight+"px";ns6div.innerHTML=ratings[ii];sizeup=ns6div.offsetHeight;ns6scroll();}} var womowWidgetCounter=0; //check if widget already exists on the same page if (document.getElementById("womow-widget") == null) { if (womowWidgetCounter<1) { document.write('
'); womowWidgetCounter++; womowStart(); } }