var arnews = new Array(5);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="
";
arnews[0] += "p>
Fun times: playing poker
Guilty pleasure: Ben & Jerry’s ice cream
Celebrity look-alike: Malcolm-Jamal Warner, Theo from “The Cosby Show”
Will, 23
Financial analyst
He is: a ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[0] += "
";
arnews[1]="
";
arnews[1] += "A Valley tradition continues at 7:30 p.m., Feb. 13, as the 6th annual West Side Poetry Jam is presented at Arizona State University’s West campus. The event is hosted by the campus’s Black History Month Committee and the Division of Humanities ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 19:04:00 GMT";
arnews[1] += "
";
arnews[2]="
";
arnews[2] += "It is not surprising that Eddie Griffin was voted class clown three years in a row while a student at Lincoln High School in Kansas City, Mo. It was probably a big cosmic sign that Griffin's destiny was to use humor to ease the unease that comes with ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 03:49:00 GMT";
arnews[2] += "
";
totcount = 3;
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("");document.write("");