var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mama to the Rescue
";
arnews[0] += "A couple of years ago, I bit off more than I could chew. I had been offered a spot in a brand-new doctoral program in a nearby city.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:29:55 GMT";
arnews[0] += "
";
arnews[1]="Olympic Preview: White's secret pipe dream
";
arnews[1] += "To find the secrets to Shaun White's snowboard success, it's a 63-mile drive from Durango, Colo., along the treacherous Million Dollar Highway to Silverton, a tiny town known for its mining of silver and gold.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 12:05:00 GMT";
arnews[1] += "
";
arnews[2]="No Photo
";
arnews[2] += "James Warren is a columnist for the Chicago News Cooperative. \"House lights up!\" proclaimed the silver-haired former lawyer who, with blue jeans, black T-shirt, black safari jacket and Nikes, looked oh-so Hollywood in an oh-so Chicago bastion, the Merchandise Mart.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Star Trek Online
";
arnews[3] += "Be the captain of your own ship with Star Trek Online , a multi-player, online role-playing game.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 09:36:22 GMT";
arnews[3] += "
";
arnews[4]="Secret pipe dream gives Shaun White a snowboarding edge
";
arnews[4] += "To find the secrets to Shaun White 's snowboard success, it's a 63-mile drive from Durango, Colo., along the treacherous Million Dollar Highway to Silverton, a tiny town known for its mining of silver and gold.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:35:34 GMT";
arnews[4] += "
";
arnews[5]="Discounted: Brand new Tony Hawk Ride at ... Goodwill?
";
arnews[5] += "Goodwill store. Two Wii versions of the game were on sale for just $74.99 -- a Goodwill employee said the game's presence could be explained by donations from local retailers, listing Kohls, Sears, Borders, and Target as potential donators.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 06:00: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("