var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="An update from Alyson Stoner
";
arnews[0] += "She seems to be pretty sober but everyone still calls her stoner... -";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:40:52 GMT";
arnews[0] += "
";
arnews[1]="Featured Blu-ray: Cheaper By the Dozen 2
";
arnews[1] += "Cheaper by the Dozen 2 - Blu-ray - Buy from Amazon In 2003 Cheaper by the Dozen was released in theaters.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 09:50:52 GMT";
arnews[1] += "
";
arnews[2]="Closeup: Disney Star Alyson Stoner and Respect Tour This Weekend
";
arnews[2] += "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.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Show aims to teach girls value of respect
";
arnews[3] += "Three years ago, Julie Higgins began thinking about holding a party for girls to promote the idea of respect.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Big names to advocate self-respect
";
arnews[4] += "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.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Stars to promote self-respect for teen girls
";
arnews[5] += "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.";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
totcount = 6;
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("