var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Podcast: Lawmaker survives week alone...
";
arnews[0] += "In the latest edition of CNN=Politics Daily: First Lady of California Maria Shriver caught on tape, breaking the law.";
arnews[0] += "
Publ.Date : Thu, 15 Oct 2009 03:32:00 GMT";
arnews[0] += "
";
arnews[1]="A Dynamic Two-Way Flow
";
arnews[1] += "What's going on in front of all of us on the television and the Internet about the recent election in Iran is synmptomatic of the shifts in power that interconnectedness and the ability tio publish to the web are inexorably bringing to all of our lives, in one way or another.";
arnews[1] += "
Publ.Date : Mon, 15 Jun 2009 12:05:28 GMT";
arnews[1] += "
";
totcount = 2;
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("