var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Howard should touch the ball more on offense for Magic on Sunday
";
arnews[0] += "Look for Magic coach Stan Van Gundy to get C Dwight Howard the ball more today against Toronto than he did in the club's 83-78 victory at Boston on Friday night.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:39:20 GMT";
arnews[0] += "
";
arnews[1]="Like usual, Magic's Carter will hear plenty of boos in Toronto
";
arnews[1] += "Vince Carter laughed as he watched as many as FOUR of his prankster teammates attempt to pin Dwight Howard to the floor while another tried hog-tying him with white athletic tape.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:38:46 GMT";
arnews[1] += "
";
arnews[2]="Diane Patrick gives Capuano endorsement in US Senate race
";
arnews[2] += "Diane Patrick, the governor's wife, issued an impassioned plea yesterday to elect US Representative Michael E. Capuano to the US Senate, but the congressman hedged when asked whether her support might help him against Attorney General Martha Coakley, the perceived front-runner and sole woman candidate.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 04:00:29 GMT";
arnews[2] += "
";
arnews[3]="Coakley leads, but electorate unsettled
";
arnews[3] += "Attorney General Martha Coakley has a solid lead in the four-way Democratic race for the open US Senate seat, but with just 16 days until the primary election, nearly three-quarters of likely voters have yet to decide who they will support, according to a Globe poll.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 03:59:50 GMT";
arnews[3] += "
";
arnews[4]="Magic don't pull disappearing act
";
arnews[4] += "'s knee injury. Those don't matter. They didn't matter then and they don't matter now.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 03:30:21 GMT";
arnews[4] += "
";
arnews[5]="Celtics-Knicks Preview
";
arnews[5] += "The Boston Celtics are struggling at home and coming off an ugly offensive showing in their previous game.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 03:23:23 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("