var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Is George Lopez "vulgar and anti-white"?
";
arnews[0] += "Ricardo Gonzalez of theamericano.com wrote, \"The last two times I have listened to George Lopez he has been both vulgar and anti-white.\"\"He plays the Latino part pretty strong.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:53:47 GMT";
arnews[0] += "
";
arnews[1]="1,000-foot felony: Charges dropped in 2 drug cases Comments
";
arnews[1] += "In October, three alleged cocaine dealers snared by the Jefferson Area Drug Enforcement task force picked up another felony charge for allegedly hawking their wares within one-fifth of a mile of a school.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 14:38:30 GMT";
arnews[1] += "
";
arnews[2]="ABC sets Lost premiere date
";
arnews[2] += "First the island moved; now Lost is moving to a new night. The sixth and final season of the ABC series is scheduled for a two-hour premiere Tuesday, Feb.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:56:58 GMT";
arnews[2] += "
";
arnews[3]="ABC Sets Premiere for Final Season of a oeLosta
";
arnews[3] += "Browse> Home / TV News / ABC Sets Premiere for Final Season of \"Lost\" << Filming On \"Thrones\" Complete ABC Sets Premiere for Final Season of \"Lost\" If you've got your calendar handy, you may want to mark Tuesday, February 2 on it.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:10:14 GMT";
arnews[3] += "
";
arnews[4]="Highlighting top Nationals prospects for '10
";
arnews[4] += "Washington Nationals Here is the land of opportunity and a slew of high-end draft picks with loads of expectations.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 15:36:00 GMT";
arnews[4] += "
";
arnews[5]="The Finale Season of Lost to Debut on February 2nd
";
arnews[5] += "ABC has finally announced the date for its Lost season six debut, which will kick off with an all-night event on February 2nd, 2010.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 05:41:00 GMT";
arnews[5] += "
";
arnews[6]="East's Coyle, Griffin receive Sunflower League POY awards
";
arnews[6] += "Winning the Sunflower League for the sixth time in seven years got the Olathe East boys soccer team noticed.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 04:32:23 GMT";
arnews[6] += "
";
arnews[7]="Lost's Return Date Set
";
arnews[7] += "First the island moved; now Lost is moving to a new night. The sixth and final season of the ABC series is scheduled for a two-hour premiere Tuesday, Feb.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 02:23:19 GMT";
arnews[7] += "
";
arnews[8]="Lost Final Season Sets a Date
";
arnews[8] += "Get our your calendar and your magic markers and prepare for glory. ABC has announced today that they have set a date and time for the premiere of the final season of Lost , which as you know is probably the most anticipated season of television in the history of man.";
arnews[8] += "
Publ.Date : Fri, 20 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("