var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Conway standoff ends peacefully
";
arnews[0] += "Chris becomes a reporter for the school newspaper and writes a fictitious story about a serial killer in his neighborhood, which causes widespread panic.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 04:24:00 GMT";
arnews[0] += "
";
arnews[1]="Cibrian sues for defamation
";
arnews[1] += "Chris becomes a reporter for the school newspaper and writes a fictitious story about a serial killer in his neighborhood, which causes widespread panic.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:23:39 GMT";
arnews[1] += "
";
arnews[2]="Caan files for divorce again
";
arnews[2] += "Chris becomes a reporter for the school newspaper and writes a fictitious story about a serial killer in his neighborhood, which causes widespread panic.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:23:33 GMT";
arnews[2] += "
";
arnews[3]="Brown passes progress hearing
";
arnews[3] += "Chris becomes a reporter for the school newspaper and writes a fictitious story about a serial killer in his neighborhood, which causes widespread panic.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 04:23:27 GMT";
arnews[3] += "
";
arnews[4]="Behind the scenes of "LIVE" with Regis and Kelly
";
arnews[4] += "Shaquille O'Neal has a cameo, and Jordan drops basketball for rhythmic gymnastics, to the horror of Bernie, who finds it embarrassing and effeminate.";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 04:34:53 GMT";
arnews[4] += "
";
arnews[5]="Pratt pleads not guilty to DUI
";
arnews[5] += "Shaquille O'Neal has a cameo, and Jordan drops basketball for rhythmic gymnastics, to the horror of Bernie, who finds it embarrassing and effeminate.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 04:34:25 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("