var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Spurs G George Hill apologizes for nude photos that wound up on Internet site
";
arnews[0] += "San Antonio Spurs guard George Hill is apologizing for nude pictures of himself that were recently posted online.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:03:12 GMT";
arnews[0] += "
";
arnews[1]="Spurs G Hill apologizes for nude photos
";
arnews[1] += "Portland Trail Blazers center Greg Oden is apologizing for nude photos that have surfaced on the internet.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:54:28 GMT";
arnews[1] += "
";
arnews[2]="Spurs' George Hill apologizes for nude photos
";
arnews[2] += "San Antonio Spurs guard George Hill is apologizing for nude pictures of himself that were recently posted online.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:55:53 GMT";
arnews[2] += "
";
arnews[3]="Jazz will see Lakers, but possibly not Bryant
";
arnews[3] += "They are still the defending champions, even with Kobe Bryant spending all night in the trainer's room and Shannon Brown in the starting lineup.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:53:54 GMT";
arnews[3] += "
";
arnews[4]="Lakers win without Bryant
";
arnews[4] += "The Los Angeles Lakers came together to win their second consecutive game without Kobe Bryant with a 101-89 victory over the San Antonio Spurs on Monday night.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:43:42 GMT";
arnews[4] += "
";
arnews[5]="Spurs' Hill apologizes for nude photos
";
arnews[5] += "You should receive the email within the next few minutes. PLEASE NOTE: Your Globe and Mail account will expire after 2 days if not validated as described in the email.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:41:01 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("