var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Secretariat Rides Again
";
arnews[0] += "After a five-year absence, Hollywood returned to central Kentucky this fall. Thanks to a new tax credit recently passed by the general assembly, the Disney film \"Secretariat\" moved its production here from Louisiana in late September and early October.";
arnews[0] += "
Publ.Date : Thu, 05 Nov 2009 23:47:22 GMT";
arnews[0] += "
";
arnews[1]="Secretariat' Star Visits Rachel Alexandra
";
arnews[1] += "In between filming the Disney movie, AJ Michalka visited with the winning filly.";
arnews[1] += "
Publ.Date : Sat, 10 Oct 2009 03:04:44 GMT";
arnews[1] += "
";
arnews[2]="Rachel Alexandra resting in Louisville ending 2009 campaign
";
arnews[2] += "Four weeks until the 26th Breeders' Cup at Santa Anita Park and the leading thoroughbred in the nation is taking it easy at home.";
arnews[2] += "
Publ.Date : Fri, 09 Oct 2009 18:33:30 GMT";
arnews[2] += "
";
arnews[3]="Jennifer's Body
";
arnews[3] += "Diablo Cody and the pieces of 'Jennifer's Body' By Armond White THE WAY MICHAEL BAY photographs Megan Fox in the Transformers movies - as a teenage boy's pinup fantasy and yet hilariously more woman than a boy can handle - is far in advance of the demon/victim role Fox plays in Jennifer's Body.";
arnews[3] += "
Publ.Date : Wed, 16 Sep 2009 18:06:55 GMT";
arnews[3] += "
";
arnews[4]="2009.9.4 Movie Listing
";
arnews[4] += "He also becomes friends with Charlotte Barnes , the school s most popular girl and a talented singer-songwriter. Impressed with Will s knowledge of music, Charlotte recruits him to be the manager for her rock band, which will perform at the biggest event of the year, a battle of the bands called Bandslam.";
arnews[4] += "
Publ.Date : Thu, 03 Sep 2009 21:55:33 GMT";
arnews[4] += "
";
arnews[5]="'Bandslam' mixes humor, hormones and rock 'n' roll
";
arnews[5] += "Neil Pond American Profile August 19, 2009 Comment on this article Bandslam / Starring Vanessa Hudgens, Alyson Michalka & Gaelan Connell / PG A high-school misfit helps fine-tune a group of musical outcasts for a big battle of the bands in this coming-of-age 'dramedy' that mixes tween humor, adolescent hormones and a rousing shot of that good ol' ...";
arnews[5] += "
Publ.Date : Wed, 19 Aug 2009 16:49:38 GMT";
arnews[5] += "
";
arnews[6]=""Bandslam" star Aly Michalka sees teen years fading
";
arnews[6] += "As she leaves her teenage years behind, Aly Michalka, the elder half of the pop duo formerly known as \"Aly & AJ,\" finds herself on a new career track, unleashing her inner rock goddess.";
arnews[6] += "
Publ.Date : Fri, 14 Aug 2009 19:48:47 GMT";
arnews[6] += "
";
arnews[7]="Aly stars as prom queen in musical a Bandslama
";
arnews[7] += "But the blond 20-year-old star of the musical \"Bandslam,\" opening Friday, is so popular with a certain youthful demographic that she can't visit Disneyland without security.";
arnews[7] += "
Publ.Date : Wed, 12 Aug 2009 00:01:36 GMT";
arnews[7] += "
";
arnews[8]="Robert, the Twilighters, and Britney Make a Fun Teen Choice
";
arnews[8] += "The Teen Choice Awards were filmed in Universal City last night, but you'll have to wait until this evening to see them on the air.";
arnews[8] += "
Publ.Date : Mon, 10 Aug 2009 14:00:00 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("