var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On Nov. 13, 1982, the Vietnam Veterans Memorial was dedicated in Washington
";
arnews[0] += "Today is Friday, Nov. 13, the 317th day of 2009. There are 48 days left in the year.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:48:25 GMT";
arnews[0] += "
";
arnews[1]="Event Pics: Us WEEKLYa S Hot Hollywood Party
";
arnews[1] += "Singer/Dancer Mya , Singer Leona Lewis and Actresses Anika Noni Rose and Monique Coleman pose for photos as they arrive at the Us Weekly Hot Hollywood Event at Voyeur on Wednesday night in Los Angeles, California.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:31:48 GMT";
arnews[1] += "
";
arnews[2]="Fashion Star Of The Week: Kate Beckinsale
";
arnews[2] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 GMT";
arnews[2] += "
";
arnews[3]="Lady Roadrunner George signs with Southern Miss
";
arnews[3] += "That Angelina College's Tiara George recently signed a letter of intent to play for Southern Mississippi really comes as no surprise.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 05:27:36 GMT";
arnews[3] += "
";
arnews[4]="Us Weekly Hot Hollywood 2009 Party Honors All Kinds Of Hotties
";
arnews[4] += "Having just celebrated the launch of her new album, Echo , Leona Lewis made her way over to the Us Weekly Hot Hollywood 2009 Party to get her due for Chanteuse of the Year.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 17:59:18 GMT";
arnews[4] += "
";
arnews[5]="School & campus news
";
arnews[5] += "Students earn a Valedictorian or Salutatorian Scholarship for graduating first or second in their secondary school class.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 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("