var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Actor Scott Wolf Testifies on Capitol Hill About the Unprecedented Demand and Unmet Need at the Nati
";
arnews[0] += "Actor Scott Wolf testified in front of the House Ways and Means Committee today at the hearing Food Banks and Front-Line Charities: Unprecedented Demand and Unmet Need.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:45:34 GMT";
arnews[0] += "
";
arnews[1]="Get Tested! KeyVive.com Encourages Americans to Answer the Question 'Do I Have Diabetes?' by Offerin
";
arnews[1] += "Did you know that 5.7 million people are unaware that they have diabetes? Symptoms can be as innocuous as excessive thirst and weight loss, frequent urination, weakness and fatigue.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:43:34 GMT";
arnews[1] += "
";
arnews[2]="This week in movies, TV and music
";
arnews[2] += "A father and his son must make a dangerous journey across the lawless, post-apocalyptic U.S. in hopes of finding civilization.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 03:15:00 GMT";
arnews[2] += "
";
arnews[3]="Foreword: Dutch Treat
";
arnews[3] += "I've always envied people who grew up with holiday traditions. The Hoekstra clan has never exchanged fruitcakes or watched Miracle on 34th Street on Christmas Day.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 22:47:14 GMT";
arnews[3] += "
";
arnews[4]="The best of whata s happening this week in Cincinnati, Columbus
";
arnews[4] += "Music and more to lure you out of town this weekend. CINCINNATI Phish When: 7:30 p.m. Friday and Saturday, Nov.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 22:44:31 GMT";
arnews[4] += "
";
totcount = 5;
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("