var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="U.S. men's hockey team will miss Modano's solid play
";
arnews[0] += "By MAC ENGEL DALLAS -- There are any number of reasons we should all want to be Mike Modano.1. He's almost 40 and still has his hair.2. He's still in peak shape.3. He once participated in the NFL's Punt/Pass/Kick competition.4. Financial security.5. Fame.6. His wife looks like Willa Ford.7. His wife is Willa Ford.And the most relevant reason today ...";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 06:58:00 GMT";
arnews[0] += "
";
arnews[1]="U.S. men's hockey team will miss Modano's solid play
";
arnews[1] += "There are any number of reasons we should all want to be Mike Modano. 1. He's almost 40 and still has his hair.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 07:50:09 GMT";
arnews[1] += "
";
arnews[2]="On Jan. 22, 1973, the U.S. Supreme Court in its Roe v. Wade decision, legalized abortions
";
arnews[2] += "Today is Friday, Jan. 22, the 22nd day of 2010. There are 343 days left in the year.";
arnews[2] += "
Publ.Date : Tue, 26 Jan 2010 17:15:32 GMT";
arnews[2] += "
";
arnews[3]="Holidays on Earth Today: January 22, 2010
";
arnews[3] += "Independence Day, New Year Day, and Valentines and so on. Then there are strange and weird holidays that really have no meaning besides the mere purpose to have an excuse to celebrate something.";
arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 12:20:12 GMT";
arnews[3] += "
";
arnews[4]="Hollywood movie review
";
arnews[4] += "Legion Cast: Paul Bettany, Dennis Quaid, Lucas Black, Tyrese Gibson, Kate Walsh In the supernatural action thriller Legion, an out-of-the-way diner becomes the unlikely battleground for the survival of the human race.";
arnews[4] += "
Publ.Date : Sat, 23 Jan 2010 20:16:19 GMT";
arnews[4] += "
";
arnews[5]="On Jan. 22, 1973, the U.S. Supreme Court in its Roe v. Wade decision, legalized abortions
";
arnews[5] += "Today is Friday, Jan. 22, the 22nd day of 2010. There are 343 days left in the year.";
arnews[5] += "
Publ.Date : Sat, 23 Jan 2010 00:45:29 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("