var arnews = new Array(13);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TALK OF THE TOWN: 50 Cent Reveals That He Has Written a Film.
";
arnews[0] += "Val Kilmer has reportedly agreed to star in the first film, called The Gun. The movie will allegedly be about two friends who get caught up in illegal weapons dealing. 50 Cent explained that he enjoys writing films because it gives him ...";
arnews[0] += "
";
arnews[1]="The Class of '87 Movie List | amore eroma
";
arnews[1] += "16 Candles (1984) Who will remember Molly Ringwald's birthday when her sister is getting married? Real Genius (1985) Val Kilmer classic about a genius high school kid who skips to college. He meets the other genius' and comedy ensues! ...";
arnews[1] += "
";
arnews[2]="HE DOES IT ALL « STREETS R US.com
";
arnews[2] += "The first flick is set to start production next month and will actually star Fifty and Val Kilmer. The movie deals with Fifty and Val in the world of illegal weapons dealing, and appropriately is called The Gun. ...";
arnews[2] += "
";
arnews[3]="Cult Movies 101- Episode 29: Real Genius | Review Fix
";
arnews[3] += "It took a cast of actors that actually mirrored authentic teenagers and college students (with the exception of Val Kilmer) with braces, acne and all. That awkward period in life has a universal understanding, and is why this film is ...";
arnews[3] += "
";
arnews[4]="Batman & Robin | Justice League Craze.Com
";
arnews[4] += "While she has designs on Mr. Freeze, his cold heart is consumed only by his demented plans. With the addition of Batgirl, the dynamic duo become a trio. Will Gotham survive?Amazon.com. Following Val Kilmer's portrayal of the caped ...";
arnews[4] += "
";
arnews[5]="6 Degrees of really freaking random separation « Queen Random's ...
";
arnews[5] += "JuJu: Tim Robbins was in “TopGun” with Val Kilmer. Val Kilmer was in “Batman Forever” with Chris O'Donnell as Robin. I don't know who William Saddler is. Me: Damn. That was too easy. Christian Bale to a bale of hay. ...";
arnews[5] += "
";
arnews[6]="longleggedlogan: Speaking of my hypocrisy
";
arnews[6] += "First of all, Tesuque is awesome because, both, Cormac McCarthy and Val Kilmer live there. Second, it's awesome because there are amazing things to see at the flea market. New Mexico is quite the artsy place to be, which means there is ...";
arnews[6] += "
";
arnews[7]="Poll Question: Which Batman's costume do you think is the best ...
";
arnews[7] += "Technorati Tags: adam west, batman, batman et robin, christian bale, films, geocities, george clooney, google, medias, michael keaton, photos, script type, superheroes, text javascript, val kilmer ...";
arnews[7] += "
";
arnews[8]="Angry Julie Monday: White and Tasty
";
arnews[8] += "When I was 15, I lusted over movies like Sixteen Candles (hot Jake), Top Gun (yummy Val Kilmer, not the other twerp, you are thinking about). I didn't lust over pasty white guys in skinny jeans. White and Pastey ...";
arnews[8] += "
";
arnews[9]="BAD LIEUTENANT: PORT OF CALL NEW ORLEANS Movie Review | Daemon's ...
";
arnews[9] += "Bad Lieutenant: Port of Call New Orleans stars Nicolas Cage, Eva Mendes, Val Kilmer, Jennifer Coolidge, Fairuza Balk, Alvin \"Xzibit\" Joiner and is directed by Werner Herzog. If you are planning to go see the movie, here are a few ...";
arnews[9] += "
";
totcount = 10;
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("