var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wossya s big stars on sofas
";
arnews[0] += "JONATHAN Ross has landed a host of big stars for his Friday night show - after previous line-ups were criticised.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:58:09 GMT";
arnews[0] += "
";
arnews[1]="Movie Review: Crazy Heart
";
arnews[1] += "Salt Lake Film Society Examiner rates this: Screenwriter/director Scott Cooper's choice to adapt Thomas Cobb's novel Crazy Heart for the big screen apparently emanated from his interest in country music as the focus for his first feature.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Watching "Crazy Heart"
";
arnews[2] += "Not all movies need to be original. a oeCrazy Hearta is one of those movies. The story of a washed-up country singer named Bad Blake who finally decides to get his act together , the film doesna t do anything particularly new or special, and I admit that certain scenes had me rolling my eyes.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:38:40 GMT";
arnews[2] += "
";
arnews[3]="Quizword Crossword
";
arnews[3] += "You can do today's quiz crossword in two ways. Either print out the file below and fill it in with a pen, or click on our special link to let you fill in the grid online.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 00:01:00 GMT";
arnews[3] += "
";
arnews[4]="Major midget series shift to Cape Breton: Islanders and Subways, Tradesmen and Weeks tied 1-1
";
arnews[4] += "By T.J. Colello Cape Breton Post SYDNEY - Cape Breton's two entries in the Nova Scotia Major Midget Hockey League have shifted home-ice advantage in their favour, as their league quarter-final series resume this weekend.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:43:00 GMT";
arnews[4] += "
";
arnews[5]="Colin Farrell Catches a Mermaid in "Ondine"
";
arnews[5] += "Check out the oven-fresh trailer for Colin Farrell 's new film, directed by Oscar winner Neil Jordan , based on a German fairy tale, about a fisherman who catches in his net a beautiful woman whom he believes to be a mermaid.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 19:00:34 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("