var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Daily TV and radio guide
";
arnews[0] += "The Guardians: Historic New England 7:30 p.m. WCVB-TV What defines New England? Is it the rolling vistas and working farms of its rural areas, the Colonial homes and green spaces of its suburbs, or the cobblestone streets and historic architecture of its cities? For a group of New Englanders, it's all of the above, and they're devoted to preserving ...";
arnews[0] += "
Publ.Date : Fri, 06 Nov 2009 08:48:35 GMT";
arnews[0] += "
";
arnews[1]="Gabrielle Union
";
arnews[1] += "An attractive and impressively talented African-American actress, Gabrielle Union has carved out a niche after landing plum roles in a fiercely competitive field thanks to her consistent yet versatile performances..... An attractive and impressively talented African-American actress, Gabrielle Union has carved out a niche after landing plum roles ...";
arnews[1] += "
Publ.Date : Thu, 29 Oct 2009 09:43:34 GMT";
arnews[1] += "
";
arnews[2]="Gabrielle Union
";
arnews[2] += "An attractive and impressively talented African-American actress, Gabrielle Union has carved out a niche after landing plum roles in a fiercely competitive field thanks to her consistent yet versatile performances..... An attractive and impressively talented African-American actress, Gabrielle Union has carved out a niche after landing plum roles ...";
arnews[2] += "
Publ.Date : Thu, 29 Oct 2009 07:30:24 GMT";
arnews[2] += "
";
arnews[3]="10 Things I Hate About You Comes Back to DVD and Blu-ray on January 5, 2010
";
arnews[3] += "You can relive the late Heath Ledger's breakout role on DVD and Blu-ray early next year.";
arnews[3] += "
Publ.Date : Fri, 23 Oct 2009 01:37:00 GMT";
arnews[3] += "
";
arnews[4]="10 Things I Hate About You 10th Ae (R1/Us BD) in January
";
arnews[4] += "Walt Disney Studios Home Entertainment have announced the US DVD and Blu-ray Disc release of 10 Things I Hate About You: 10th Anniversary Edition on 5th January 2010.";
arnews[4] += "
Publ.Date : Wed, 21 Oct 2009 22:32:17 GMT";
arnews[4] += "
";
arnews[5]="Peter Coyote
";
arnews[5] += "A handsome actor who has made a career playing dark, seductive, often intellectually complex characters, Peter Coyote also has leant his distinctive voice--which sounds as if it has been delicately scratched with.... A handsome actor who has made a career playing dark, seductive, often intellectually complex characters, Peter Coyote also has leant ...";
arnews[5] += "
Publ.Date : Sat, 10 Oct 2009 07:22:06 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("