var swidth=300; var sheight=60; var sspeed=8; var restart=sspeed; var rspeed=sspeed; var spause=5000; var ratings=new Array(); ratings[0]='"Had a rug and a 2 seater couch cleaned for $150. Sammy did a great job, got some stubborn stains out of the couch and the rug has c..."'; ratings[1]='"We had a 5 seater couch cleaned that had been sitting in a garage unused for many years. We had it fully sanitised and deodorised. ..."'; ratings[2]='"In short, we used WOMOW to find Triple-8 and we are more than happy with every aspect of their service. In fact, we're planning t..."'; ratings[3]='"I recently cleaned my carpets and ducted heating system after reading the reviews on womow. i must say the service was excellent, t..."'; ratings[4]='"I too followed the recommendation from womow. We had 3 bedrooms steam cleaned and a rug. I called three companies for quotes firs..."'; ratings[5]='"I followed the recommendation from womow and used Triple 8 to clean our very dirty carpets. We have two small kids, so the carpets..."'; ratings[6]='"Steam and chemical clean of household carpets on many occasions. We usually have the $10 voucher which helps a lot. Alec shows up..."'; ratings[7]='"I got this company from Womow and called them together with a few others to have a refernce on priceing. The lady on the phone was ..."'; ratings[8]='"The Tech arrived on time... Couldn't believe it. He explained the best way to maintain my carpet and did a fantastic job. He was ve..."'; ratings[9]='"I had my carpets steam cleaned and deodorized. Tech Peter did a great job and was very friendly and professional. I recommend this ..."'; 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(); } }