var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="She's Out of My League - Washington Post
";
arnews[0] += "Jasika Nicole, Jay Baruchel, Lindsay Sloane, Krysten Ritter, Mike Vogel, Geoff Stults, Nate Torrence, Hayes MacArthur, Alice Eve, T.J. Miller An average Joe, can't believe his luck. Although he's stuck in a seemingly dead-end job as an airport ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:14:00 GMT";
arnews[0] += "
";
arnews[1]="Steve Weber To Star In "Happy Town" On ABC - Post Chronicle
";
arnews[1] += "Geoff Stults, Sam Neill and Steven Weber are set to star in the new Minnesota-set drama series \"Happy Town,\" ABC said Thursday. The show is to debut April 28. \"The residents of the sun-splashed town of Haplin, Minn. -- also known as 'Happy Town ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 16:19:00 GMT";
arnews[1] += "
";
arnews[2]="ABC's 'Happy Town' Slotted for Wednesdays Starting April 28 - Tvsquad.com
";
arnews[2] += "It stars Sam Neill, Geoff Stults, Steven Weber, and Amy Acker.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 20:02:00 GMT";
arnews[2] += "
";
arnews[3]="ABC moves into 'Happy Town' in April - HitFix
";
arnews[3] += "The new serialized mystery drama \"Happy Town\" will premiere on ABC at the end of April. ABC announced on Wednesday (Feb. 3) that \"Happy Town\" will move into the 10 p.m. Wednesday hour after \"Ugly Betty\" completes its series run, starting on April 28 ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 01:04:00 GMT";
arnews[3] += "
";
arnews[4]="ABC TV network has stability but now risks losing 'Lost' - Lake County News
";
arnews[4] += "The fortunes of network television rise and fall on the success of programming decisions made by the executives who must nervously await public validation of their actions. Only a few short years ago, Stephen McPherson, president of the ABC ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 07:57: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("