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 property styling business and will certainly recommend Ian's service to future clients. Fast, efficient and the job was do..."'; ratings[1]='"over the past year i have had 11 timber blinds installed, the service was excellent ,finish very professional, also fitted 17 blind..."'; ratings[2]='"Ian turned up when he said he would, completed the whole job in one day, had no hidden charges. Very professional from start to fin..."'; ratings[3]='"have used the service 3 times now, very prompt, reliable and efficient. Reasonable price, and the quote is the price you pay, no h..."'; ratings[4]='"I had ready made blinds fitted in a rental property by Ian. They were installed very quickly and efficiently without any problems ..."'; ratings[5]='"The Team that runs this business are fantastic. Otherwise known as TMB The Perth Blindman, Ian's crew outfitted our house with eigh..."'; ratings[6]='"Our eleven blinds, fitted by Timber and Metal Blinds, are all perfectly well fitting which makes our off the shelf blinds look clas..."'; ratings[7]='"Timber and metal blinds are one of the rare few professional tradespeople left in WA, he quoted a very reasonable price and install..."'; ratings[8]='"We purchased Timber Venetians from spotlight, Ian came and cut to size and hung them he was quick, quiet and professional two of th..."'; ratings[9]='"Holiday Home in Port Bouvarde completely outfitted with off the shelf blinds. Prompt, on-time is something I like to see, this crew..."'; 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(); } }