var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Avatar sinks Titanic
";
arnews[0] += "Feb. 3 - The latest celebrity and entertainment headlines including Avatar out earns Titanic, Lady Antebellum lands atop the charts and Katie Price marries.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 02:02:01 GMT";
arnews[0] += "
";
arnews[1]="Broadwell's hot streak continues
";
arnews[1] += "ONCE again, Broadwell served up a thriller for the home fans. They went behind to a scintillating strike from Meta from a free-kick on the edge of the box.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 00:00:00 GMT";
arnews[1] += "
";
arnews[2]="Liberal MP chided for Defence leak
";
arnews[2] += "A Federal Liberal MP has apologised for leaking information from a confidential Defence briefing to a journalist.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 12:46:23 GMT";
arnews[2] += "
";
arnews[3]="Liberal MP rebuked for leak
";
arnews[3] += "A federal Liberal MP has been rebuked for leaking to a newspaper a confidential Defence Department briefing to a parliamentary committee.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 11:01:42 GMT";
arnews[3] += "
";
arnews[4]="Hoop Dogs elevate their game
";
arnews[4] += "The University of Saskatchewan men's basketball team won its fourth game in a row, picking up its eighth victory through 10 contests in 2010, with a come-from-behind 97-84 win over the Lethbridge Pronghorns on Saturday night before 820 fans at the PAC.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 22:50:24 GMT";
arnews[4] += "
";
arnews[5]="Stars vie for London theatre awards
";
arnews[5] += "Hollywood heavyweights feature strongly in the race for Britain's 2010 Laurence Olivier theatre awards, with Rachel Weisz, Jude Law, James Earl Jones and Keira Knightley among the nominees announced Monday.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 19:43:03 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("