var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="AEK Boco lose for the first time in Bristol Premier Combination
";
arnews[0] += "Aek Boco lost for the first time in any competition this season when Winterbourne Reserves twice came from behind to snatch a dramatic 6-5 Premier Division victory at the BAWA ground.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="ABC Confirms veterans returning to AMC
";
arnews[1] += "ABC claimed that in moving All My Children to California that they were making a commitment to restore the show to its former glory days.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Can you forgive and forget Mel Gibsona s off-screen history?
";
arnews[2] += "As Mel Gibson is quick to point out, it's been more than four years since his drunk-driving arrest that included allegations of an anti-Semitic rant.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 20:48:42 GMT";
arnews[2] += "
";
arnews[3]="Naturally 7 to perform at the Vancouver 2010 Olympic Winter Games
";
arnews[3] += "Bell Ice Cube, is bringing the Games to life in a public showcase located at the heart of the Vancouver 2010 Olympic Winter Games, where visitors can watch Olympic events live in HD, cheer on teams, listen to live music and meet some of world's best athletes, all under one roof.";
arnews[3] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Top 10: Most Expensive Divorce Settlements
";
arnews[4] += "Editors' Note: This article was published before Harrison Ford 's ex-wife, Melissa Mathison, was awarded $118 million in January 2004.";
arnews[4] += "
Publ.Date : Sat, 19 Jan 2008 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Print Version
";
arnews[5] += "Pick of the week: Survicing Xurvivor Special! SURVIVING SURVIVOR * SPECIAL* Thursday, February 4 - 8pm ET/PT An in-depth look at some of the greatest moments in Survivor's 10 year history.";
arnews[5] += "
Publ.Date : Mon, 01 Feb 2010 01:17:45 GMT";
arnews[5] += "
";
arnews[6]="Re: Bring Back Zach, Zendall, Team Slater
";
arnews[6] += "TPTB need to do whatever needs to be done to get TK back as Zach... What a loss for AMC....Pine Valley... Let's face it... Zach is a unique character......& Zendall are the hottest couple in daytime.....no one else comes close...JMHO I haven't watched the show since they left, but reading others thoughts & opinions, the show is seriously lacking ...";
arnews[6] += "
Publ.Date : Sun, 31 Jan 2010 17:25:03 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("