var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Five Actors Who Almost Made It and the Long Road Back
";
arnews[0] += "Reading about the comeback struggle of American Beauty weirdo Wes Bentley yesterday got us thinking about other youngish, once-promising stars who made a big initial splash and then mostly disappeared.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 22:47:36 GMT";
arnews[0] += "
";
arnews[1]="Handicapping the Vanity Fair 'New Hollywood' Cover Girls
";
arnews[1] += "Vanity Fair is out today with the cover for its annual Hollywood issue full of young, female acting talent for the \"next decade.\" Let's crystal-ball gaze: in ten years which will be opening pictures and which will be pitching Proactiv? The magazine uses this issue to features what it considers to be the next wave of big Hollywood talent, and ...";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 18:35:12 GMT";
arnews[1] += "
";
arnews[2]="Handicapping the Vanity Fair 'New Hollywood' Cover Girls
";
arnews[2] += "Vanity Fair is out today with the cover for its annual Hollywood issue full of young, female acting talent for the \"next decade.\" Let's crystal-ball gaze: in ten years which will be opening pictures and which will be pitching Proactiv? The magazine uses this issue to features what it considers to be the next wave of big Hollywood talent, and ...";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 23:42:32 GMT";
arnews[2] += "
";
arnews[3]="Hadicapping the Vanity Fair 'New Hollywood' Cover Girls
";
arnews[3] += "Vanity Fair is out today with the cover for its annual Hollywood issue full of young, female acting talent for the \"next decade.\" Let's crystal-ball gaze: in ten years which will be opening pictures and which will be pitching Proactiv? The magazine uses this issue to features what it considers to be the next wave of big Hollywood talent, and ...";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 18:35:12 GMT";
arnews[3] += "
";
arnews[4]="Thirteenth Floor (1999): A Review
";
arnews[4] += "If this is your first time reading one of my articles, I feel that it is my duty to inform you that I tend to look at lists of genre's I enjoy.";
arnews[4] += "
Publ.Date : Wed, 27 Jan 2010 14:48:43 GMT";
arnews[4] += "
";
arnews[5]="Underground Poker Games Spell Trouble In This Poker Film
";
arnews[5] += "There are many people out there who can say that they were introduced to the world of no-limit Texas Holda em through the 1998 movie Rounders, starring Matt Damon and Ed Norton.";
arnews[5] += "
Publ.Date : Wed, 20 Jan 2010 06:01:01 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("