var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="More Events
";
arnews[0] += "Pamper Yourself Pink and Help \"Build a Bridge Join us as we help promote Breast Cancer Awareness.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:21:48 GMT";
arnews[0] += "
";
arnews[1]="Bringing nets to nation's Capitol
";
arnews[1] += "Barry and Bonnie Goldberg, directors of the Metro American Volleyball Club, helped make the sport an international event with the Capitol Hill Volleyball Classic.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:06:24 GMT";
arnews[1] += "
";
arnews[2]="Anatomy of a great veterinary clinic web site
";
arnews[2] += "I started designing web sites in 1997. Good web design tools were virtually non-existent and it was frustrating at times, but I was hooked.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 11:01:47 GMT";
arnews[2] += "
";
arnews[3]="Good Acting: Still Racist?
";
arnews[3] += "\"What's hoppinin' hot stuff?\" is actor Gedde Watanabe's opening line as he hangs upside down from a bunk bed, playing foreign exchange student Long Duk Dong in John Hughes' 1984 movie Sixteen Candles .";
arnews[3] += "
Publ.Date : Mon, 27 Aug 2007 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Q&A with C-M's James Crockett
";
arnews[4] += "If Crete-Monee is going to realize preseason expectations and advance to the state finals in Peoria, Crockett will have to play up to the potential that has made him one of the top juniors in the area.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 12:00:00 GMT";
arnews[4] += "
";
arnews[5]="D.R. Horton, Inc. F1Q10 Earnings Call Transcript
";
arnews[5] += "D.R. Horton, Inc. F1Q10 Earnings Call February 2, 2010 10:00 am ET Executives Don Tomnitz - CEO Stacey Dwyer - EVP & Treasurer Bill Wheat - EVP & CFO Analysts Joshua Pollard - Goldman Sachs Meagan McGrath - Barclays Capital Dan Oppenheim - Credit Suisse Josh Levin - Citi David Goldberg - UBS Ken Zener - Macquarie Joel Locker - FBN Securities Rob ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 00:52:09 GMT";
arnews[5] += "
";
arnews[6]="Westboro Baptist Church Protests, Gets Protested Outside Twitter
";
arnews[6] += "That's right -- the freaky people came to freak out the freaky people. The religious group, based in Topeka, Kansas, usually pickets soldiers' funerals , reasoning that they died defending a gay-loving country.";
arnews[6] += "
Publ.Date : Sat, 30 Jan 2010 01:38:47 GMT";
arnews[6] += "
";
arnews[7]="The poop joke guru
";
arnews[7] += "The Love Guru Starring: Mike Myers, Jessica Alba, Jessica Simpson, Justin Timberlake Directed by Marco Schnabel Parental Advisory: crude and sexual content throughout, language, some comic violence and drug references.";
arnews[7] += "
Publ.Date : Thu, 19 Jun 2008 07:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("