var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dorothy? Well, What Has Dorothy Done?
";
arnews[0] += "Actress Famke Janssen was in NYC this weekend riding on her gay ass bike and holding an umbrella when it doesn't appear to be raining.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 13:08:00 GMT";
arnews[0] += "
";
arnews[1]="Famke Janssen
";
arnews[1] += "She wore the most luxurious fashions of the 1980s. Her face is the envy of millions.";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 10:25:04 GMT";
arnews[1] += "
";
arnews[2]="Craziest Movie Characters We'd Still Have Sex With -- Reader's Edition
";
arnews[2] += "With any Top 5 list we create, there always at least another half-dozen more choices that we must sadly excise.";
arnews[2] += "
Publ.Date : Tue, 03 Nov 2009 00:15:00 GMT";
arnews[2] += "
";
arnews[3]="Reader comments
";
arnews[3] += "\"V,\" ABC's new sci-fi series, stars Logan Huffman , Laura Vandervoort, Scott Wolf, Elizabeth Mitchell, Joel Gretsch, Morena Baccarin, Morris Chestnut and Lourdes Benedicto.";
arnews[3] += "
Publ.Date : Sun, 01 Nov 2009 11:47:56 GMT";
arnews[3] += "
";
arnews[4]="7 Not-So-Scary Movies
";
arnews[4] += "Halloween is slowly approaching and you know what that means; a time for endless costume parties and for the sentimental ones, a time to cuddle up in front of the TV screen to get a healthy dose of scary movie marathons.";
arnews[4] += "
Publ.Date : Thu, 29 Oct 2009 17:45:28 GMT";
arnews[4] += "
";
arnews[5]="100 Feet
";
arnews[5] += "It may be Marnie Watson's house, and she may have had a really good reason, but her dead husband is really pissed off that she's back and he's going to do someting about it.";
arnews[5] += "
Publ.Date : Wed, 28 Oct 2009 15:48:22 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("