var arnews = new Array(6);
totcount = 6;
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]="Virgin America lands at the W Fort Lauderdale
";
arnews[1] += "It's ok, Richard Branson . We have no hard feelings that you decided to fly your fancy new jets into Fort Lauderdale instead of Miami.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:11:49 GMT";
arnews[1] += "
";
arnews[2]="Amber Heard Is Different
";
arnews[2] += "I usually think Amber Heard is a hot piece of ass, but what's the deal with the makeup? It looks like she put in on with that thing Homer Simpson made.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 17:24:00 GMT";
arnews[2] += "
";
arnews[3]="Bleeding Tricolour: OUA ref might have called the Trevail play right
";
arnews[3] += "No one who watched the second half of Queen's 43-39 Yates Cup win over Western is going to forget it too soon, especially the no-touchdown call on a goal-line reception by the Mustangs' Nick Trevail when the score was tied with 61 2 minutes to play.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 00:53:43 GMT";
arnews[3] += "
";
arnews[4]="2009's 'Missing in Action' Horror Checklist
";
arnews[4] += "THE STORY Amber Heard is fantastic as the object of every adolescent boy's obsession.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 06:13:32 GMT";
arnews[4] += "
";
arnews[5]="Cedartown has 24 wrestlers this season
";
arnews[5] += "With high school wrestling starting in exactly one week, the Cedartown High School wrestling team has released their roster.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 18:11:53 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("