var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Milligan sweeps
";
arnews[0] += "Milligan College opened it's Appalachian Atheltic Confernce schedule with a bang on Wednesday night with double-digit wins by both men and women squads over Montreat College.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 04:39:58 GMT";
arnews[0] += "
";
arnews[1]="Top doctor fills us in on New New Face
";
arnews[1] += "Dr. Fredric Brandt defies all assumptions of what a person should look like at 60.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 10:24:44 GMT";
arnews[1] += "
";
arnews[2]="Obituaries - Nov. 12, 200911/18/2009
";
arnews[2] += "Bill Adams Funeral services for Mr. William E. \"Bill\" Adams, 72, of Seymour Drive, North Augusta, who entered into rest Nov.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 15:57:05 GMT";
arnews[2] += "
";
arnews[3]="Lady Owls hold off Cardinals for season-opening win
";
arnews[3] += "Sometimes it takes a little luck to win a basketball game, and coach Beth DeVinney said her Seymour Lady Owls needed a little something extra Tuesday night to defeat Southport 69-62 in the Lloyd E. Scott Gymnasium.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 07:47:32 GMT";
arnews[3] += "
";
arnews[4]="Veronika
";
arnews[4] += "Sign up to receive the latest tips from Vanity Fair delivered to your inbox. Social Studies Featured Photography The Robert Pattinson Portraits View the third set of outtakes from Bruce Weber's epic photo session with New Moon' s Robert Pattinson.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 01:28:01 GMT";
arnews[4] += "
";
arnews[5]="Warhol sale symptom of slow recovery
";
arnews[5] += "A detail from Andy Warhol's 200 One Dollar Bills, which was sold last week for nearly $44m. Courtesy Sotheby's The lasting image of the art market in the contemporary auctions in New York this season was Andy Warhol's 1962 200 One Dollar Bills.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 22:31:40 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("