var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Take It Easy
";
arnews[0] += "\"Where time passes more slowly and precious moments abound.\" - a real estate ad on the the back of a Park City Map and Dining Guide INT.";
arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 11:00:37 GMT";
arnews[0] += "
";
arnews[1]="I've met: Ashley Tisdale, Miley Cyrus, Lucas Grabeel (when I was in HSM2) and I've met...
";
arnews[1] += "What famous person have you met? 44 minutes ago , veancha responded: I've met: Ashley Tisdale, Miley Cyrus, Lucas Grabeel and I've met Chelsea Staub and Emily Osment and David Henrie when I was an extra/background dancer 2 summers ago.";
arnews[1] += "
Publ.Date : Mon, 25 Jan 2010 21:14:21 GMT";
arnews[1] += "
";
arnews[2]="Disney Channel Games continue today
";
arnews[2] += "The Disney Channel Games continue Thursday at Disney's Wide World of Sports, and you can watch the festivities.";
arnews[2] += "
Publ.Date : Sat, 23 Jan 2010 21:06:52 GMT";
arnews[2] += "
";
arnews[3]="Comment of the Day a " Blind Item Detectives
";
arnews[3] += "Comment of the Day - Blind Item Detectives Once every day we bestow a comment with the title of Best of the Day.";
arnews[3] += "
Publ.Date : Sat, 23 Jan 2010 02:51:33 GMT";
arnews[3] += "
";
arnews[4]="Comment of the Day - Blind Item Detectives [We Read You]
";
arnews[4] += "Comment of the Day - Blind Item Detectives Once every day we bestow a comment with the title of Best of the Day.";
arnews[4] += "
Publ.Date : Fri, 22 Jan 2010 23:08:00 GMT";
arnews[4] += "
";
arnews[5]="High School Musical: Lucas Grabeel Stars in 'The Legend of the Dancing Ninja'
";
arnews[5] += "After he became known for High School Musical and then for sort-of kissing a vampire on the interwebs , it looks like Lucas Grabeel is gearing up for another project.";
arnews[5] += "
Publ.Date : Mon, 18 Jan 2010 20:04:56 GMT";
arnews[5] += "
";
arnews[6]="'High School Musical' at Kickapoo
";
arnews[6] += "The curtain will go up on an especially young cast this week when a stage version of the hit film 'High School Musical' comes to Kickapoo High School.";
arnews[6] += "
Publ.Date : Mon, 18 Jan 2010 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("