var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Oasis' Noel Gallagher to appear at Toronto trial - CRAVE ONLINE
";
arnews[0] += "James Harrison intercepts Kurt Warner and returns it 100 yards for a touchdown. I'll admit to a little bias on my part for naming this interception my top SB moment but watching James Harrison return an interception 100 yards to end the half and ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[0] += "
";
arnews[1]="Dollar mixed on concern over Greece bailout - New Zealand Herald
";
arnews[1] += "The New Zealand dollar was mixed today and investors digested conflicting reports about the likelihood of a bailout for Greece's finances. The euro rose against the yen and the Australian dollar rose as risk aversion was lowered by the speculation of ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:24:00 GMT";
arnews[1] += "
";
arnews[2]="Mixed day for New Zealand dollar - Stuff
";
arnews[2] += "The New Zealand dollar was mixed today and investors digested conflicting reports about the likelihood of a bailout for Greece's finances. The euro rose against the yen and the Australian dollar rose as risk aversion was lowered by the speculation of ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:32:00 GMT";
arnews[2] += "
";
arnews[3]="News: Sergiy Dzinziruk; Mike Jones; Al Bernstein - East Side Boxing
";
arnews[3] += "NEW YORK (February 4, 2010) – Arthur Pelullo and Gary Shaw, presidents of Banner Promotions and Gary Shaw Productions, respectively, announced the signing of undefeated World Boxing Organization (WBO) junior middleweight world champion SERGIY ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 11:11:00 GMT";
arnews[3] += "
";
arnews[4]="RC And Don Sakakura Set For Tonight - Cycle News
";
arnews[4] += "The following is from Pit Pass Radio... Top talent and industry insiders from the motorcycle world give their uncut opinions and race stories. Get your weekly motorcycle news live from Pit Pass Moto Weekly. Pit Pass Moto Weekly is now heard in over ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:51:00 GMT";
arnews[4] += "
";
arnews[5]="Tevez and Adebayor on target for City - Independent
";
arnews[5] += "A new Manchester City star was born in winger Adam Johnson as the Blues nudged up towards the top four with a 2-0 victory over Bolton. Strike duo Carlos Tevez and Emmanuel Adebayor might have scored the goals that leave City trailing fourth-placed ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:54: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("