var arnews = new Array(8);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Convertible car drivers 'risk serious damage to hearing', study warns
";
arnews[0] += "Actor Pierce Brosnan didn't know the risk he really ran as James Bond when driving the spy's convertible BMW ZR in GoldenEye.";
arnews[0] += "
Publ.Date : Wed, 07 Oct 2009 08:41:31 GMT";
arnews[0] += "
";
arnews[1]="GoldenEye
";
arnews[1] += "Starring Pierce Brosnan as James Bond. James teams up with a Russian computer programmer, Natalya Siminova, played by Izabella Scorupco, who survives an attack at her work place.";
arnews[1] += "
Publ.Date : Sun, 05 Jul 2009 17:37:36 GMT";
arnews[1] += "
";
arnews[2]="Eva Green: I'm not a Bond Girl
";
arnews[2] += "Eva Green says she has never seen herself as a Bond Girl. The actress - who starred opposite Daniel Craig in 2006's Casino Royale - also revealed she doesn't believe she'll fall victim to the 'Bond Girl curse' because her character was a passionate, intelligent woman.";
arnews[2] += "
Publ.Date : Wed, 24 Jun 2009 17:12:49 GMT";
arnews[2] += "
";
totcount = 3;
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("