var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Bus Company: Driver in Minn. Crash Had Aneurysm
";
arnews[0] += "A tour bus driver suffered a ruptured aneurysm just before the bus veered off a southern Minnesota interstate and crashed, killing two people and injuring 20, the owner of the bus...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 01:34:12 GMT";
arnews[0] += "
";
arnews[1]="Christmas Comes Early At Deptford Mall
";
arnews[1] += "In an effort to grow the economy and extend the holiday season, Santa Claus and the Christmas spirit arrived at the Deptford Mall earlier than usual this year, Carol Erickson...";
arnews[1] += "
Publ.Date : Sun, 08 Nov 2009 15:11:18 GMT";
arnews[1] += "
";
arnews[2]="Green IT more than just energy efficiency at Citigroup
";
arnews[2] += "Michelle Erickson, initiative director for environmental sustainabiliy for global IT at Citigroup, gives the keynote at IT Roadmap New York City.";
arnews[2] += "
Publ.Date : Tue, 10 Feb 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="The In Crowd Trailer
";
arnews[3] += "Adrien (Lori Heuring) leaves the mental hospital she has been incarcerated in to take a summer job at wealthy country club. Soon she is taken under the wing of queen teen bitch...";
arnews[3] += "
Publ.Date : Tue, 16 Sep 2008 12:03:06 GMT";
arnews[3] += "
";
arnews[4]="Internal Dental Marketing - Become More Than A Dentist
";
arnews[4] += "http://AllReferralPractice.com Dental Marketing expert James Erickson shares some insight on becoming more than just a dentist. Developing a more personal relationship with your...";
arnews[4] += "
Publ.Date : Thu, 22 May 2008 19:31:40 GMT";
arnews[4] += "
";
arnews[5]="Internal Dental Marketing - Become More Than A Dentist
";
arnews[5] += "http://AllReferralPractice.com Dental Marketing expert James Erickson shares some insight on becoming more than just a dentist. Developing a more personal relationship with your...";
arnews[5] += "
Publ.Date : Thu, 22 May 2008 19:31:39 GMT";
arnews[5] += "
";
arnews[6]="New Study, Antidepressants Don’t Work Better Than Placebos
";
arnews[6] += "New Study, Antidepressants Don’t Work Better Than Placebos Antidepressants such as Prozac, Paxil, Zoloft & Effexor are no more effective than a placebo at treating depression...";
arnews[6] += "
Publ.Date : Wed, 05 Mar 2008 06:11:30 GMT";
arnews[6] += "
";
arnews[7]="Single Level Charmer
";
arnews[7] += "http://www.tourfactory.com/s356729/r_www.blinkx.com Price reduced August 3! This one is a gem! Manicured courtyard entry. Lovingly maintained home with bright open floorplan....";
arnews[7] += "
Publ.Date : Thu, 03 Jan 2008 14:46:17 GMT";
arnews[7] += "
";
document.title=document.title+ " ";
arnews[8]="ST-37 performs Roky Erickson's "Cold Night for Alligators"
";
arnews[8] += "Austin's own ST-37 performs a cover of Roky Erickson & the 13th Floor Elevator's \"Cold Night for Alligators\" at Room 710 in Austin, TX on Sept. 21st, 2000. \"Forget about San...";
arnews[8] += "
Publ.Date : Sat, 29 Sep 2007 04:39:45 GMT";
arnews[8] += "
";
arnews[9]="On The Waterfront (1954)
";
arnews[9] += "Terry Malloy dreams about being a prize fighter, while tending his pigeons and running errands at the docks for Johnny Friendly, the corrupt boss of the dockers union. Terry...";
arnews[9] += "
Publ.Date : Fri, 13 Jul 2007 01:08:57 GMT";
arnews[9] += "
";
totcount = 10;
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("