var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Red-hot Schmidt pushes Valley past University - The Tribune
";
arnews[0] += "Tanner Schmidt hopes this is just the beginning for him and his Valley teammates. On Tuesday, the Vikings had a strong beginning, impressive finish and were dominant in between, blowing past University for a 72-53 Class 3A Patriot League boys ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:59:00 GMT";
arnews[0] += "
";
arnews[1]="Katherine Monk's favourite films of the decade - Regina Leader-Post
";
arnews[1] += "Sifting through the thousands of movies she saw and reviewed in the past decade, Canwest film writer Katherine Monk has come up with a list of the Top 5 films of the 2000s. 1. WALL-E (Andrew Stanton, 2008): This is one of a handful of movies to earn ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:02:00 GMT";
arnews[1] += "
";
arnews[2]="Elmore County schools send 23 grapplers to state tournament - Wetumpka Herald
";
arnews[2] += "Elmore County will be well represented in Huntsville this weekend as 23 wrestlers from this area will compete for a state championship at the AHSAA State wrestling tournament in Huntsville. Tallassee, who hosted Class 5A Section 1 and has 12 ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:44:00 GMT";
arnews[2] += "
";
arnews[3]="Verizon to AT&T: We Taunt You a Second Time. - All Things Digital
";
arnews[3] += "Directly below, Verizon’s latest AT&T-bashing ads, both obvious spoofs of classic ad industry campaigns. “Shadows” is running on national TV. “Big Red” is running online as a viral campaign. What lame Luke Wilson ad will AT&T come up with ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 21:15:00 GMT";
arnews[3] += "
";
arnews[4]="Big Love Recap: Everybody Hates Bill - Nymag.com
";
arnews[4] += "Wow, Bill got the Republican nomination! We did not see that coming. So, at what point does Bill pinch Christopher’s nose shut, letting him choke to death, after their SUV goes off the road? And is the official reminder that Bill is a Republican ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 03:14:00 GMT";
arnews[4] += "
";
arnews[5]="Rebels run down road win at East Marshall - Times-Republican
";
arnews[5] += "EAST MARSHALL (5-13, 5-7) - Keegan Wilkening 4 1-2 12, Travis Briney 3 0-0 6, Luke Wilson 4 2-2 11, Blane Kitzman 0 0-0 0, Taylor Johnson 7 0-0 14, DJ Norem 2 0-0 6, Tyler Mullikin 0 0-0 0, Jake Kuesel 2 0-0 4, Nic Wacha 0 0-0 0. TOTALS 22 3-4 53. 3 ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 06:06:00 GMT";
arnews[5] += "
";
arnews[6]="Star power: celebrity endorsements surge at Grammys - YAHOO!
";
arnews[6] += "... study of Grammy ads by media licensing consultancy GreenLight found the Black Eyed Peas, Clapton, Drew Barrymore and Luke Wilson were just a few of the celebrities pitching Target, T-Mobile, Olay, AT&T and other brands during the year's biggest ...";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 09:26:00 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("