var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Stakes Raised for Van Gaal
"; arnews[0] += "Bayern Munich coach Louis van Gaal has admitted that his job is on the line on Sunday when Bayer Leverkusen come to the Allianz Arena."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:31:46 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]="The Joy of Six: great matches since 2001
"; arnews[3] += "From the 2005 Champions League final to a Prenton Park classic, here are half a dozen of the best games of the noughties Liverpool celebrate their 2005 Champions League final win in Istanbul."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 11:34:31 GMT"; arnews[3] += "
"; arnews[4]="Brazil appears on target for sixth World Cup title
"; arnews[4] += "While soccer's romantics may wish for a long-awaited first for Spain or a historic African victory on South African turf, the 2010 World Cup looks as if it will end with a sixth triumph for Brazil."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 09:58:09 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("
");document.write("
");