var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On Nov. 19, 2004, Ron Artest and Stephen Jackson charged fans in the stands in Detroit
";
arnews[0] += "Today is Thursday, Nov. 19, the 323rd day of 2009. There are 42 days left in the year.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:47:23 GMT";
arnews[0] += "
";
arnews[1]="Beauties and their beasts
";
arnews[1] += "In the 1992 film Dracula, Mina Harker is transformed into a vampire by Gary Oldman's lovelorn count enlarge A record-breaking number of filmgoers has been bitten this weekend by the film New Moon, the latest instalment in the Twilight saga.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:22:38 GMT";
arnews[1] += "
";
arnews[2]="Matching Wits and Bodies
";
arnews[2] += "Here's a thought: what if the artists on future split bills were required to collaborate? If they couldn't come up with something at least as interesting as what Ishmael Houston-Jones and Dan Safer managed on Thursday night at Dance New Amsterdam, bye-bye split bill.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:58:15 GMT";
arnews[2] += "
";
arnews[3]="Five Thanksgiving movies with bisexual scenes and themes
";
arnews[3] += "OK, they may not all be bisexual all the way through, but these movies take place during Thanksgiving and have at least one hysterical or poignant bisexual moment in them.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Thanksgiving movies to make your holiday
";
arnews[4] += "Looking to relax at home over the holidays? Need a good movie recommendation? Here are our five favorite Thanksgiving movies, out now on DVD, that are worth considering.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:56:38 GMT";
arnews[4] += "
";
arnews[5]="On Nov. 19, 2004, Ron Artest and Stephen Jackson charged fans in the stands in Detroit
";
arnews[5] += "Today is Thursday, Nov. 19, the 323rd day of 2009. There are 42 days left in the year.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:21:02 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("