var arnews = new Array(7);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Act with the stars
";
arnews[0] += "Want to play the role of a munchkin or flying monkey in a Louisville performance of a touring production of \"Oz: The Musical?\" The Oz casting team will be in town Thursday looking for local actors to be in the spotlight for a Dec.";
arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Kids sought for local performances of 'Oz' musical
";
arnews[1] += "Youth tryouts for roles as munchkins and flying monkeys in local performances of a touring production of \"Oz: The Musical\" will be held at 7 p.m. Friday, Nov.";
arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 21:00:09 GMT";
arnews[1] += "
";
arnews[2]="What are the Ex-Members of Danity Kane Up to Now?
";
arnews[2] += "MTV.com spoke with Aubrey O'Day and she said she still keeps in touch with some of her former bandmates.";
arnews[2] += "
Publ.Date : Wed, 26 Aug 2009 14:10:28 GMT";
arnews[2] += "
";
arnews[3]="Aubrey O'Day Looks Back On Her Danity Kane Days
";
arnews[3] += "It's been almost a year since Danity Kane were disassembled . And, in that time period, the ladies have moved on to separate projects and have reflected on their time together.";
arnews[3] += "
Publ.Date : Wed, 26 Aug 2009 10:50:00 GMT";
arnews[3] += "
";
arnews[4]="Primo brews for state's golden anniversary
";
arnews[4] += "As we get closer to the 50th anniversary of Hawaii's statehood, a number of businesses have launched marketing campaigns in honor of the big day.";
arnews[4] += "
Publ.Date : Fri, 17 Jul 2009 10:30:00 GMT";
arnews[4] += "
";
totcount = 5;
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("