var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Hannah Montana' Gets Jon Cryer to Play Dad
";
arnews[0] += "Now that Hannah Montana is marching towards its finale, the show's bound to offer up some great surprises to increase the hype.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 21:27:51 GMT";
arnews[0] += "
";
arnews[1]="Dish Of Salt: Friday TV Round Up
";
arnews[1] += "Howard Stern and wife Beth Ostrosky attend the 2009 Angel Ball benefiting The Gabrielle's Angel Foundation for cancer research at Cipriani Wall Street in New York City on October 20, 2009 FOX Simon Cowell poses for his 'American Idol' Season 9 cast shot, 2010 Disney Channel Jon Cryer guest stars on Disney Channel's 'Hannah Montana' Animal Planet ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="'Hannah' star dives into music
";
arnews[2] += "Artist: Osment, Emily Emily Osment arrives at the Creative Arts Emmy Awards on Saturday, Sept.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 02:31:23 GMT";
arnews[2] += "
";
arnews[3]="Disney Channel Asks Kids To 'Express Yourself' About Haiti
";
arnews[3] += "Disney Channel has turned the latest segment of its Express Yourself short-form toward the Haiti earthquake.Debuting on Disney Channel and Disney XD channels around the world today, the 60-second interstitial features the message: \"Join the world as we shine a light on Haiti.\" With themes of connection, empowerment, compassion, outreach and being a ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 01:15:55 GMT";
arnews[3] += "
";
arnews[4]="Disney Channel Asks Kids To 'Express Yourself' About Haiti
";
arnews[4] += "Disney Channel has turned the latest segment of its Express Yourself short-form toward the Haiti earthquake.";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 18:18:38 GMT";
arnews[4] += "
";
arnews[5]="I've met: Ashley Tisdale, Miley Cyrus, Lucas Grabeel (when I was in HSM2) and I've met...
";
arnews[5] += "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[5] += "
Publ.Date : Mon, 25 Jan 2010 21:14:21 GMT";
arnews[5] += "
";
arnews[6]="Disney Channel Games continue today
";
arnews[6] += "The Disney Channel Games continue Thursday at Disney's Wide World of Sports, and you can watch the festivities.";
arnews[6] += "
Publ.Date : Sat, 23 Jan 2010 21:06:52 GMT";
arnews[6] += "
";
arnews[7]="The perfect accident
";
arnews[7] += "His voice is angelic, his lyrics inspirational. Jesse Labelle, born and raised in Toronto, has had a love for music in his soul since birth.";
arnews[7] += "
Publ.Date : Fri, 22 Jan 2010 07:50:28 GMT";
arnews[7] += "
";
totcount = 8;
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("