var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Twilight star plays a shining role
";
arnews[0] += "Kristen Stewart has become more comfortable in the spotlight since the completion of New Moon.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 03:56:09 GMT";
arnews[0] += "
";
arnews[1]="Twilight star not hiding her light
";
arnews[1] += "Actress Kristen Stewart, star of The Twilight Saga: New Moon, says she's proud of the film.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 02:57:45 GMT";
arnews[1] += "
";
arnews[2]="'GQ' Party: Alexander Skarsgard Not Dating Kate Bosworth
";
arnews[2] += "Look at all the hot mens at the GQ Men of the Year party! The magazine is spreading the love across 5 different covers and threw a splashy soiree to celebrate the occasion.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 23:25:59 GMT";
arnews[2] += "
";
arnews[3]="Hollywood Ladies Come Out to Support GQ's Men of the Year
";
arnews[3] += "The Chateau Marmont hosted GQ 's Men of the Year Awards last night in LA. A few of the magazine's honorees, including Zach Galifianakis, Tom Ford, and Neil Patrick Harris joined forces with starlets like Olivia Wilde and AnnaLynne McCord.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 18:07:11 GMT";
arnews[3] += "
";
arnews[4]="For Holbrook, ita s been a lifetime of on-the-job training
";
arnews[4] += "It took Hal Holbrook more than 40 years, but he's finally starting to feel comfortable acting in movies - and he has Sean Penn to thank for that.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 07:52:42 GMT";
arnews[4] += "
";
arnews[5]="answer
";
arnews[5] += "Is there a way to make primitive snowshoes if you're hiking and get caught in a snowstorm? - The Editors Santa Fe, New Mexico While it's not the most efficient thing to do, it beats postholing in the snow--gather up a bundle of evergreen boughs.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 07:10:35 GMT";
arnews[5] += "
";
arnews[6]="Ninja Assassin a loving tribute to '80s action
";
arnews[6] += "By Ken Eisner Fans may have expected James McTeigue's follow-up to 2005's V for Vendetta to be another sprawling tale of political intrigue.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 07:01:03 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("