var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Steve Burton - WBZ-TV
";
arnews[0] += "Steve Burton is a sports anchor and reporter for WBZ-TV News on WBZ-TV and on sister station TV38 in Boston. A New England native, he joined WBZ-TV in August 1994. Prior to that Burton worked as a sports anchor and reporter for New England ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 09:32:00 GMT";
arnews[0] += "
";
arnews[1]="Watch Patriots All Access tonight at 7pm on WBZ-TV - New England Patriots
";
arnews[1] += "Watch Patriots All Access tonight at 7pm on WBZ-TV and at 8pm on Patriots.com. Scott Zolak goes one on one with head coach Bill Belichick. He also breaks down the Jets #1 ranked running game on The Belestrator. Steve Burton goes one-on-one with ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:39:00 GMT";
arnews[1] += "
";
arnews[2]="James Franco Makes Debut On ‘General Hospital’ - Access Hollywood
";
arnews[2] += "Jason, played by Steve Burton, is an underworld character with a conscience, so it’s likely James’ character will also be involved in organized crime. The actor has a number of films in the queue as well, including next year’s drug comedy ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:15:00 GMT";
arnews[2] += "
";
arnews[3]="James Franco Checks In To 'General Hospital' - NPR News
";
arnews[3] += "Has Anyone Checked His Pulse? Bona fide movie star James Franco will be doing the mystery-man thing in a two-month story arc on ABC's venerable soap opera. Jill Farren-Phelps, executive producer of the ABC daytime drama, is happily puzzled about it ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:31:00 GMT";
arnews[3] += "
";
arnews[4]="James Franco on Joining 'General Hospital' as an Artist of Death - ETOnline.com
";
arnews[4] += "James Franco is best known for his roles in the feature films 'Spider-man,' 'Milk' and 'Pineapple Express,' so everyone was surprised when the Golden Globe winner announced he was joining the cast of \"General Hospital\" for a short-term story. Franco ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:46:00 GMT";
arnews[4] += "
";
arnews[5]="NR: SaBTO Recommends Use of P-Capt - Stockhouse
";
arnews[5] += "Average quality rating by the Stockhouse community. MONTREAL, QUEBEC, CANADA and LILLE, FRANCE -- 11/20/09 -- ProMetic LifeSciences Inc. (TSX: PLI) (\"ProMetic\") and MacoPharma SA (\"MacoPharma\")announce that the Advisory Committee on the Safety of ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:03:00 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("