var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Valentine's Day parties
";
arnews[0] += "You might be dateless and defenseless against Valentine's Day nonsense, but that's no reason to waste a perfectly good weekend.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:28:00 GMT";
arnews[0] += "
";
arnews[1]="Zac Brown Band to perform at Bud shootout
";
arnews[1] += "The Zac Brown Band, Grammy winner for best new artist, will perform at the 32nd annual Budweiser Shootout on Saturday, Feb.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 09:44:58 GMT";
arnews[1] += "
";
arnews[2]="Ronay On John Terry's Zipper Problems
";
arnews[2] += "How messy have things become for England / Chelsea captain John Terry of late? Terry's crimes range from A-Rod-esque poor p.r. to allegedly having an affair with a teammate's girlfriend .";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 05:22:27 GMT";
arnews[2] += "
";
arnews[3]="The Fiver | Horribledisturbingmentalimagegate | Barney Ronay
";
arnews[3] += "Chelsea's skipper disappointingly opts for a different PR approach with Hull fans to the Hot Dog Launcher the Fiver suggested yesterday.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 15:53:55 GMT";
arnews[3] += "
";
arnews[4]="TV Highlights for Monday February 1
";
arnews[4] += "Television highlight of Monday, February 1, 2010 include ABC's The Bachelor: On the Wings of Love and new episodes of Intervention on A&E,. FX features Damages , the suspense drama starring Glenn Close and Rose Byrne.";
arnews[4] += "
Publ.Date : Mon, 01 Feb 2010 07:44:18 GMT";
arnews[4] += "
";
arnews[5]="Engineer's Guide to Drinks
";
arnews[5] += "They stamped it \"Approved for Construction\" though we joked that it should be \"Approved for Consumption\". We also agreed that we should field test it for mark-ups and as-builts. 2. MaxPolun Says: January 22nd, 2010 at 11:42 am I like 2:1 martinis.";
arnews[5] += "
Publ.Date : Sat, 23 Jan 2010 00:51:29 GMT";
arnews[5] += "
";
arnews[6]="Chiwetel Ejiofor
";
arnews[6] += "For the past few years David Mamet has played both sides against the middle, churning out forgettable genre pictures and excusing himself with cranky screeds against the movie industry .";
arnews[6] += "
Publ.Date : Wed, 20 Jan 2010 20:24:02 GMT";
arnews[6] += "
";
totcount = 7;
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("