var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Document Management Sponsored by Ricoh
";
arnews[0] += "In association with ZDNet and Ricoh. ZDNet Dictionary Definition Document Management The capture and management of documents within an organization.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:17:17 GMT";
arnews[0] += "
";
arnews[1]="Glenn Beck announces educational conventions
";
arnews[1] += "During a massive rally here that capped off a whirlwind three-day book tour, Fox News television host Glenn Beck, fast becoming one of the right's most visible icons, addressed an adoring crowd and lay the seedlings for a burgeoning grassroots conservative political movement.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:58:06 GMT";
arnews[1] += "
";
arnews[2]="Book best-sellers: November 22, 2009
";
arnews[2] += "\"The Scarpetta Factor,\" by Patricia Cornwell 11. \"Pursuit of Honor: A Novel,\" by Vince Flynn 12.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:33:16 GMT";
arnews[2] += "
";
arnews[3]="Coyotes still bleeding green
";
arnews[3] += "A 12-9-1 record to start the NHL season hasn't done much to help the Phoenix Coyotes's bottom line.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 12:50:37 GMT";
arnews[3] += "
";
arnews[4]="Sports journal
";
arnews[4] += "Dallas Stars forward James Neal has been suspended two games for hitting Derek Dorsett of the Columbus Blue Jackets from behind.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:37:24 GMT";
arnews[4] += "
";
arnews[5]="Former Toronto Maple Leafs Owner Harold Ballard.
";
arnews[5] += "With the miserable Maple Leafs in the basement, fans are evoking memories of the bumbling old days of the Harold Ballard era.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 11:30: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("