var arnews = new Array(9);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kelly's behind-the-scenes lust - New York Post
";
arnews[0] += "They say practice makes perfect. When Mark Consuelos tried out for a permanent role on the ABC soap \"All My Children,\" his behind-closed-doors rehearsals with future wife Kelly Ripa paid off big. Consuelos, then a novice actor, had a temporary job ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:05:00 GMT";
arnews[0] += "
";
arnews[1]="Kelly Ripa & Mel B Talk New TLC Reality Shows - Access Hollywood
";
arnews[1] += "During the Discovery Networks upfront presentation, Kelly Ripa and husband Mark Consuelos talk about developing a reality show for the The Learning Channel. Plus, Mel B talks about joining Joey Fatone to co-host a new TLC show, “The Singing Off";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 23:57:00 GMT";
arnews[1] += "
";
arnews[2]="Friday's TV Talk Shows: Meghan McCain is a guest on 'The Tyra Show' - Los Angeles Times Blogs
";
arnews[2] += "Live With Regis and Kelly Penélope Cruz (\"Nine\"); Taylor Lautner (\"The Twilight Saga: New Moon\"); Kelly's and Mark Consuelos' recent return to \"All My Children.\" (N) 9 a.m. KABC The View Author Joseph Califano (\"How to Raise a Drug-Free Kid\"); Emily ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:07:00 GMT";
arnews[2] += "
";
arnews[3]="Starr report - New York Post
";
arnews[3] += "And today's \"Live with Regis & Kelly\" has a sneak peek at Kelly Ripa and Mark Consuelos' Jan. 4 return to \"All My Children\" (they left the show in 2002). Regis Philbin , meanwhile, teams with wife Joy for a new CD, \"Regis & Joy: Just You.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 09:51:00 GMT";
arnews[3] += "
";
arnews[4]="Daily guide - Boston Globe
";
arnews[4] += "Main Streets, Back Roads/Upper Connecticut River Valley 7:30 p.m. WCVB-TV (Channel 5) Tonight, Mary Richardson motors to the spot where Vermont and New Hampshire meet and makes some interesting finds in the towns of White River Junction, Lebanon, and ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 22:02:00 GMT";
arnews[4] += "
";
totcount = 5;
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("