var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cha'mone Mo'Fo'Selecta! A Tribute To Michael Jackson DVD - femalefirst.co.uk
";
arnews[0] += "In the wake of the death of Michael Jackson the world thought they had lost a superstar...until Leigh Francis decided to bring him back one more time. Cha'mone Mo'Fo'Selecta! A Tribute To Michael Jackson is available to own on DVD on Monday 23rd ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 11:57:00 GMT";
arnews[0] += "
";
arnews[1]="Staring at goats with sparkling eyes - University Chronicle
";
arnews[1] += "“Men Who Stare at Goats” was released Nov. 6, staying true to their headline, “No Guts. No Glory.” If a story about a journalist trying to find his purpose in life ending up in Iraq in 2003 with a former soldier who, through military training ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 19:13:00 GMT";
arnews[1] += "
";
arnews[2]="Movie Review: The Men Who Stare at Goats - New American
";
arnews[2] += "A recently released film, The Men Who Stare at Goats , is based on the 2004 book of the same title by Jon Ronson. Both incorporate actual events in the military intelligence community — psychological experiments used in the service of interrogation ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:57:00 GMT";
arnews[2] += "
";
totcount = 3;
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("