var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Abbi Tatton
";
arnews[0] += "It seems that CNN's Abbi Tatton, the Internet reported for the Situation Room is leaving the Network.";
arnews[0] += "
Publ.Date : Sat, 09 Jan 2010 04:02:25 GMT";
arnews[0] += "
";
arnews[1]="CNN's Tatton's Future Plans Remain Mystery
";
arnews[1] += "CNN isn't uttering a word -- yet. But today the network's Wolf Blitzer bid farewell to online correspondent Abbi Tatton , who has been with CNN for a decade.";
arnews[1] += "
Publ.Date : Sat, 09 Jan 2010 03:08:32 GMT";
arnews[1] += "
";
arnews[2]="Abbi Tatton of 'The Situation Room' Annouces Departure from CNN
";
arnews[2] += "Abbi Tatton, internet reporter from The Situation Room , announced her departure from the host network, CNN.";
arnews[2] += "
Publ.Date : Sat, 09 Jan 2010 02:30:56 GMT";
arnews[2] += "
";
arnews[3]="Revolving Door Newsletter: 01.08.10
";
arnews[3] += "With five new sections and a renewed lifestyle focus that extends beyond the kitchen, this celeb chef's eponymous mag has more opportunities than ever for freelancers.";
arnews[3] += "
Publ.Date : Tue, 05 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="The Morning Newsfeed: 01.08.10
";
arnews[4] += "Late-Night Shift Sinking, NBC Wants Leno Back in Old Slot Faced with the failure of the biggest recent gamble in television, NBC is shuffling its late-night deck one more time.";
arnews[4] += "
Publ.Date : Fri, 08 Jan 2010 14:31:49 GMT";
arnews[4] += "
";
arnews[5]="Abbi Tatton Leaving CNN
";
arnews[5] += "First on TVNewser : CNN's Abbi Tatton , internet reporter for The Situation Room , is leaving the network, TVNewser has learned.";
arnews[5] += "
Publ.Date : Thu, 07 Jan 2010 20:55:21 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("