var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Hannah' star Emily Osment says music remains her passion
";
arnews[0] += "In many ways, Emily Osment is a typical 17-year-old: She just finished sending out her college applications.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 11:03:18 GMT";
arnews[0] += "
";
arnews[1]="Predictable made interesting in a Moon Over the Brewerya
";
arnews[1] += "The Milwaukee Chamber Theater, 158 N. Broadway, presents its 35th theatrical season with a performance of Bruce Graham's \"Moon Over the Brewery,\" which runs until Dec.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 10:54:43 GMT";
arnews[1] += "
";
arnews[2]="Summer Sights and Sounds
";
arnews[2] += "Summer started early this year when \"The Mummy Returns\" broke all kinds of box office records in its early May release.";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 06:14:06 GMT";
arnews[2] += "
";
arnews[3]="Emily Osment can sing too, Miley
";
arnews[3] += "Miley Cyrus is not the only member of the \"Hannah Montana\" crew with musical ability.";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 06:08:24 GMT";
arnews[3] += "
";
arnews[4]="Read the full review
";
arnews[4] += "Friday 13 November 9:00pm - 11:10pm ITV2 Writer/director M Night Shyamalan has fashioned a modern classic here, a chilly, intelligent, emotional ghost story that relies not on the obligatory gore and knifeplay for its many shocks but on glimpses of an afterlife that's anything but angels and harps.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 06:03:05 GMT";
arnews[4] += "
";
arnews[5]="Six degrees of separation: 'Secretariat'
";
arnews[5] += "Disney's Secretariat is getting locals pumped about Hollywood filmmaking. So we thought it would be fun to do a little pop culture \"six degrees of separation\" free-association, using the film's stars as a launching pad.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Briefly...
";
arnews[6] += "Monday Night Movies at the Warren Public Library will continue Nov. 16. This event is free of charge and will begin at 6:30 p.m. in the Slater Room on the third floor of the library.";
arnews[6] += "
Publ.Date : Thu, 12 Nov 2009 05:17:56 GMT";
arnews[6] += "
";
arnews[7]="Emily Osment, known for 'Hannah Montana,' 'Spy Kids' roles, brings musical act to Wilmington
";
arnews[7] += "Emily Osment released her first solo album, the EP \"All the Right Wrongs\" last month.";
arnews[7] += "
Publ.Date : Tue, 10 Nov 2009 19:47:46 GMT";
arnews[7] += "
";
arnews[8]="Q&A with Emily Osment is up
";
arnews[8] += "Just posted my interview with Emily Osment, younger sister of Haley Joel Osment, co-star of Disney Channel hit \"Hannah Montana\" and the songwriter behind a new EP, \"All the Right Wrongs.\" She's playing a showA in town on Friday at the Soapbox, a gig sure to attract loads of her young fans.";
arnews[8] += "
Publ.Date : Tue, 10 Nov 2009 19:40:37 GMT";
arnews[8] += "
";
totcount = 9;
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("