var swidth=300; var sheight=60; var sspeed=8; var restart=sspeed; var rspeed=sspeed; var spause=5000; var ratings=new Array(); ratings[0]='"Really friendly and courteous staff. Very clean and modern facilities. And if you look them up on their website you might get a d..."'; ratings[1]='"First time patient. Punctual. Was taken into an office where my medical history was checked and was also asked if I had any quest..."'; ratings[2]='"Great friendly staff..and not the usual waiting times in surgery.Dr CLoseand Dr Sewart were both friendly and approachable ...the g..."'; ratings[3]='"Gentle, friendly, caring and high tech. I have been to Dr Close, Dr Stewart and the hygienists and they are all awesome. What I lik..."'; ratings[4]='"Excellent service and care. The cost, however is incredible. A 10 min consultation for a sore touch cost over $100. If I didn't ..."'; ratings[5]='"I have been a patient of Close Dental for 8 years. Dr Close & his team are very professional and provide excellent care. Dr Tom Oli..."'; ratings[6]='"These guys really care about your health and do their best to get it get your teeth and gums healthy. Since going to Close my oral ..."'; ratings[7]='"Customer service here is second to none. All the staff are so friendly and go above and beyond to make the dreaded trip to the den..."'; ratings[8]='"My experience at close dental was amazing! i didnt feel like i was at the dentist. from the first contact with them on the phone i..."'; ratings[9]='"Staff, service and care is exceptional! If you are one of many who fear going to a dentist then visit the team at Close Dental- you..."'; 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(); } }