var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Renting B Movies for the Latex
";
arnews[0] += "Normally they are the movies you see in Blockbuster but never rent. Those movies that went straight to video, or only got a theatrical release overseas, or if even shown in theaters in this country only did so at film festivals or art houses.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 05:07:01 GMT";
arnews[0] += "
";
arnews[1]="Phase 4 finds 'Bliss'
";
arnews[1] += "Toronto-based Phase 4 Films has picked up North American rights to \"Finding Bliss,\" starring Leelee Sobieski, Denise Richards, Jamie Kennedy and Kristen Johnston.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 02:00:00 GMT";
arnews[1] += "
";
arnews[2]="Capturing many sides of Bob Dylan
";
arnews[2] += "I'm Not There: How do you capture the many sides of folk troubadour Bob Dylan? You cast a variety of actors to take on a specific shade in the icon's rainbow and hope the director has enough vision to ensure the finished work isn't a muddy jumble.";
arnews[2] += "
Publ.Date : Fri, 16 May 2008 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Sarah Harding is the Bikini Babe of the Day
";
arnews[3] += "This is where you call me a geek, but the sexiest thing about the picture below is that she is reading a book or at the very least pretending to read a book.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 18:04:21 GMT";
arnews[3] += "
";
arnews[4]="Man, my hatred for Leelee Sobieski is unmatched
";
arnews[4] += "There are very few people in Hollywood that really piss me off, but if you happen to be one of those people then know that you do a great job of really, really pissing me off.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 22:28:27 GMT";
arnews[4] += "
";
arnews[5]="...continue reading
";
arnews[5] += "Actress. Born on January 22, 1965, in New York City. Lane's parents divorced when she was an infant, and she spent her first six years living with her mother.";
arnews[5] += "
Publ.Date : Fri, 22 Jan 2010 07:14:15 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("