var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hillary and Miliband: a very special relationship
";
arnews[0] += "Last week, when Hillary Clinton described our very own foreign secretary David Miliband as \"tall and dashing\", British womenfolk could be forgiven for scratching their heads in bemusement.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:46:03 GMT";
arnews[0] += "
";
arnews[1]="Sony Pictures Worldwide Acquisitions Group Inks International Distribution Pact With CBS Films
";
arnews[1] += "Sony Pictures Worldwide Acquisitions Group has signed a three-year marketing and distribution deal with CBS Films, under which Sony Pictures will handle international theatrical distribution of CBS Films productions as well as service worldwide distribution of the unit's films in the home entertainment marketplace, it was announced today by Peter ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:43:52 GMT";
arnews[1] += "
";
arnews[2]="Browns a " Lions Preview
";
arnews[2] += "In matchup for the ages..or maybe one that will make you age a few years after watching it..the Cleveland Browns face the Detroit Lions on Sunday in Detroit at Ford Field.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:55:52 GMT";
arnews[2] += "
";
arnews[3]="Heroin suspect turns self in after eluding cops
";
arnews[3] += "A man charged with possession of $20,000 worth of heroin turned himself in to authorities Wednesday, 10 days after he eluded police.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Preview: King Tut takes over the Art Gallery of Ontario
";
arnews[4] += "We don't know how Tutankhamen died, who his parents were or, most controversially, what the colour of his skin was.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 16:55:16 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("