var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Robinson Wants Scotland to Improve
";
arnews[0] += "Wales vs Scotland. Click here to bet. Click here for latest rugby union fixtures Click here for latest rugby union results Click here for more rugby union news Andy Robinson has refused to ask Scotland fans for more time to turn the team around, insisting they are right to expect instant results.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:12:33 GMT";
arnews[0] += "
";
arnews[1]="not Just a Numbers Game for Paterson
";
arnews[1] += "Wales vs Scotland. Click here to bet. Click here for latest rugby union fixtures Click here for latest rugby union results Click here for more rugby union news Chris Paterson has revealed he is targeting far more than 100 caps as he prepared to make yet another bit of history in a Scotland jersey.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:12:13 GMT";
arnews[1] += "
";
arnews[2]="Rugby coach wants Scotland to tighten up
";
arnews[2] += "Andy Robinson has urged Scotland to get more of a grip on their game after recalling Australia-born fly-half Dan Parks for Saturday's Six Nations clash away to Wales.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:18:52 GMT";
arnews[2] += "
";
arnews[3]="Houston Edges Hilltoppers 74-72 with Last Second Free Throws
";
arnews[3] += "BOWLING GREEN, Ky. -- Kelvin Lewis sank a pair of free throws with 0.5 seconds left to give Houston a 74-72 win over Western Kentucky University in a non-conference clash on Tuesday night at E.A. Diddle Arena.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:43:50 GMT";
arnews[3] += "
";
arnews[4]="Quitting bishop to meet Pope in Rome over abuse scandal
";
arnews[4] += "THE outgoing Catholic Bishop of Kildare will be among a delegation of 24 diocesan bishops attending next week's summit talks at the Vatican with Pope Benedict on the child clerical abuse crisis.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:29:50 GMT";
arnews[4] += "
";
arnews[5]="Scotland bring Parks in from the cold
";
arnews[5] += "It will be a big day in Cardiff on Saturday for the Scotland player who will be making history and also for the one who must have thought he was history.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:41:56 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("