var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fringe
";
arnews[0] += "After a few weeks of less-than-stellar self-contained episodes, Fringe turned its attention to one of the most interesting aspects of its mythology: The Observer.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:42:04 GMT";
arnews[0] += "
";
arnews[1]="Indie-rock with Immaculate Machine
";
arnews[1] += "Immaculate Machine is an indie-rock band, that includes members of the New Pornographers and lives on an island.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:43:54 GMT";
arnews[1] += "
";
arnews[2]="UK band the Cribs welcomes Johnny Marr to the fold
";
arnews[2] += "Since the release of their third album, 2007's \"Men's Needs, Women's Needs, Whatever,\" the Cribs have built a fervent U.K following.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:51:32 GMT";
arnews[2] += "
";
arnews[3]="Finally, MySpace Music Licenses Merlin...
";
arnews[3] += "MySpace Music has now finalized a global licensing deal with the labels represented by Merlin, according to details tipped Friday to Digital Music News.A Both companies confirmed the relationship, thanks to resolution on a major sticking point related to equity.A MySpace noted that Merlin - and other indies - are now structured to \"benefit from the ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:49:23 GMT";
arnews[3] += "
";
arnews[4]="The Cribs Announce US Tour
";
arnews[4] += "In promotion of their latest album, Ignore The Ignorant , which was released on Warner Bros., Tte Cribs have announced a North American tour.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 01:31:32 GMT";
arnews[4] += "
";
arnews[5]="Finally, MySpace Music Licenses 'Fifth Label' Merlin; Reins in Fiercest Critic
";
arnews[5] += "MySpace Music has now finalized a global licensing deal with the labels represented by Merlin , according to details tipped Friday to Digital Music News.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:32:11 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("