var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Blue Christmas - Elvis Presley
";
arnews[0] += "Elvis Presley may be the single most important figure in American 20th century popular music.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:58:58 GMT";
arnews[0] += "
";
arnews[1]="Palin Fever: Noblesville queues for a woman who speaks their language
";
arnews[1] += "The real Americans were waiting in their Audis and Outbacks in the Hoosier rain.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:30:21 GMT";
arnews[1] += "
";
arnews[2]="He's the king: Jesse Aron wins big in Memphis
";
arnews[2] += "Janesvillea s Jesse Aron is planning a local party Saturday, Aug. 22, to celebrate his first place at the 23rd annual Images of the King World Championship Contest in Memphis, Tenn.";
arnews[2] += "
Publ.Date : Tue, 18 Aug 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Let It Snow! Let... - Frank Sina...
";
arnews[3] += "Frank Sinatra was arguably the most important popular music figure of the 20th century, his only real rivals for the title being Bing Crosby, Elvis Presley, and the Beatles.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 16:30:46 GMT";
arnews[3] += "
";
arnews[4]="Christmas At Graceland
";
arnews[4] += "It's that time of the year again; this is how Graceland looks like these days, after the small Christmas Decoration Ceremony yesterday evening.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 14:26:45 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("