var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Alyson Stoner on the red carpet
";
arnews[0] += "Alyson Stoner arrives on the red carpet at First Star's Celebration for Children's Rights at the Wilshire Ebell Theatre on November 15, 2009 in Los Angeles, California.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 06:19:04 GMT";
arnews[0] += "
";
arnews[1]="Pics from the 'Old Dogs' LA Premiere
";
arnews[1] += "Ella Bleu Travolta, Kelly Preston and John Travolta Rita Wilson and Tom Hanks Zelda Williams and Robin Williams Forrest Whitaker and family Breckin Meyer Billy Idol Seth Green and Dax Shepard Alyson Stoner Jenna Elfman and Bodhi Elfman Lori Loughlin Anna Maria Perez de Tagle Source: Yahoo Movies Sorry about the last post, mods.";
arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 06:45:49 GMT";
arnews[1] += "
";
arnews[2]="Alyson Stoner Post, Dedicated to edgar_beans
";
arnews[2] += "Alyson Stoner keeps it cute in an LBD as she arrives at the premiere of Old Dogs held at the El Capitan Theater in Hollywood on Monday night .";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 05:55:14 GMT";
arnews[2] += "
";
arnews[3]="The Travolta Family Premiere 'Old Dogs'
";
arnews[3] += "John Travolta , wife Kelly Preston and daughter, Ella Bleu , were all on the red carpet for their film, Old Dogs .";
arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 21:36:42 GMT";
arnews[3] += "
";
arnews[4]="Camp Rock cutie Alyson Stoner blogs about Halloween, name drops Martin Luther.
";
arnews[4] += "A little known fact about me: I haven't ever really dressed up for Halloween. One year I was the caterpillar from A Bug's Life while all my other friends were fairies or cool creatures... :-/ Then, I put my basketball team shorts on every other year and claimed my costume was \"a basketball player.\" Creative, I know.";
arnews[4] += "
Publ.Date : Sat, 31 Oct 2009 20:51:13 GMT";
arnews[4] += "
";
arnews[5]="New blog from Alyson Stoner
";
arnews[5] += "I'm listening to \"Anything's Possible\" by Jonny Lang, and suddenly I've become unusually inspired.";
arnews[5] += "
Publ.Date : Tue, 15 Sep 2009 02:36:37 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("