var arnews = new Array(5);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Guest star looking unlikely for Sky Blues - Australian Broadcasting Corp.
";
arnews[0] += "Sydney FC admits its hopes of recruiting a big-name guest player are fading rapidly but has not completely given up on adding a star signing to its A-League title campaign. The competition leaders have been keen for several months to entice a big ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 02:22:00 GMT";
arnews[0] += "
";
arnews[1]="Arsenal Special: Van Persie Just The Latest In A Long Line Of Bizarre ... - goal.com
";
arnews[1] += "Robin van Persie has decided to place his injured right ankle in the hands of a Serbian housewife who specialises in healing massages using placenta fluid. If the massages are successful, he believes they can help him reduce the orthodox medical ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 22:55:00 GMT";
arnews[1] += "
";
arnews[2]="Nedved to return as director? - espnstar.com
";
arnews[2] += "Reports from Italy have suggested Juventus have offered Pavel Nedved a director's role. According to Tuttosport newspaper, Nedved had previously turned down an offer to be coach of Bianconeri's youth team. But after a year of vacation, the Czech ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[2] += "
";
totcount = 3;
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("