var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="CTV adds seven new shows
";
arnews[0] += "CTV is adding seven new series to its fall schedule and bringing back 16 of its top shows.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 01:10:04 GMT";
arnews[0] += "
";
arnews[1]="Photo Gallery: On Set Hookups
";
arnews[1] += "Finding love on set is a snap for these Hollywood stars! Ben Affleck and Jen Garner met on the set of Pearl Harbor in 2001...and starred in Daredevil two years later... But the now happily married couple didn't start dating until after Ben broke off his engagement to Gigli co-star Jennifer Lopez .";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 12:00:09 GMT";
arnews[1] += "
";
arnews[2]="Crossroads E-Newsletter - January 28, 2010
";
arnews[2] += "From : \"The Armenian Prelacy\" Date : Thu, 28 Jan 2010 23:44:54 PST PRESS RELEASE Eastern Prelacy of the Armenian Apost.";
arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 11:33:32 GMT";
arnews[2] += "
";
arnews[3]="Who's News: Mandy Moore, Miley Cyrus, Chris Noth, birthdays and more
";
arnews[3] += "As ABC Family's \"Greek\" returns on Monday, star Spencer Grammer , 26, is busy this month catching up on the things she missed out on while starting her career, including driving cross-country with friends, taking up photography and diving into European culture overseas.";
arnews[3] += "
Publ.Date : Sun, 24 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="More
";
arnews[4] += "Your browser's security settings are preventing some features from appearing. See instructions for fixing the problem.";
arnews[4] += "
Publ.Date : Sun, 24 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Sundance Review: HIGH School
";
arnews[5] += "You know how when you like a person, you're often able to overlook their faults? That happens with movies sometimes, too.";
arnews[5] += "
Publ.Date : Wed, 27 Jan 2010 18:33:00 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("