var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Preparing for N.Y.'s fashion week
";
arnews[0] += "Starting Thursday, New York City will become even more stylish than usual as the Big Apple prepares to open the Mercedes-Benz Fashion Week.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:45:59 GMT";
arnews[0] += "
";
arnews[1]="Edie Falco: My kids look like Fabio and Chucky
";
arnews[1] += "If Edie Falco's son and daughter become child actors, they won't be cast in the same movies.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:26:19 GMT";
arnews[1] += "
";
arnews[2]="Bullock downplays Oscar bid
";
arnews[2] += "Despite winning top honors this awards season, Sandra Bullock has a feeling she won't win an Oscar, and she's not alone.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 23:42:20 GMT";
arnews[2] += "
";
arnews[3]="Sandra Bullock downplays Oscar bid
";
arnews[3] += "Despite winning top honors this awards season, Sandra Bullock has a feeling she won't win an Oscar, and she's not alone.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:28:30 GMT";
arnews[3] += "
";
arnews[4]="Bullock among many who downplay Oscar bids
";
arnews[4] += "Despite winning top honors this awards season, Sandra Bullock has a feeling she won't win an Oscar, and she's not alone.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 23:42:20 GMT";
arnews[4] += "
";
arnews[5]="Scarlett Johansson Lists Her House At A Loss
";
arnews[5] += "Feb 7th 2010 at 8:01PM It might be tempting to think that Scarlett Johansson has it all.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 01:01:00 GMT";
arnews[5] += "
";
arnews[6]="Like peen, a blind item is best when it's hard. Anything else is just a waste of time.
";
arnews[6] += "Secretia Ohio and Chester Shorts-Off are as horny as they are famous - just don't think they're so hot for each other , that's all.";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 18:28:23 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("