var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Girls Aloud writing spoof horror film
";
arnews[0] += "Girls Aloud are to star in a spoof horror film which they're writing themselves.";
arnews[0] += "
Publ.Date : Fri, 29 Jan 2010 17:36:04 GMT";
arnews[0] += "
";
arnews[1]="Bad Behavior by Judge Reverses Asylum Ruling
";
arnews[1] += "Several immigration lawyers who have practiced before Judge Bruce Solow insist his punishment is undeserved Marcia Coyle The National Law Journal January 26, 2010 For Roscoe Campbell, his family's quest for asylum in this country has been a \"long and rough road, mentally, physically and financially.\" But years of fearing deportation when any ...";
arnews[1] += "
Publ.Date : Mon, 25 Jan 2010 23:11:41 GMT";
arnews[1] += "
";
arnews[2]="Movie review: Shocking confession sends young priest on moral journey
";
arnews[2] += "Jeremy Sisto in \"Into Temptation.\" In \"Into Temptation,\" a young priest listens to a confession more pre- than than post-transgression. In fact, the latter would be positively supernatural.";
arnews[2] += "
Publ.Date : Thu, 21 Jan 2010 12:59:30 GMT";
arnews[2] += "
";
arnews[3]="Derry accent could be a tough 'challenge'
";
arnews[3] += "Derry's princess of pop, Nadine Coyle says she's going to take elocution lessons.";
arnews[3] += "
Publ.Date : Tue, 12 Jan 2010 11:42:25 GMT";
arnews[3] += "
";
arnews[4]="Cheryl Fans in Fight for Her Right to Top Spot
";
arnews[4] += "SHE may have vowed to \"fight for this love\" but fans of pop princess Cheryl Cole are fighting for chart success.";
arnews[4] += "
Publ.Date : Sun, 10 Jan 2010 11:57:41 GMT";
arnews[4] += "
";
arnews[5]="Editorial comment: Thank you, correspondents
";
arnews[5] += "It's that time of year again when we thank all our letter writers for advancing conversation in the community.";
arnews[5] += "
Publ.Date : Wed, 06 Jan 2010 19:47:24 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("