var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Show made Brewster beef up security
";
arnews[0] += "Criminal Minds star Paget Brewster has revealed researching for the show has made her a bit paranoid.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 15:29:41 GMT";
arnews[0] += "
";
arnews[1]="12:19 Show made Brewster beef up security
";
arnews[1] += "Criminal Minds star Paget Brewster has revealed researching for the show has made her a bit paranoid.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 12:41:42 GMT";
arnews[1] += "
";
arnews[2]="Wednesday's TV Highlights: Alan Alda has his head examined on 'The Human Spark'
";
arnews[2] += "GRAY MATTER: 'The Human Spark' uses high-tech imaging techniques provide a glimpse inside the head of host Alan Alda at 8 p.m. on KCET.";
arnews[2] += "
Publ.Date : Wed, 20 Jan 2010 05:40:02 GMT";
arnews[2] += "
";
arnews[3]="TV Review: TV '10: Our wish list
";
arnews[3] += "Happy new year! And in no particular order, here's what I'd love to see on TV this year.";
arnews[3] += "
Publ.Date : Fri, 01 Jan 2010 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="SGALGG: Love your television edition
";
arnews[4] += "Look, I realize we're all on a \"Glee\" high right now . But Lea Michele and Dianna Agron aren't the only TV co-stars who can bring award caliber SGALGG.";
arnews[4] += "
Publ.Date : Thu, 17 Dec 2009 16:17:06 GMT";
arnews[4] += "
";
arnews[5]="Criminal Minds: A Boyfriend for Prentiss?
";
arnews[5] += "With the very upsetting 100th episode finally done, is it time to get Prentiss a boyfriend? TV Guide reports that the demand for a Hotch-Prentiss hookup had been astounding, but Criminal Minds executive producer Ed Bernero doesn't seem to be too keen on the idea.";
arnews[5] += "
Publ.Date : Tue, 01 Dec 2009 23:51:17 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("