var arnews = new Array(5);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="IMHO: Greatest hits CDs are often less than great - Vancouver Sun
";
arnews[0] += "You can tell a lot about a musical act by how it approaches one of pop music's worst inventions, the greatest-hits album. Britney Spears, for instance, issued a new best-of set last week, \"The Singles Collection,\" and it's already her second such ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:21:00 GMT";
arnews[0] += "
";
arnews[1]="Columnist pores over pop culture - Courier-Journal
";
arnews[1] += "Chuck Klosterman is a self-aware pop-culture nerd who writes deceptively off-handed treatises about the significance of such minutiae as MTV's “The Real World” and heavy metal tribute bands. The Esquire magazine columnist describes “Eating the ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 07:53:00 GMT";
arnews[1] += "
";
totcount = 2;
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("