var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cha'mone Mo'Fo'Selecta! A Tribute To Michael Jackson - Preview & competition
";
arnews[0] += "Cha'mone Mo'Fo'Selecta! A Tribute To Michael Jackson is available to own on DVD on Monday, November 23, courtesy of 4DVD.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 10:48:46 GMT";
arnews[0] += "
";
arnews[1]="RETRO: November 1978 - Game over for BBC
";
arnews[1] += "THE BIG STORY The BBC was given a bloody nose by independent TV company London Weekend Television after it snatched soccer rights in a deal worth A 5m.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 14:25:48 GMT";
arnews[1] += "
";
arnews[2]="More from 4DVD in November
";
arnews[2] += "Priced at 19.99 RRP each are... Cha'mone Mo'Fo'Selecta! A Tribute To Michael Jackson - This special takes a chronological look at Michael Jackson's life and will showcase a host of brand new rubber faces including; Diana Ross, Uri Geller and Ken West , as well as Bo'Selecta! favourites Craig David, Mel B, Keith Lemon, Avid Merrion and the Bear.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 15:14:39 GMT";
arnews[2] += "
";
arnews[3]="Soldier of fortunetelling
";
arnews[3] += "If you believe the official denials, the US military has not been engaged in paranormal research - and specifically, has not been training psychic soldiers - for decades.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 07:49:06 GMT";
arnews[3] += "
";
arnews[4]="Goldwag: Books that inspire me
";
arnews[4] += "Guestblogger Arthur Goldwag is the author of \" Cults, Conspiracies, and Secret Societies: The Straight Scoop on Freemasons, The Illuminati, Skull and Bones, Black Helicopters, The New World Order, and many, many more \" and other books.";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 19:08:03 GMT";
arnews[4] += "
";
arnews[5]="The Truth Behind the Secrets of the Men Who Stare at Goats
";
arnews[5] += "It may seem incredible: much of the story behind the new feature film The Men Who Stare at Goats is based upon secret U.S. government programs to turn paranormal phenomena into operational intelligence.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 21:39:28 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("