var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A thorough search will soon be underway for Uga VIII
";
arnews[0] += "Uga VII, the latest in a 54-year line of English bulldog mascots to represent the University of Georgia, passed away suddenly of heart complicationsA Thursday at his home in Savannah.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:59:20 GMT";
arnews[0] += "
";
arnews[1]="Invictus yay or nay? Maybe a bit of both.
";
arnews[1] += "I'll have to share anonymously but I do know the person who sent it so it's legit.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:19:42 GMT";
arnews[1] += "
";
arnews[2]="YouTube - Gorillaz - Clint Eastwood
";
arnews[2] += "Clint Eastwood EMI UK 2005 The copyright in this audiovisual recording is owned by EMI Records Ltd You know, I first heard this song when I was in Middle School a few years ago.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 15:26:36 GMT";
arnews[2] += "
";
arnews[3]="Dangerous, fast and (sometimes) furious
";
arnews[3] += "The current West Indies line-up does not exactly make the spine tingle with fear, as did many of their cricketers of yesteryear.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:16:45 GMT";
arnews[3] += "
";
arnews[4]="Look back at five of the Caribbean's most fearsome.
";
arnews[4] += "The Age Sport: Australian and international sports news, results: AFL, Rugby League, Rugby Union, Golf, Athens Olympics, Soccer, Tennis, Cricket, Basketball, Motorsport, Horse Racing, Real Footy Skip directly to: Search Box , Section Navigation , Content .";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:14:58 GMT";
arnews[4] += "
";
arnews[5]="Rock And Roll All Night
";
arnews[5] += "One of the truisms of pop music is that in a style's early years, novelty songs are commonplace: the freshness and novelty of the musical form lends itself to giggly comic songs, and in turn new audiences attracted by the humor get exposed to the new kind of music.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 12:35:51 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("