var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shock may make move without 2 All-Stars
";
arnews[0] += "The Seattle Storm signed Sue Bird agreed to a multiyear contract extension Thursday, then lost to the Phoenix Mercury, 92-84, with the All-Star point guard sitting out with an injured neck.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:49:11 GMT";
arnews[0] += "
";
arnews[1]="Ten rocking music biopics
";
arnews[1] += "Whether they're overcoming odds to reach stardom, battling inner demons or dealing with tragedy, the personal histories of our musical heroes are made for the big screen.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 02:28:56 GMT";
arnews[1] += "
";
arnews[2]="Charity chief set for face to face meet
";
arnews[2] += "By RICHARD CORNWELL Felixstowe editor richard.cornwell@eveningstar.co.uk> FELIXSTOWE: Volunteers from Felixstowe's under-threat Blue Cross centre are to voice their protests and concerns at a face-to-face meeting with the charity's chief.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 20:39:46 GMT";
arnews[2] += "
";
arnews[3]="CWMA Week One - Bird Eater/Jesus Rides a Riksha @ Club Vegas
";
arnews[3] += "I wish more clubs were willing to mix things up. Any time I go to Club Vegas I know exactly what kind of bands will be playing.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 19:14:53 GMT";
arnews[3] += "
";
arnews[4]="Covenants will not protect Mackenzie
";
arnews[4] += "Monday, 8 February 2010, 4:24 pm Press Release: Forest and Bird 8 February 2010 – Wellington Forest & Bird media release for immediate use Forest & Bird says covenants will not protect Mackenzie Independent conservation organisation Forest & Bird believes turning Crown-owned Mackenzie Basin pastoral land into private land with covenants will ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 04:38:16 GMT";
arnews[4] += "
";
arnews[5]="UConn Women Look To Extend Streak Today
";
arnews[5] += "LOUISVILLE, Ky. - There are no guarantees in women's basketball, although you would be hard-pressed to believe that watching the No.1 UConn women play.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 14:03:21 GMT";
arnews[5] += "
";
arnews[6]="Louisville's Dropoff Since 2009 Title Game A Disappointment
";
arnews[6] += "LOUISVILLE, Ky. - There are no guarantees in women's basketball, although you would be hard-pressed to believe that watching the No.1 UConn women play.";
arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 12:54:52 GMT";
arnews[6] += "
";
arnews[7]="Fun run lives up to its name as Chichester surge ahead
";
arnews[7] += "Another strong show of strength in depth maintained Chichester's top spot in the second of the West Sussex Fun Run League fixtures of the season.";
arnews[7] += "
Publ.Date : Sun, 07 Feb 2010 09:16:49 GMT";
arnews[7] += "
";
arnews[8]="Spokane skates on some thick ice
";
arnews[8] += "While tourism and hospitality folks in Western Washington are wondering whether winter sports fans will trickle south before and after the 2010 Olympic Winter Games that open Feb.";
arnews[8] += "
Publ.Date : Fri, 05 Feb 2010 21:28:55 GMT";
arnews[8] += "
";
totcount = 9;
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("