var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hayden Panettiere Has Reportedly Reconciled With Her Ex-Boyfriend
";
arnews[0] += "Categories February 10, 2010 The 20-year-old 'Heroes' actress was seen getting close to millionaire businessman Harry Morton who she was first romantically linked to last July at Los Angeles nightspot Teddy's on Monday , where the pair stunned onlookers with their flirty behaviour.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:54:24 GMT";
arnews[0] += "
";
arnews[1]="This Valentine's Day, Give the Gift of Gasm
";
arnews[1] += "Chocolate. Even?asparagus? For years, folks have been trying anything to get the passion going.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:12:40 GMT";
arnews[1] += "
";
arnews[2]="Get ready for the Games with these Olympic movies
";
arnews[2] += "Olympic hockey coach Herb Brooks does the impossible as he unites a group of raging hockey players to take on the juggernaut from the Soviet Union at the 1980 Olympic Games, leading to the greatest moment in sports history in Walt Disney's inspirational new film, \"Miracle\". Here are some movies to get you into the mood for the Winter Olympics, ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:34:59 GMT";
arnews[2] += "
";
arnews[3]="Recap: Heroes, season 4 finale, episode 19
";
arnews[3] += "Mini-review: Tracy helps Claire and Noah escape a tight situation, Peter and Sylar join forces despite Matt's protestations and Hiro is forced to let Charlie go for good.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:15:37 GMT";
arnews[3] += "
";
arnews[4]="Heroes: Season 4 Episode 19: Brave New World a " TV Review
";
arnews[4] += "Last night's episode of \" Heroes \" entitled \"Brave New World\" brought season 4 to a close and possibly the entire show.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 18:35:38 GMT";
arnews[4] += "
";
arnews[5]="5 Reasons NBC Should Cancel 'Heroes'
";
arnews[5] += "Now that Heroes has finished season 4, the ball is in NBC's court about renewing it for yet another season.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 18:22:07 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("