var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Georgetown makes its 1st trip - Austin American-Statesman
";
arnews[0] += "Adding an extra kick to the roster is 5-foot-10-inch sophomore Emily Rutherford, \"E.R.\" to her teammates. She hits the ball hard enough to send opponents to the emergency room, Richardson joked. Georgetown looked nothing like the team that was swept ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 18:06:00 GMT";
arnews[0] += "
";
arnews[1]="Review: The New Adventures of Old Christine - Love Means Never Having ... - Tvsquad.com
";
arnews[1] += "(S05E08) Ah, Dave Foley. His sad sack Tom has been good for a laugh more than a few times, and he was used to good comic effect again this week. In the double blind-date scenario with Christine and Richard, his counterpart was the lovely Jennifer ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 17:16:00 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("