var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chris Wragge - CBS 2
";
arnews[0] += "Chris Wragge serves as co-anchor of CBS 2 News at 5 and 11PM weekdays along Kristine Johnson. He also serves as Co-anchor of the Saturday Edition of THE EARLY SHOW with ERICA HILL. Wragge is also the fill-in for Harry Smith during the weekday edition ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:30:00 GMT";
arnews[0] += "
";
arnews[1]="Early Show Saturday February 6 Edition - WKRC
";
arnews[1] += "Chris Wragge and Erica Hill anchor the broadcast, Jeff Glor reports the news and Lonnie Quinn is the weather anchor Behind the Scenes -- A behind the scenes look at the CBS Sports team in action as they prepare for Super Bowl XLIV CBS Sports Analysis ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 17:02:00 GMT";
arnews[1] += "
";
arnews[2]="Hill will be regular on CBS mornings - Fresno Bee
";
arnews[2] += "CBS News is making a change in the morning, appointing Erica Hill as the newsreader for \"The Early Show.\" Hill replaces Russ Mitchell, who will be a correspondent for CBS News. Hill has been anchoring the Saturday edition of \"The Early Show\" for a ...";
arnews[2] += "
Publ.Date : Thu, 14 Jan 2010 21:03:00 GMT";
arnews[2] += "
";
arnews[3]="LEGENDARY COUNTRY SOUL DIVA WYNONNA JUDD WILL REUNITE WITH NAOMI JUDD ... - Top40-Charts
";
arnews[3] += "The broadcast, anchored by Chris Wragge and Erica Hill, featured a special live performance by Wynonna Judd. Five-time GRAMMY winner Wynonna Judd first gained fame as part of one of the most successful musical duos of all time, The Judds.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 18:10:00 GMT";
arnews[3] += "
";
arnews[4]="LL Cool J "Humbled" by "NCIS: L.A." Start - CBS News
";
arnews[4] += "(CBS) LL Cool J seems to succeed at everything he tries. A winner as a rapper, movie star and more, he's is now a ratings-topper on television. As Special Agent Sam Hanna, Cool J is the leading man in TV's leading new show, \"NCIS: Los Angeles,\" on ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 16:04:00 GMT";
arnews[4] += "
";
arnews[5]="The Judds To Reunite for Final Tour - antiMUSIC
";
arnews[5] += "The broadcast, anchored by Chris Wragge and Erica Hill, featured a special live performance by Wynonna Judd. Five-time GRAMMY winner Wynonna Judd first gained fame as part of one of the most successful musical duos of all time, The Judds.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 08:23: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("