var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Get Tested! KeyVive.com Encourages Americans to Answer the Question 'Do I Have Diabetes?' by Offerin
";
arnews[0] += "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[0] += "
Publ.Date : Sun, 22 Nov 2009 02:43:34 GMT";
arnews[0] += "
";
arnews[1]="Klum back on the runway
";
arnews[1] += "A celebrity charity event featuring beach volleyball, kayaking, wave-runner races, golf and a scavenger hunt in Jamaica.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:06:05 GMT";
arnews[1] += "
";
arnews[2]="Cyrus 'deeply saddened' by tour bus tragedy
";
arnews[2] += "A celebrity charity event featuring beach volleyball, kayaking, wave-runner races, golf and a scavenger hunt in Jamaica.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:05:56 GMT";
arnews[2] += "
";
arnews[3]="Chicago losing glitz when Winfrey goes off the air
";
arnews[3] += "A celebrity charity event featuring beach volleyball, kayaking, wave-runner races, golf and a scavenger hunt in Jamaica.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:05:48 GMT";
arnews[3] += "
";
arnews[4]="Little Screen
";
arnews[4] += "This week's new releases, available Tuesday, are rated by Jay Bobbin of Zap2it on a scale of one to four, with H equivalent to a poor rating and HHHH meaning excellent.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:00:00 GMT";
arnews[4] += "
";
arnews[5]="Get Tested! KeyVive.com Encourages Americans to Answer the Question...
";
arnews[5] += "Source: KeyVive.com On 11:09 am EST, Wednesday November 18, 2009 PARK CITY, Utah, Nov.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 19:45:04 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("