var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="5 Minutes Witha Stephane Ashpool
";
arnews[0] += "We love Jake Davis' blog, and we love his films, we caught up with the man behind the Supreme ... more 5 Minutes with Ian Paley Ian Paley's Garbstore is a brand, and store for that matter, that in our opinion can do no wro... more 5 Minutes with Andrew Bunney The long time member of London's Gimme 5, Andrew Bunney is one of the most respected and ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:04:35 GMT";
arnews[0] += "
";
arnews[1]="Qaddafi's Son Takes Turn as Hollywood Investor
";
arnews[1] += "The son of Libyan leader Moammar Qaddafi can now add a somewhat unusual title to his resume - Hollywood investor.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 02:10:02 GMT";
arnews[1] += "
";
arnews[2]="Read Variety's Analysis Of The Movie High School
";
arnews[2] += "A Parallel Media presentation of a Parallel Media and Flipside production in association with Zero Hour.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 00:23:10 GMT";
arnews[2] += "
";
arnews[3]="Oscar-winner Brody making movie in Parksville, Cowichan
";
arnews[3] += "An independent Canadian film being shot in Cowichan and the Parksville area is Wrecked, starring Oscar winner Adrien Brody.";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Rancho Santa Fe resident becomes star tennis player at 47
";
arnews[4] += "Patrick Rost Patrick Rost is convinced that the fountain of youth can be found in exercise, and not in a doctor's office or a pharmacy.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 19:56:09 GMT";
arnews[4] += "
";
arnews[5]="Hammerwood: Dirty old town
";
arnews[5] += "HAMILTONa 'Would-be superhero Arthur Poppington tries to save the world in Defendor , opening Feb.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 12:45:05 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("