var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Flag scandal in T&T
";
arnews[0] += "Fresh from his address to the nation, embattled Sport Minister Gary Hunt visited a school in Moruga on Monday, but brushed off calls for him to resign over the TT$2 million flag he commissioned at the Hasely Crawford Stadium.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:10:31 GMT";
arnews[0] += "
";
arnews[1]="Rogowski hits milestone in Hersey win
";
arnews[1] += "Junior Megan Rogowski became only the second Hersey girls basketball player to surpass 1,500 career points and senior Maddie Swan fired home a career-high 24 points as Hersey stopped host Barrington 60-53 in the Mid-Suburban League second-place crossover game on Tuesday night.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:13:11 GMT";
arnews[1] += "
";
arnews[2]="Park City considering trash change
";
arnews[2] += "City officials are talking to representatives of a nearby town in hopes of working out a deal for garbage pick-up. Park City officials are hoping to not only receive garbage pick-up at a cheaper rate, but also increase the collection area.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:17:08 GMT";
arnews[2] += "
";
arnews[3]="Hunt brushes off calls for his resignation
";
arnews[3] += "PHOTO: Rishi Ragoonath Reshma Ragoonath i Sport Minister Gary Hunt has brushed off calls for his resignation one day after he admitted the Sports Company of Trinidad and Tobago made a misstep in the installation of a $2 million national flag at the Hasely Crawford Stadium, Port-of-Spain. Hunt, when questioned about Chaguanas West MP Jack Warnera s ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:30:34 GMT";
arnews[3] += "
";
arnews[4]="5 Things Every American Idol Contestant Should Know
";
arnews[4] += "American Idol has been a phenomenon for 9 seasons. If you're an American Idol contestant or you're aspiring to be one, there are some things you need to know to avoid getting booted.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 04:36:43 GMT";
arnews[4] += "
";
arnews[5]="Men's ollege roundup: Jones' last-second basket lifts OU
";
arnews[5] += "Oakland University opened the second half with a 22-1 run but needed Johnathon Jones' basket with 1 second left to beat visiting Oral Roberts, 79-77, Saturday.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 13:01:03 GMT";
arnews[5] += "
";
arnews[6]="Town presents lots of Family Day activities
";
arnews[6] += "Don't worry if you have nothing planned for the upcoming Family Day statutory holiday.";
arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 09:30:00 GMT";
arnews[6] += "
";
arnews[7]="Diverse artistry wows IMAGES crowd
";
arnews[7] += "Pretty Baby Boo-Boo sat on JoAnn Grissom's shoulder, unfazed over the hub-bub of activity surrounding him.";
arnews[7] += "
Publ.Date : Fri, 05 Feb 2010 09:42:09 GMT";
arnews[7] += "
";
arnews[8]="Netflix Inc. (NFLX) CEO Reed Hastings sells 10,000 Shares
";
arnews[8] += "CEO of Netflix Inc. Reed Hastings sells 10,000 shares of NFLX on 02/04/2010 at an average price of $61.35 a share.";
arnews[8] += "
Publ.Date : Fri, 05 Feb 2010 02:14:17 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("