var swidth=300; var sheight=60; var sspeed=8; var restart=sspeed; var rspeed=sspeed; var spause=5000; var ratings=new Array(); ratings[0]='"The staff were so friendly and caring and it was a great experience for me. I will definitely be recommending this spa to my friend..."'; ratings[1]='"i felt very comfortable, price is reasonable when you compare it to other salons, they are thorough with their work. the atmosphere..."'; ratings[2]='"Relaxing, friendly, positive and overall enjoyable. Great location and staff very caring and always willing to help. Always on ..."'; ratings[3]='"BEAUTIFUL ATMOSPHERE, reasonable prices, friendly staff, relaxing facials. What more could a girl want? Seriously, I love this plac..."'; ratings[4]='"Excellent, excellent, excellent!!!! Everything about this business, the service offered, the staff, and the facilities is top-clas..."'; ratings[5]='"I have used the service on a number of occasions and have always found the staff willing to help. Fantastic products and location...."'; ratings[6]='"Fantastic location with a beautiful setup for a relaxing treatment experience. Friendly staff who attend to your ever need and the ..."'; ratings[7]='"I have been to Aqua Spa Retreat on a number of occasions and had the same therapist for my waxing and facials. The service is top c..."'; ratings[8]='"Exceptional customer service! I have been seeing the same beauty therapist for many years and will never go elsewhere. I always l..."'; ratings[9]='"I attended an open day at the spa and was blown away by each and every service provided, including the staff. The rooms and decor w..."'; 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(); } }