var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How deep is your love
";
arnews[0] += "To honor the day of hearts, flowers and candy, we've put together a quiz about songs that all have 'love' in the title.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 17:12:39 GMT";
arnews[0] += "
";
arnews[1]="How deep is your love
";
arnews[1] += "To honor the day of hearts, flowers and candy, we've put together a quiz about songs that all have 'love' in the title.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 11:08:17 GMT";
arnews[1] += "
";
arnews[2]=".TV: The Five Best Videos Ever of the Day
";
arnews[2] += "Today at Gawker.TV, tomorrow's Miss America Pageant is going to be a freak show, Pee Wee Herman gets an iPad, Kelly Ripa and Mark Consuelos talk about their children's mating habits, and John Mayer 's Storytellers .";
arnews[2] += "
Publ.Date : Sun, 31 Jan 2010 18:00:56 GMT";
arnews[2] += "
";
arnews[3]="On Tonight: 'Dollhouse' Ends for Good: Roger Catlin | TV Eye
";
arnews[3] += "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[3] += "
Publ.Date : Fri, 29 Jan 2010 12:07:25 GMT";
arnews[3] += "
";
arnews[4]="Daily guide for TV and radio
";
arnews[4] += "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[4] += "
Publ.Date : Fri, 29 Jan 2010 11:22:29 GMT";
arnews[4] += "
";
arnews[5]="On Tonight: 'Dollhouse' Ends for Good: Roger Catlin | TV Eye
";
arnews[5] += "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[5] += "
Publ.Date : Fri, 29 Jan 2010 08:17:46 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("