var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Famke Janssen - A. E. Photoshoot : http://trim.su/24gy
";
arnews[0] += "Famke Janssen - A. E. Photoshoot :";
arnews[0] += "
";
arnews[1]="Taken.2008.Blu-ray.1080P.AVC.DTS-HDMA.HDRoad [飓风营救 原盘中字ISO] (原盘)
";
arnews[1] += "Taken.2008.Blu-ray.1080P.AVC.DTS-HDMA.HDRoad [飓风营救 原盘中字ISO] (原盘) -";
arnews[1] += "
";
arnews[2]="Deal Nay: SAVE $16.99 - James Bond Ultimate Edition - Vol. 3 (GoldenEye / Live and Let Die / For Your Eyes Only / From Russia With Love / On Her Majesty's Secret Service) $42.99
";
arnews[2] += "SAVE $16.99 - James Bond Ultimate Edition - Vol. 3 (GoldenEye / Live and Let Die / For Your Eyes Only / From Russia With Love / On Her Majesty's Secret Service) $42.99 -";
arnews[2] += "
";
arnews[3]="Johnny John Peters: Famke Janssen - Riding her bike in SoHo 11/12/2009 20 pics http://is.gd/4VTIP
";
arnews[3] += "Famke Janssen - Riding her bike in SoHo 11/12/2009 20 pics";
arnews[3] += "
";
arnews[4]="Celebrity Gossip: Dorothy? Well, What Has Dorothy Done?: Actress Famke Janssen was in NYC this weekend riding on her gay ass b.. http://bit.ly/4l60t
";
arnews[4] += "Dorothy? Well, What Has Dorothy Done?: Actress Famke Janssen was in NYC this weekend riding on her gay ass b..";
arnews[4] += "
";
totcount = 5;
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("