var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Exclusive Video: New White Collar S01E11: Home Invasion Clip
";
arnews[0] += "We have a brand new exclusive clip from the upcoming episode of White Collar entitled Home Invasion , which will hit the USA Network airwaves on Tuesday, February 9 at 10 PM ET.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 23:27:27 GMT";
arnews[0] += "
";
arnews[1]="CHUCK The Complete Second Season Blu-ray Review
";
arnews[1] += "Wouldn't it be nice to wake up and be a secret agent overnight? As the titular lead of the television show Chuck , Chuck Bartowski would probably say it's not so nice, but he's had his fair share of adventure and lady love.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 02:40:42 GMT";
arnews[1] += "
";
arnews[2]=""White Collar" Star Matthew Bomer Rocked The Tights As Superman For a Hot Minute
";
arnews[2] += "Apparently Matthew Bomer , star of the series White Collar , donned the red cape before Brandon Routh ultimately got the role in Superman Returns .";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 04:56:15 GMT";
arnews[2] += "
";
arnews[3]="Exclusive Video: New White Collar S01E10: Vital Signs Clip
";
arnews[3] += "We have a brand new exclusive clip from the upcoming episode of White Collar entitled Vital Signs , which airs on Tuesday, February 2 at 10 PM ET on the USA Network.";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 21:52:22 GMT";
arnews[3] += "
";
arnews[4]="On Tonight: 'Dollhouse' Ends for Good: Roger Catlin | TV Eye
";
arnews[4] += "Bumped last week because of the \"Hope for Haiti\" telethon, the series finale finally comes for \"Dollhouse\" , the Joss Whedon saga starring Eliza Dushku that never quite found its footing despite two seasons and every effort from the network.";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 12:07:25 GMT";
arnews[4] += "
";
arnews[5]="Daily guide for TV and radio
";
arnews[5] += "Best of the New 2010 7:30 p.m. WCVB-TV Every January the Boston Globe Sunday Magazine makes its picks for the best new arrivals in Greater Boston: intriguing people, fresh ideas, great hangouts and out of the ordinary places to grab a bite.";
arnews[5] += "
Publ.Date : Fri, 29 Jan 2010 11:22:29 GMT";
arnews[5] += "
";
arnews[6]="On Tonight: 'Dollhouse' Ends for Good: Roger Catlin | TV Eye
";
arnews[6] += "Bumped last week because of the \"Hope for Haiti\" telethon, the series finale finally comes for \"Dollhouse\" , the Joss Whedon saga starring Eliza Dushku that never quite found its footing despite two seasons and every effort from the network.";
arnews[6] += "
Publ.Date : Fri, 29 Jan 2010 08:17:46 GMT";
arnews[6] += "
";
totcount = 7;
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("