var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Melissa Auf der Maur Is 'Out of Her Mind' - S spinner
";
arnews[0] += "Three years in the making, there's an 'OOOM' song, forthcoming album, comic book, website and 28-minute fantasy film that premiered at last year's Sundance Film Festival (albeit with a soundtrack composed by L.A. band Entrance). \"'OOOM' started as a ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:12:00 GMT";
arnews[0] += "
";
arnews[1]="DD/MM/YYYY, Silver Starling Draw Crowds At M For Montreal - Sound-Check Music
";
arnews[1] += "DD/MM/YYYY and Silver Starling both shone on day two of M for Montreal in Canada last night (November 20). The two bands were among a six acts who took to the stage at Cabaret/Studio Juste. Performing to a near-capacity audience, Silver Starling ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 15:19: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("