var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="not Just a Numbers Game for Paterson
";
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 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[0] += "
Publ.Date : Wed, 10 Feb 2010 08:12:13 GMT";
arnews[0] += "
";
arnews[1]="DAR chapter to dedicate Patriot Park soon
";
arnews[1] += "Next month, the Rev. John Andrew Chapter National Society Daughters of the American Revolution will formally dedicate Patriot Park, a memorial greenspace in Watkinsville honoring Revolutionary War patriots buried in Oconee County.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:10:40 GMT";
arnews[1] += "
";
arnews[2]="Also On: Cartoon Characters Robert Verdi, Charlie Brown: Roger Catlin | TV Eye
";
arnews[2] += "Robert Verdi always seemed like a reasonable, though colorful, judge in his seasons on \"project Runway\" or \"She's Got the Look.\" But turning himself into a caricature on the new reality series, \"The Robert Verdi Show\" , he tries too hard to be an unreasonable and extreme.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:04:49 GMT";
arnews[2] += "
";
arnews[3]="Eclectic Bonnaroo lineup features Dave Matthews Band, Kings of Leon, Stevie Wonder and Jay-Z
";
arnews[3] += "Bonnaroo is known for its eclectic lineup. This summer's roster takes it to a new level.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:42:16 GMT";
arnews[3] += "
";
arnews[4]="Bonnaroo To Feature Jay-Z, Kings Of Leon
";
arnews[4] += "Bonnaroo is known for its eclectic lineup. This summer's roster is no different.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:39:31 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("