var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Emily Osment performs on The View despite laryngitis
";
arnews[0] += "Yesterday, Hannah Montana's Emily Osment showed herself to be a true professional, performing her single All the Way Up while suffering from laryngitis.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="On Tonight: A Holiday Special with Low Expectations: Roger Catlin | TV Eye
";
arnews[1] += "They're rushing the season again on TV, even with the bad specials. \"Larry the Cable Guy's Hula-Palooza Christmas Luau\" has the pretentions of holiday special so lowbrow, it's practically dragging on the floor.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:38:59 GMT";
arnews[1] += "
";
arnews[2]="One Staffer Dead As Miley Cyrus Tour Bus Crashes
";
arnews[2] += "One person was killed as a Miley Cyrus tour bus crashed outside Richmond, VA, on Friday.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:07:44 GMT";
arnews[2] += "
";
arnews[3]="RIFFS: Zero 7 finds new vocalist, launches tour
";
arnews[3] += "Over the course of 10 years, Zero 7 has canvassed more musical territory than most groups cover in their entire careers.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 11:46:17 GMT";
arnews[3] += "
";
arnews[4]="Daily television guide
";
arnews[4] += "Main Streets, Back Roads/Upper Connecticut River Valley 7:30 p.m. WCVB-TV Tonight, Mary Richardson motors to the spot where Vermont and New Hampshire meet and makes some interesting finds in the towns of White River Junction, Lebanon, and Quechee.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 07:42:29 GMT";
arnews[4] += "
";
arnews[5]="'Hannah' star Emily Osment says music remains her passion
";
arnews[5] += "In many ways, Emily Osment is a typical 17-year-old: She just finished sending out her college applications.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 11:03:18 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("