var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A Legacy of hope
";
arnews[0] += "End of life is a time of retrospection, a period when many people take the time to put their lives in order, address end of life issues and prepare for the inevitable.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 04:09:56 GMT";
arnews[0] += "
";
arnews[1]="Welcome to Texas, NBA, where Dirk Nowitzki is the lone star
";
arnews[1] += "Jennifer Floyd Engel Glitterati begin descending upon The Lone Star State almost immediately for NBA All-Star Weekend.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 14:33:00 GMT";
arnews[1] += "
";
arnews[2]="Arsonists Blamed for Series of Texas Church Fires
";
arnews[2] += "Arsonists are to blame for a series of fires that has left at least seven churches in ruins in small East Texas towns over the last five weeks, federal investigators said Tuesday.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 13:22:05 GMT";
arnews[2] += "
";
arnews[3]="Cleveland Indians Sign Jamey Wright to Minor League Contract with Spring Training Invite
";
arnews[3] += "A Wright, 35, led the Kansas City Royals with 65 relief appearances in 2009, going 3-5 w/a 4.33 ERA and limited Major League hitters to a .247 average against.A He also led the Royals with 79.0 relief innings pitched and recorded an ERA of 3.72 over his last 25 appearances after August 1st.A He spent the entire 2008 season in the Texas Rangers ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 13:11:22 GMT";
arnews[3] += "
";
arnews[4]="Thames invited to Yankees' big-league camp
";
arnews[4] += "McClatchy Marcus Thames celebrates after hitting a grand slam during the 2007 season with the Tigers.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 11:17:13 GMT";
arnews[4] += "
";
arnews[5]="If a business cares, it'll shovel
";
arnews[5] += "On big snow days in Chicago, you get a barometer of how much a business cares when you see its response to the storm.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 10:55:36 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("