var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dogs to be more guard-oriented
";
arnews[0] += "The Geraldine varsity boys basketball team's 2009-10 roster features 10 seniors and two juniors.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:47:02 GMT";
arnews[0] += "
";
arnews[1]="Unwound - George Strait
";
arnews[1] += "Out of all the new country singers to emerge in the early '80s, George Strait stayed the closest to traditional country.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:43:48 GMT";
arnews[1] += "
";
arnews[2]="Dogs to be more guard-oriented
";
arnews[2] += "The Geraldine varsity boys basketball team's 2009-10 roster features 10 seniors and two juniors.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:48:13 GMT";
arnews[2] += "
";
arnews[3]="Black Community Renews Call for More Police Officers of Color
";
arnews[3] += "Members of Bremerton's NAACP branch told leaders in law enforcement on Tuesday night they'd like to see more diversity among the ranks of officers and deputies.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Keep Your New Moon Blue Balls. I'm Gearing Up for Blind Side's "Brief ...
";
arnews[4] += "Keep Your New Moon Blue Balls. I'm Gearing Up for Blind Side 's \"Brief Nongraphic Marital Lovemaking\" Scene This post actually has nothing to do with movie sex, or the lack thereof.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:43:24 GMT";
arnews[4] += "
";
arnews[5]="Summit's `Twilight' Vampire-Saga Riches Spur Thirst for New Film Franchise
";
arnews[5] += "As Summit Entertainment LLC releases the sequel to a oeTwilighta in theaters today, the studio is searching for a follow-up to the vampire series that has so far made $384 million in global ticket sales.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 09:51:14 GMT";
arnews[5] += "
";
arnews[6]="Red Bulls charge for Bantam gold
";
arnews[6] += "The DCT Chambers Trucking Red Bulls went 4-0 to bring home gold from the Valemount Bantam Rec Tournament last weekend.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 06:41:58 GMT";
arnews[6] += "
";
arnews[7]="Deeper Than The H... - Randy Tra...
";
arnews[7] += "Like the Beatles in rock, Randy Travis marks a generational shift in country music.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 03:02:43 GMT";
arnews[7] += "
";
arnews[8]="Johnny Mercer, Moon River and me
";
arnews[8] += "The famous songwriter was born 100 years ago this month. He once saved Steyn's night.";
arnews[8] += "
Publ.Date : Thu, 19 Nov 2009 16:42:39 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("