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 love it. I cant wait to go back For another check up and the service is so great and everyones so friendly...."'; ratings[1]='"Went in for the 6 monthly check up and was very impressed by the friendliness, efficiency and professionalism. I've never experien..."'; ratings[2]='"Around 15 years ago, my husband was suffering terribly from a toothache. He tried ringing several dentists and could not be seen by..."'; ratings[3]='"I used to vist a dentist in the City which meant that I had to make my way into town, park etc.. Emergency appointments generall..."'; ratings[4]='"The staff are friendly, informative and skilled at what they do! The first time I walked in the door at Close Dental, (an emergenc..."'; ratings[5]='"I normally avoid the Dentist like the Plaque however all the team at Close are great from the reception then Janelle , the funny Li..."'; ratings[6]='"Always love going to the dentist to visit the fantastic team at Close Dental. From the reception to the Dental Hygienists to the De..."'; ratings[7]='"Happy, friendly staff that were happy to accommodate my needs. All procedures were explained to be thoroughly and clearly. Faciliti..."'; ratings[8]='"I had extensive repairs to my front teeth over a period of six months. From the first consultation to the very last the service and..."'; ratings[9]='"I've been to alot of dentists in my lifetime as I do have poor teeth. I am always hesitant to try a new dentist and was very hesita..."'; 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('
Read what our customers say about us on www.womow.com.au
'); womowWidgetCounter++; womowStart(); } }