var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Amy Winehouse Raps -- Jewmaican Me Crazy
";
arnews[0] += "Hopefully she gets her act together...or the background singers branch out on their own.";
arnews[0] += "
Publ.Date : Tue, 29 Sep 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Kirkwood replaces Santer as 'Enders exec
";
arnews[1] += "Former Hollyoaks producer Bryan Kirkwood is to take the helm at the BBC's flagship soap EastEnders after Diederick Santer steps down following the show's 25th anniversary.";
arnews[1] += "
Publ.Date : Mon, 02 Nov 2009 16:50:44 GMT";
arnews[1] += "
";
arnews[2]="Terror Tweets: Scream 4 Update, Pyun Posts Tales Rough Cuts, Eclipse Nearly Wrapped
";
arnews[2] += "Updates on three different projects have come in over the weekend via Twitter, and rather than do separate stories on each, we've got them all right here ... down & dirty, quick & easy ... just how we know you like it! Last week we noticed a few stories pop up regarding the possibility of Scream 4 being in 3D.";
arnews[2] += "
Publ.Date : Sun, 25 Oct 2009 21:25:25 GMT";
arnews[2] += "
";
arnews[3]="Sailors return from fighting pirates
";
arnews[3] += "Representatives of the warship HMCS Winnipeg were back in their namesake city on the weekend after an intense NATO mission tracking down Somali pirates off the coast of Africa.";
arnews[3] += "
Publ.Date : Sun, 25 Oct 2009 10:02:45 GMT";
arnews[3] += "
";
arnews[4]="Canadian sailors return after anti-piracy mission
";
arnews[4] += "Crew members from the HMCS Winnipeg returned to their ship's namesake city this weekend after spending six months hunting Somali pirates off the Horn of Africa.";
arnews[4] += "
Publ.Date : Sun, 25 Oct 2009 04:20:05 GMT";
arnews[4] += "
";
arnews[5]="United Kingdom: Senior Teacher
";
arnews[5] += "SELLING, LEASING OR FRANCHISING YOUR BUSINESS? We have clients interested! Contact us .";
arnews[5] += "
Publ.Date : Thu, 22 Oct 2009 23:24:31 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("