var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fashion Star Of The Week: Kate Beckinsale
";
arnews[0] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 GMT";
arnews[0] += "
";
arnews[1]="Survey Finds Despite Hard Times, Majority of Americans Are Living With an Open Heart
";
arnews[1] += "Despite the ups and downs of today's economy, nearly nine out of 10 Americans say they are living with an Open Heart -- the philosophy of keeping your heart open, despite adversity, thereby resulting in something positive.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:01:53 GMT";
arnews[1] += "
";
arnews[2]="11-09: "PERVERTED" 2009.11.18
";
arnews[2] += "To everyone's surprise, incriminating DNA evidence points to Detective Benson as the prime suspect.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 07:54:47 GMT";
arnews[2] += "
";
arnews[3]="What to Watch on Wednesday: Olivia suspected of murder on L&O:SVU
";
arnews[3] += "Shuster divides the glee club into couples for a ballad, which is great till someone gets sick.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 16:10:15 GMT";
arnews[3] += "
";
arnews[4]="Wednesday night highlights,
";
arnews[4] += "\"The New Adventures of Old Christine\" : Jennifer Grey guests as a blind date. \"America's Next Top Model\" : Will the winner be the awkwardly striking Nicole, or lovable hick Laura? Intriguingly, Eddie Murphy makes an appearance in the finale.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 15:27:21 GMT";
arnews[4] += "
";
arnews[5]="Peace Over Violence 38th Annual Humanitarian Awards
";
arnews[5] += "Established in 1971 as the \"Los Angeles Commission on Assaults Against Women\" the agency provides crisis intervention services, violence prevention education to area youth, and case management and counseling services to survivors of violence.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Heather Locklear, Melrose Place, Adam Rodriguez, Ugly Betty
";
arnews[6] += "Gossip Girl Blair calls in a favor to arrange a private concert with Lady Gaga, who performs in the episode.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 04:48:41 GMT";
arnews[6] += "
";
arnews[7]="November Sweeps Roundup: Nov. 16-22
";
arnews[7] += "Gossip Girl Blair calls in a favor to arrange a private concert with Lady Gaga, who performs in the episode.";
arnews[7] += "
Publ.Date : Tue, 17 Nov 2009 01:35:00 GMT";
arnews[7] += "
";
totcount = 8;
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("