var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="KSPR Closeup: Disney Star Alyson Stoner and Respect Tour This Weekend - KSPR.com
";
arnews[0] += "The Respect Tour, sponsored by Ipourlife has partnered with Evangel University SIFE/PBL and 99 Hit FM to bring the Respect Tour to Springfield, Mo. Camp Rock 1 & 2 and Disney Channel star Alyson Stoner and contemporary Christian artist Jonny Diaz ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 23:00:00 GMT";
arnews[0] += "
";
arnews[1]="Stars Alyson Stoner, Jonny Diaz headline Respect Tour for girls ... - News-Leader.com
";
arnews[1] += "Teenage girls from around the area will have an opportunity to see two stars perform and talk to them about making the most of their lives. Disney Channel star Alyson Stoner and contemporary Christian music artist Jonny Diaz will headline the Respect ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 08:50:00 GMT";
arnews[1] += "
";
arnews[2]="Big names to advocate self-respect - News-Leader.com
";
arnews[2] += "Disney Channel star Alyson Stoner and contemporary Christian music artist Jonny Diaz will be in Springfield Saturday to talk to teenage girls about their lives. The Respect Tour, organized by Julie Higgins of Springfield, will combine entertainment ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 09:47:00 GMT";
arnews[2] += "
";
totcount = 3;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("