var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Criminal Minds: Preview of Episode 5.15 "Public Enemy" - Buddytv.com
";
arnews[0] += "Criminal Minds stars Joe Mantegna as David, Thomas Gibson as Hotch, Paget Brewster as Prentiss, Shemar Moore as Derek, AJ Cook as JJ, and Kristen Vangness as Penelope. On the last episode of Criminal Minds , the team handled the case of a con artist ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:45:00 GMT";
arnews[0] += "
";
arnews[1]="Show made Brewster beef up security - Independent
";
arnews[1] += "Criminal Minds star Paget Brewster has revealed researching for the show has made her a bit paranoid. The 40-year-old, who plays Special Agent Emily Prentiss in the crime drama about an elite team of FBI profilers who analyse America's most twisted ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 12:16:00 GMT";
arnews[1] += "
";
totcount = 2;
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("