var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How to Succeed in Business': Musical opens Feb. 4 with surprise beginning
";
arnews[0] += "Hays High School senior Keeley Hooker, as Rosemary Pilkington, draws the attention of her co-workers in rehearsals of a scene from \"How to Succeed in Business Without Really Trying.\" Hooker stars opposite Hays junior Ely Allen, playing J. Pierrepont Finch in the hilarious parody of the American corporate world.";
arnews[0] += "
Publ.Date : Wed, 27 Jan 2010 17:18:19 GMT";
arnews[0] += "
";
arnews[1]="Weekend Cinema Listomania
";
arnews[1] += "Video Event of the Week: Could it be Criterion's Blu-ray edition of Steven Soderbergh 's ambitious bio-pic Che , with Benicio Del Toro as the iconic Cuban revolutionary? Might Warner Home Video's DVD of The Invention of Lying , the sort of sci-fi satire featuring Office creator Ricky Gervais possibly make the cut? Or against every decent impulse ...";
arnews[1] += "
Publ.Date : Fri, 22 Jan 2010 15:34:19 GMT";
arnews[1] += "
";
arnews[2]="10 Things I Hate About You 10th Anniversary DVD Review
";
arnews[2] += "A decade has passed since 10 Things I Hate About You first hit theaters, and Disney has released a 10th anniversary DVD to commemorate the occasion.";
arnews[2] += "
Publ.Date : Thu, 21 Jan 2010 02:09:09 GMT";
arnews[2] += "
";
arnews[3]="TV best bets: Fri., Jan. 15
";
arnews[3] += "THE BANK JOB a ' Inspired by a true British crime, director Roger Donaldsona TMs caper casts Saffron Burrows as a model appointed to gather a team to steal certain safe-deposit-box contents.";
arnews[3] += "
Publ.Date : Fri, 15 Jan 2010 13:46:37 GMT";
arnews[3] += "
";
arnews[4]="10 Things I Hate About You: 10th Anniversary Edition
";
arnews[4] += "Our review of 10 Things I Hate About You , published October 6th, 2000, is also available.";
arnews[4] += "
Publ.Date : Mon, 11 Jan 2010 06:24:53 GMT";
arnews[4] += "
";
arnews[5]="Weekly DVD Alert Eight: January 11-18, 2010
";
arnews[5] += "Check your local listings ; also a lot of these films are shown throughout the month -- some are in a semi-permanent rotation -- so you may want to look at previous DVD alerts for December and January.";
arnews[5] += "
Publ.Date : Mon, 11 Jan 2010 05:58:07 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("