var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hanover ready for Schalke after Enke tragedy
";
arnews[0] += "BERLIN: Hanover 96 return to German League action today having bid farewell to Robert Enke who committed suicide last week, but with memories of their tragic goalkeeper still fresh in their minds.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:17:02 GMT";
arnews[0] += "
";
arnews[1]="Bayern coach: My job on the line this weekend
";
arnews[1] += "Bayern Munich coach Louis van Gaal thinks his job is on the line in Sunday's game against Bundesliga leader Bayer Leverkusen.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:43:15 GMT";
arnews[1] += "
";
arnews[2]="Bayern vs. Leverkusen Preview: Contenders vs. Pretenders?
";
arnews[2] += "Wait a second! Who are currently at the top of the Bundesliga table? It must be Bayern! Wait...no...it's Leverkusen! My opening statement pretty much sums it all up.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:37:24 GMT";
arnews[2] += "
";
arnews[3]="Bundes Liga: Having mourned Enke, Hannover return to action
";
arnews[3] += "Hannover 96 return to Bundesliga action today having bid farewell to Robert Enke, who committed suicide last week, but with memories of their tragic goalkeeper still fresh in their minds.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:49:12 GMT";
arnews[3] += "
";
arnews[4]="Germany team at World Cup 2010
";
arnews[4] += "A strong performance in qualification makes Germany, under coach Joachim Loew, a force to be reckoned with at World Cup 2010 in South Africa.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 11:51:46 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("