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've been to Misty's before, more then a few times. Each time was Perfect Service & Deliciously Tasting Food & Quick! However, ..."'; ratings[1]='"My partner and I dined for lunch on Saturday 14th August. I thoroughly enjoyed my Misty's Special burger? egg done as requested. ..."'; ratings[2]='"Unique. Good service, friendly staff, decent portions. Awesome pork ribs! However location not the best. ..."'; ratings[3]='"Loved it! We went for a birthday celebration and we all had a good time. So many food choices on the menu, friendly staff (especial..."'; ratings[4]='"I visited here first a few years ago and loved the experience and the variety of American food that seems so strange. However in re..."'; ratings[5]='"food was absolutely delicious. Cocktails were awesome!. Never had a better dinning experience anywhere...."'; ratings[6]='"This is a great place to go for a fun meal - the food is excellent and quirky and the atmosphere is fantastically fun!..."'; ratings[7]='"Misty's diner is amazing and Misty herself is simply beautiful.. amazing American candy to be purchased and awesome American drinks..."'; ratings[8]='"Food and service was great had to wait almost 50 mins for a salad and a hotdog when there wasn't anymore then 5 other people there...."'; ratings[9]='"Living just off High Street in Prahran I cant believe me and my housemates only descovered Misty's by chance 2 months ago! Passing ..."'; 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(); } }