var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lewis on target for ninth Lord Mayor Cup
";
arnews[0] += "Premier reinsman Chris Lewis is poised to chalk up a remarkable ninth harness racing victory in the Lord Mayor's Cup when he drives outstanding pacer Has The Answers in the $35,000 event at Gloucester Park on Friday night.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:42:00 GMT";
arnews[0] += "
";
arnews[1]="FanSnap.com Announces Availability of Jay-Z Tickets for Blueprint 3 (BP3) Concert Tour
";
arnews[1] += "Feb 09, 2010, PALO ALTO, CA-- - FanSnap , the largest live event ticket search engine for fans, today announced that hundreds, and for some concerts, thousands of Jay-Z tickets can currently be found with FanSnap.com for Jay-Z's BP3 concert tour.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:15:10 GMT";
arnews[1] += "
";
arnews[2]="Former Cleveland Indians pitching ace Cliff Lee has minor foot surgery
";
arnews[2] += "However, general manager Jack Zduriencik said Monday he does not believe the operation will hamper Lee's preparation for the 2010 season.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 14:28:20 GMT";
arnews[2] += "
";
arnews[3]="Jay-Z Tickets to BP3 Concert Tour Available Online
";
arnews[3] += "Press Release Source: FanSnap On Tuesday February 9, 2010, 6:07 am EST PALO ALTO, CA-- - FanSnapi 1 2, the largest live event ticket search engine for fans, today announced that hundreds, and for some concerts, thousands of Jay-Z tickets can currently be found with FanSnap.com for Jay-Z's BP3 concert tour .";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 14:46:01 GMT";
arnews[3] += "
";
arnews[4]="Underwood didn't lip-synch
";
arnews[4] += "Here's the latest \"Idol\" promo with Ellen DeGeneres: And Broadway World is intimating that Diana DeGarmo and Ace Young are likely replacement cast members for Broadway's \"Hair.\" Diana has been tweeting about a potential job coming soon.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 06:47:06 GMT";
arnews[4] += "
";
arnews[5]="Mariners' Cliff Lee out about 3 weeks after minor foot surgery
";
arnews[5] += "With pitchers and catchers opening camp in nine days, the Mariners revealed that newly acquired left-hander Cliff Lee underwent foot surgery last week.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 06:21:02 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("