var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dirty Synth and Blue Collar Rock - Egypt Today
";
arnews[0] += "I cannot emphasize the importance of Franz Ferdinand enough. The Scottish rock band’s influence on today’s music scene, currently saturated with arty dance/rock crossover acts, is undeniably huge. They showed you could hit number one in the ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:55:00 GMT";
arnews[0] += "
";
arnews[1]="Dance the night away with the Prodigy in Sydney - PRLog (free press release)
";
arnews[1] += "Also on the bill at the event are the likes of Franz Ferdinand, David Guetta and Empire of the Sun. At LateRooms we specialise in hotels. With a dizzying array of over 20,000 properties and millions of deals across the UK and worldwide – from B&Bs ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:21:00 GMT";
arnews[1] += "
";
arnews[2]="Cotillard Records Dior Tune With Franz Ferdinand - The Gaea Times
";
arnews[2] += "French Oscar winner MARION COTILLARD has teamed up with Scottish rockers FRANZ FERDINAND to record a new song for fashion house Dior. The Nine star, who is the face of the French brand, has stepped up to the microphone to sing lead vocals on Franz ...";
arnews[2] += "
Publ.Date : Sun, 17 Jan 2010 09:46:00 GMT";
arnews[2] += "
";
arnews[3]="Marion Cotillard teams up with Franz Ferdinand for Dior - The Gaea Times
";
arnews[3] += "LONDON - French actress Marion Cotillard is set to record a new track with rock band Franz Ferdinand for fashion house Dior. The beauty will sing lead vocals on Franz Ferdinand’s The Eyes Of Mars. The song will feature in a new Dior commercial ...";
arnews[3] += "
Publ.Date : Mon, 18 Jan 2010 09:52:00 GMT";
arnews[3] += "
";
arnews[4]="'Alice in Wonderland' soundtrack: Stream snippets from Owl City, Avril ... - Entertainment Weekly Online
";
arnews[4] += "The upcoming Tim Burton film adaptation of Alice in Wonderland promises to be thoroughly, weirdy-wonderfully Burton-esque, if the trailer is any indication: Among the other Almost guests: Owl City, All American Rejects, Franz Ferdinand, Cure frontman ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 20:16:00 GMT";
arnews[4] += "
";
arnews[5]="Visit Sydney for the Future Music Festival - AsiaRooms.com - Columbus Dispatch
";
arnews[5] += "SYDNEY, AUSTRALIA, February 09, 2010 /24-7PressRelease/ -- Fans will be flocking to Royal Randwick Racecourse for the Sydney leg of the Future Music Festival on Saturday March 6th. Described as \"a ten-hour sonic boom that travels Australia at the ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 02:23:00 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("