var arnews = new Array(5);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bones – “The Gamer in the Grease” Promo Images - BSCreview
";
arnews[0] += "Bones airs Thursdays on Fox, and stars Emily Deschanel, David Boreanaz Michaela Conlin, T. J. Thyne, Eric Millegan, Tamara Taylor and John Francis Daley.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:18:00 GMT";
arnews[0] += "
";
arnews[1]="Realistic 'Coming of Age' shows in need of a comeback - Examiner
";
arnews[1] += "Take a look at the television landscape, and you will see a mix of good and bad. There are medical dramas, shameless reality television programs, quirky sitcoms, and sappy TV movies. There are gritty action-thrillers, animated comedies, and shows ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:14: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("