var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="USS De Wert Assists Mariners In Distress
";
arnews[0] += "Souda Bay, Crete, Greece -- USS De Wert passes the newly installed anti-boat barrier system as it approaches the pier, during its arrival for a brief port visit.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 15:47:14 GMT";
arnews[0] += "
";
arnews[1]="Cross Crusade Finals10 minutes agoBabcock, Williams don Crusade...
";
arnews[1] += "Photo: Pat Malach/OregonCyclingAction.com Sean Babcock and Molly Cameron battled into the final stretch of the final race for the Cross Crusade crown Sunday, with Babcock squeezing out the day's win and the overall victory.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 17:57:12 GMT";
arnews[1] += "
";
arnews[2]="Bulldogs power past Pirates 43-12 in district finale
";
arnews[2] += "The playoff-bound Bandera High School Bulldogs, powered by a 337-yard team rushing performance, set down the Lytle Pirates 43-12 in the District 29AAA '09 finale for both teams played on Friday, Nov.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 20:32:05 GMT";
arnews[2] += "
";
arnews[3]="CW's 'Vampire Diaries' Casts A New Pretty Boy For Multiple Episodes
";
arnews[3] += "CW's 'Vampire Diaries' casts a new pretty boy for multiple episodes. Zap2it is reporting that the CW's hit breakout vampire show \"Vampire Diaries\" has cast Sean Faris who starred in the fighting movie, \"Never Back Down\" last year, to come play a new human on the show.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 03:13:59 GMT";
arnews[3] += "
";
arnews[4]="'Vampire Diaries': Sean Faris to sling drinks in Mystic Falls
";
arnews[4] += "Hey \"The Vampire Diaries\" fans, if you love the pretty, you'll be happy with some new blood coming to Mystic Falls.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 02:36:18 GMT";
arnews[4] += "
";
arnews[5]="Vampire Diaries Gets Some Fresh Blood
";
arnews[5] += "Sink your teeth into this fellow, ladies! Sean Faris will be joining the cast of the hit CW show Vampire Diaries for a \"juicy\" multi-episode stint.";
arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 00:44:02 GMT";
arnews[5] += "
";
arnews[6]="Sean Faris Coming To Vampire Diaries
";
arnews[6] += "Well, hello sailor! I'm not a hep young thing, so I am unfamiliar with this handsome devil, but apparently he made quite an impression on the TV-watching public on Reunion , thereby landing him on current phenomenon, Vampire Diaries .";
arnews[6] += "
Publ.Date : Tue, 10 Nov 2009 16:16:12 GMT";
arnews[6] += "
";
arnews[7]="Sean Faris to be on Vampire Diaries
";
arnews[7] += "Exclusive: Coming up necks on 'Vampire Diaries' - Sean Faris! Thirsty for some Vampire Diaries scoop? Former Reunion eye candy Sean Faris is sinking his teeth into a juicy multi-episode arc on the fangtastic CW hit, sources confirm to me exclusively.";
arnews[7] += "
Publ.Date : Tue, 10 Nov 2009 03:21:57 GMT";
arnews[7] += "
";
arnews[8]="'Vampire Diaries': Meet new hottie
";
arnews[8] += "Thirsty for some Vampire Diaries scoop? Former Reunion eye candy Sean Faris is sinking his teeth into a juicy multi-episode arc on the fangtastic CW hit, sources confirm to me exclusively.";
arnews[8] += "
Publ.Date : Tue, 10 Nov 2009 02:18:01 GMT";
arnews[8] += "
";
totcount = 9;
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("