var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hooters Girls Visit Troops in Iraq over Thanksgiving Holiday
";
arnews[0] += "Six Hooters Girls are spending their Thanksgiving holiday overseas visiting thousands of troops stationed in Iraq.";
arnews[0] += "
Publ.Date : Thu, 26 Nov 2009 03:34:40 GMT";
arnews[0] += "
";
arnews[1]="Brokedown Cadillac Heads To Iraq For Thanksgiving
";
arnews[1] += "BrokeDown Cadillac, will be performing for the troops in Iraq during Thanksgiving week.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 20:53:53 GMT";
arnews[1] += "
";
arnews[2]="Brokedown Cadillac Heads To Iraq For Thanksgiving
";
arnews[2] += "BrokeDown Cadillac, will be performing for the troops in Iraq during Thanksgiving week.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 19:52:31 GMT";
arnews[2] += "
";
arnews[3]="College to Host Writers Festival Nov. 6
";
arnews[3] += "Scrawl , the Westminster College student literary arts publication, will sponsor \"Wordplay,\" an all-day Writers Festival, Friday, Nov.";
arnews[3] += "
Publ.Date : Thu, 22 Oct 2009 04:00:00 GMT";
arnews[3] += "
";
arnews[4]="Beeston Castle wins prestigious award
";
arnews[4] += "BEESTON Castle's 'Discovery Visit' programme for schools which brings history to life by merging hands-on historical interpretation and costumed storytelling has won a prestigious Sandford Award.";
arnews[4] += "
Publ.Date : Mon, 19 Oct 2009 16:06:55 GMT";
arnews[4] += "
";
arnews[5]="Trip to France is topic of talk
";
arnews[5] += "NEWBURGH - Two professors and two students from Mount Saint Mary College will discuss their late-spring journey to Fanjeaux, France, where St.";
arnews[5] += "
Publ.Date : Mon, 05 Oct 2009 07: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("