var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Famous but poor: Sheryl Crow revisits first album
";
arnews[0] += "Back in early 1995 when Sheryl Crow won Grammy gold for her debut album, her bank account was hardly glistening.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:32:56 GMT";
arnews[0] += "
";
arnews[1]="Jackson Attornies and Oprah Guests Sad Show Ending
";
arnews[1] += "With the announcement that Oprah Winfrey's show will end in 2011, many are recalling the impact she's had in the last 25 years.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:32:32 GMT";
arnews[1] += "
";
arnews[2]="Bus driver allegedly showed clips to children
";
arnews[2] += "Lake County authorities say they arrested a 33-year-old school bus driver after she allegedly showed elementary school children sexually orientated animated video clips.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:25:18 GMT";
arnews[2] += "
";
arnews[3]="Scouting report: Know your St. Louis Rams
";
arnews[3] += "Louis Rams. The Cardinals will be going for their fifth road win of the season which is something they haven't accomplished since 1975.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 07:16:35 GMT";
arnews[3] += "
";
arnews[4]="No Caffeine Needed By Memphisa Energetic Pastner
";
arnews[4] += "Josh Pastner has \"Gratefulness\" posted above his office door. He gets his kicks coaching, doesn't need any additives to enjoy life.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:46:29 GMT";
arnews[4] += "
";
arnews[5]="Drug firmsa tired song and dance on reform
";
arnews[5] += "IN MAKING a fool of President Obama, Big Pharma has turned itself into a poison pill of health care reform.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 06:36:12 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("