var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="T. I. Is Still the King of the South - New University Newspaper
";
arnews[0] += "Atlantic and Grand Hustle recording artist T.I., infamously known as the “King of the South,” has done it again with his most poignant and potent LP to date: “Paper Trail,” the follow-up to his 2007 platinum-certified “T.I. vs. T.I.P ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:20:00 GMT";
arnews[0] += "
";
arnews[1]="Why can't I log in? - Wakeboarder.com
";
arnews[1] += "Have you registered? Seriously, you must register in order to log in. Have you been banned from the board? (A message will be displayed if you have.) If so, you should contact the webmaster or board administrator to find out why. If you have ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:11:00 GMT";
arnews[1] += "
";
arnews[2]="Ward schools Kessler - BoxingNews24.com
";
arnews[2] += "Didn’t I tell you that Kessler would lose? Now it’s Froch’s turn to get schooled. Kessler may have looked horrible against Ward, but he’s more than good enough to beat the likes of Froch. If you punks think Ward trades with Carl then he will ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 08:58:00 GMT";
arnews[2] += "
";
arnews[3]="No conquest - Opelousas Daily World
";
arnews[3] += "The Opelousas Catholic Vikings did not shock the world. But for a quarter of football, the No. 17 Vikings had the top-ranked John Curtis coaches pacing the sidelines. Eventually, John Curtis proved why it is one of the top football programs in the ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 10:31:00 GMT";
arnews[3] += "
";
arnews[4]="Thanks a lot, Norman Rockwell - Tulsa World
";
arnews[4] += "It's a picture just about every American has seen at some point over the last 66 years: A long table, nine people of varying ages crowded eagerly and happily up to it, leaning forward in anticipation so intense that the smiles on their faces look ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 10:31:00 GMT";
arnews[4] += "
";
arnews[5]="Dr. Donohue: Diverticulosis diet calls for lots of fiber - Alexandria Daily Town Talk
";
arnews[5] += "Dear Dr. Donohue: Please give me some advice about diverticulitis. What shouldn't I eat? I have had so many different answers to this question that I am now very confused. -- G.C. Dr. Donohue: A diverticulum is a small, goblet-shaped pouch whose stem ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 08:44:00 GMT";
arnews[5] += "
";
arnews[6]="Diverticulosis diet calls for lots of fiber - St. Louis Post-Dispatch
";
arnews[6] += "Dear Dr. Donohue — Please give me some advice about diverticulitis. What shouldn't I eat? I have had so many different answers to this question that I am now very confused. A diverticulum is a small, goblet-shaped pouch whose stem emerges from the ...";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 09:20:00 GMT";
arnews[6] += "
";
arnews[7]="Diverticulitis diet calls for lots of fiber - Journal & Sunday Journal
";
arnews[7] += "DEAR DR. DONOHUE: Please give me some advice about diverticulitis. What shouldn't I eat? I have had so many different answers to this question that I am now very confused. - G.C. ANSWER: A diverticulum is a small, goblet-shaped pouch whose stem ...";
arnews[7] += "
Publ.Date : Sun, 22 Nov 2009 09:05: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("