

var swidth=170;

var sheight=400;

var sspeed=6;

var restart=sspeed;

var rspeed=sspeed;

var spause=0;

var sbcolor="#FFF7DF";

var singletext=new Array();

singletext[0]="<h2><font color='#017351'><u>America's Thrift Stores</u></font></h2><a href='http://www.parkwaysquare.com/store/America-Thrift-Stores'><font color='#fd861e' style='font-size: 10pt'><b>Click to see more</b></font></a><br><br><h2><font color='#017351'><u>RTK Ministries</u></font></h2><a href='http://www.parkwaysquare.com/store/RTK-Ministries'><font color='#fd861e' style='font-size: 10pt'><b>Click to see more</b></font></a><br><br><h2><font color='#017351'><u>Restoration Assembly</u></font></h2></font><a href='http://www.parkwaysquare.com/store/Restoration-Assembly'><font color='#fd861e' style='font-size: 10pt'><b>Click to see more</b></font></a><br><br></font><h2><font color='#017351'><u>Wiley Media Production</u></font></h2><a href='http://www.parkwaysquare.com/store/Wiley-Media-Production'><font color='#fd861e' style='font-size: 10pt'><b>Click to see more</b></font></a><br><br><h2><font color='#017351'><u>Cash Express</u></font></h2><a href='http://www.parkwaysquare.com/store/Cash-Express'><font color='#fd861e' style='font-size: 10pt'><b>Click to see more</b></font></a><br><br><h2><font color='#017351'><u>Root of you Spa-Lon</u></font></h2><a href='http://www.parkwaysquare.com/store/Root-of-you-Spa-Lon'><font color='#fd861e' style='font-size: 10pt'><b>Click to see more</b></font></a><br><br><h2><font color='#017351'><u>Uptown Novelty</u></font></h2><a href='http://www.parkwaysquare.com/store/Uptown-Novelty'><font color='#fd861e' style='font-size: 10pt'><b>Click to see more</b></font></a> <br><br> <h2><font color='#017351'><u>T-Bones Philly Cheesestakes & Hoagies</u></font></h2><a href='http://www.parkwaysquare.com/store/T-Bones-Philly-Cheesestakes-Hoagies'><font color='#fd861e' style='font-size: 10pt'><b>Click to see more</b></font></a> <br><br> <h2><font color='#017351'><u>New Light Worship Center</u></font></h2><a href='http://www.parkwaysquare.com/store/New-Light-Worship-Center'><font color='#fd861e' style='font-size: 10pt'><b>Click to see more</b></font></a><br><br><h2><font color='#017351'><u>Hair Artistry Salon</u></font><h2><a href='http://www.parkwaysquare.com/store/Hair-Artistry-Salon'><font color='#fd861e' style='font-size: 10pt'><b>Click to see more</b></font><br><br><h2><font color='#017351'><u>Kristian Kane Event Center</u></font><h2><a href='http://www.parkwaysquare.com/store/Kristian-Kane'><font color='#fd861e' style='font-size: 10pt'><b>Click to see more</b></font>"


var ii=0;
function goup(){if(sspeed!=rspeed*16){sspeed=sspeed*2;restart=sspeed;}}

function start(){
if(document.getElementById){ns6div=document.getElementById('iens6div');ns6div.style.top=sheight+"px";ns6div.innerHTML=singletext[0];sizeup=ns6div.offsetHeight;ns6scroll();}
else 
if(document.layers){ns4layer=document.ns4div.document.ns4div1;ns4layer.top=sheight;ns4layer.document.write(singletext[0]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}
else 
if(document.all){iediv=iens6div;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=singletext[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==singletext.length-1)ii=0;else ii++;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=singletext[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==singletext.length-1)ii=0;else ii++;ns4layer.top=sheight;ns4layer.document.write(singletext[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==singletext.length-1)ii=0;else ii++;
ns6div.style.top=sheight+"px";ns6div.innerHTML=singletext[ii];sizeup=ns6div.offsetHeight;ns6scroll();}}
