var swidth=300; var sheight=60; var sspeed=8; var restart=sspeed; var rspeed=sspeed; var spause=5000; var ratings=new Array(); ratings[0]='"I have a very timid cat, and I felt happy to leave her in the carer's hands when I went on holiday. I got a text message most days..."'; ratings[1]='"I was very happy with the easy booking process, the concern that was shown for my cat and the added services of bringing in mail an..."'; ratings[2]='"Such an important job and responsibility and they do it so well. Peace of mind guaranteed. at first we were hesitant to leave our d..."'; ratings[3]='"Leaving my 4 (very fussy individual) cats for the first time ever was nerving, but Lonely Pets club and in particular my carer gav..."'; ratings[4]='"I felt very comfortable leaving my cat to be cared for my this business. The carer even sent a photo to my phone of my cat showing..."'; ratings[5]='"Our animals love our lonely pets carer and we feel happy going away knowing they're being lovingly cared for to such a high standar..."'; ratings[6]='"Looked after our 6 chickens and 1 cat over a three week period. I was so please with their professionalism and service and follow ..."'; ratings[7]='"I am stunned by the professionalism, service and quality of Lonely Pets Club. For the same cost as a boarding kennel I had a fantas..."'; ratings[8]='"I have 2 of the most fussiest cat's around, and I must admit I was a bit hesitant st first in leaving them in the care of a strange..."'; ratings[9]='"The service, ease of booking and level of care and attention to the pets was amazing. The carer was punctual and was genuinely inte..."'; 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(); } }