var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="2009 American Music Awards: Nominations List
";
arnews[0] += "This year's American Music Awards will be its 36th incarnation . The AMAs were created back in 1973 by rock 'n roll legend Dick Clark to compete with the Grammys.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:13:30 GMT";
arnews[0] += "
";
arnews[1]="No time for letdown for Wabash, DePauw
";
arnews[1] += "As great as the Monon Bell Game is for Wabash and DePauw, the emotional aftermath tends to linger.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:48:22 GMT";
arnews[1] += "
";
arnews[2]="Tavistock are overtaken by Bodmin after defeat
";
arnews[2] += "TAVISTOCK surrendered top spot to Bodmin after this Premier Division defeat by the reigning champions at a windswept Langsford Park.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 07:29:00 GMT";
arnews[2] += "
";
arnews[3]="Spike VGA '09 nominees
";
arnews[3] += "Game of the Year nominee Assassin's Creed 2. Also picked up nominations for Best Action Adventure Game, Best Original Soundtrack.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 05:18:31 GMT";
arnews[3] += "
";
arnews[4]="Campus band E.G.G. cracks onto the Drake music scene
";
arnews[4] += "For first-year Ben Mogerman on bass, sophomore guitarist Ben Chappel, junior drummer Sam Mogerman and junior Luke Dawson on vocals, rhythm guitar and piano blend close friendship with family ties and shared passions.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 05:14:33 GMT";
arnews[4] += "
";
arnews[5]="Gray, Bulldogs suffer first loss, but can still win PFL
";
arnews[5] += "Butler bit the dust at Jacksonville on Saturday, but can still clinch the Pioneer Football League title with a victory over visiting Drake.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 12:26:24 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("