var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="2000 Southern Metal Choppers Custom - Orange Curse
";
arnews[0] += "There are a lot of things I don't know and or understand in life, like quantum physics, where the hell my bike keys are, and women! One thing I am sure of is that every time I shoot an orange bike there is always an issue of some sort, something or someone is always trying to piss in my post toasties with orange bikes.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 03:15:07 GMT";
arnews[0] += "
";
arnews[1]="Strong start helps Lady T-Birds roll past Union
";
arnews[1] += "The Eastern Greene Lady Thunderbirds put four players in double figures, grabbed a whopping 47 rebounds and collected 18 steals on their way to a 59-31 decision over Union here Tuesday night.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 06:47:17 GMT";
arnews[1] += "
";
arnews[2]="Miss Southeastern Oklahoma Scholarship Pageant takes stage
";
arnews[2] += "Tiffany Legg, the current Miss Southeastern Oklahoma, and Taylor Woodley, Miss Southeastern Oklahoma Outstanding Teen, will crown their successors at the 2010 Miss Southeastern Oklahoma and Miss Southeastern Oklahoma Outstanding Teen Pageant on Saturday, Nov.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 23:38:48 GMT";
arnews[2] += "
";
arnews[3]="Hope Anderson crowned Miss Monroe; Cheyenne Little 'Outstanding Teen'
";
arnews[3] += "On Saturday, Hope Anderson, a student at the University of Louisiana at Monroe, was crowned Miss Monroe 2010 at the pageant held at Neville High School.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Union (Dugger) defeats CHS in season-opener
";
arnews[4] += "Cheyenne Goodman poured in 18 of her game- and career-high 21 points in the second half as Union opened the high school girls basketball season with a 41-31 victory over visiting Cloverdale Tuesday night.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 06:40:06 GMT";
arnews[4] += "
";
arnews[5]="1A volleyball: Meadow Creek goes the distance again
";
arnews[5] += "Meadow Creek Christian is no stranger to five-game, down-to-the-very-last-wire volleyball matches.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 05:32:36 GMT";
arnews[5] += "
";
arnews[6]="Lady Bulldogs open with a win
";
arnews[6] += "Cheyenne Goodman poured in 18 of her game- and career-high 21 points in the second half as Union opened the high school girls basketball season with a 41-31 victory over visiting Cloverdale Tuesday night.";
arnews[6] += "
Publ.Date : Fri, 13 Nov 2009 01:56:01 GMT";
arnews[6] += "
";
totcount = 7;
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("