var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tom Ford interview
";
arnews[0] += "Sixteen Questions for A Single Man's Tom Ford Ex-Gucci designer Tom Ford, 49, has David Geffen to thank not only for his old office complex on Sunset, but for advising him to invest in himself.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 19:56:00 GMT";
arnews[0] += "
";
arnews[1]="Laughs !Romance! Action
";
arnews[1] += "More than any other film this holiday season, James Cameron's sci-fiopus \"Avatar\" has a huge buzz.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 13:53:55 GMT";
arnews[1] += "
";
arnews[2]="Amy Adams' 'Leap' to chick flick cliches
";
arnews[2] += "Can they cram any more chick flick clichs into the trailer for Amy Adams Leap Year ?Successful womans big goal is the engagement ring .";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Meat thieves stole because of hunger
";
arnews[3] += "TWO men have been fined after admitting stealing from Worcestera s Somerfield store.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:49:39 GMT";
arnews[3] += "
";
arnews[4]="From 'Avatar' to 'Nine,' 21 movies for the holidays
";
arnews[4] += "Somewhere in there, the studios hope, you'll find time to see a movie. Which to choose? Fox is hoping it will be \"Avatar\" , the sci-fi adventure from James Cameron with a reportedly humongous budget of $500 million.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 21:22:07 GMT";
arnews[4] += "
";
arnews[5]="Links empowers youth to make informed decisions
";
arnews[5] += "Robert Bensman, chairman of Links-North Shore Youth Health Service Corporate Community Advisory Board, welcomed 140 guests to An Evening with Jeffrey Siegel on Sept.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 10:21:01 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("