var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="4th season of 'Heroes' brings new challenges to characters
";
arnews[0] += "Imagine being able to fly, to manipulate time, or to read other's thoughts. Those are the special abilities some characters on NBC's \"Heroes\" possess.";
arnews[0] += "
Publ.Date : Mon, 02 Nov 2009 18:40:22 GMT";
arnews[0] += "
";
arnews[1]="New Heroes Image Featuring a Long-Lost Kiss
";
arnews[1] += "Heroes will return with the brand new episode Once Upon a Time in Texas , which will air on Monday, November 2 at 8 PM on NBC and will feature the return of guest star Jayma Mays' character Charlie, who Masi Oka's Hiro tried to save from her untimely fate in the first season.";
arnews[1] += "
Publ.Date : Tue, 27 Oct 2009 21:53:00 GMT";
arnews[1] += "
";
arnews[2]="[TV] First Look At Charlie and Hiro From The Next Episode Of Heroes
";
arnews[2] += "Here is the description of the next episode of Heroes , which is titled Once Upon A Time In Texas : HIRO GETS A SECOND CHANCE TO SAVE THE LOVE OF HIS LIFE - JAYMA MAYS RETURNS AS CHARLIE - When Hiro travels three years into the past, he has a second chance to save Charlie from the hands of Sylar .";
arnews[2] += "
Publ.Date : Tue, 27 Oct 2009 22:27:42 GMT";
arnews[2] += "
";
arnews[3]="hi i own the 1972 chrysler new yorker that is
";
arnews[3] += "Weddings on Cape Cod Directory of more than 200 wedding professionals with contacts and cost information.";
arnews[3] += "
Publ.Date : Wed, 05 Nov 2008 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Holidays on Earth Today: August 26, 2009
";
arnews[4] += "Holidays are such an important part of each countries tradition along with supporting its culture.";
arnews[4] += "
Publ.Date : Wed, 26 Aug 2009 13:52:23 GMT";
arnews[4] += "
";
arnews[5]="American Primitive
";
arnews[5] += "A Cape Cod Films, Firebrand Entertainment production in association with Wild at Heart Films.";
arnews[5] += "
Publ.Date : Tue, 28 Jul 2009 23:58:25 GMT";
arnews[5] += "
";
arnews[6]="Ten Films You Must See at Outfest
";
arnews[6] += "From a docu-dramedy on the webcam porn biz to a Thelma & Louise –like lesbian road trip flick, the 2009 Outfest film festival kicks off this week in Los Angeles and is chock-full of hidden gems.";
arnews[6] += "
Publ.Date : Wed, 08 Jul 2009 23:10:15 GMT";
arnews[6] += "
";
totcount = 7;
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("