var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Rockport Ramblings: Friends hail life of a Rockport artist
"; arnews[0] += "Artist friends gathered, after a morning of painting Nov. 10, at the studio and home of Betty Lou Schlemm in honor of Chris Pitman's 90th birthday and to celebrate Pitman's years of dedication to the arts and the local art associations."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:57:59 GMT"; arnews[0] += "
"; arnews[1]="Colts still the one, injuries
"; arnews[1] += "Francisco missed last week's game, so the Colts will be without one of their best special-teams guys."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:36:44 GMT"; arnews[1] += "
"; arnews[2]="Breaking transfer news: Saturday, November 21; Everton, Manchester...
"; arnews[2] += "Breaking transfer news: Saturday, November 21; Everton, Manchester United, Inter Milan, Atletico Madrid, West Ham, Spurs, Roma, Manchester City, Fernando Torres, Liverpool, Barcelona, Aston Villa, Birmingham and Manchester United WHAT today's papers sre saying ."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:33:00 GMT"; arnews[2] += "
"; arnews[3]="Borough close the gap
"; arnews[3] += "ROCHDALE Borough moved to within three points of leaders Oldham in the Lancashire GMC Super Eights title race with a 6-4 victory over St Helens on Sunday while Oldham were being held to a 5-5 draw by Bury."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 11:08:37 GMT"; arnews[3] += "
"; arnews[4]="Transfer rumours: Saturday, November 21
"; arnews[4] += "MANCHESTER United, Everton, Manchester City, Chelsea, West Ham, Tottenham Hotspur, Liverpool, Aston Villa and Birmingham are among the clubs in the headlines today."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:44:32 GMT"; arnews[4] += "
"; totcount = 5; 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("
");