var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Company 3 Wins Big at Super Bowl XLIV
"; arnews[0] += "SANTA MONICA, Calif.-- -- Company 3 artists contributed work on 31 of the 66 ads that aired during Sunday's Super Bowl XLIV."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:58:36 GMT"; arnews[0] += "
"; arnews[1]="Kenny Davis: Kenny Davis
"; arnews[1] += "With the realization that there will always be more music coming at him than he can keep up with, AAJ Managing Editor John Kelman wonders why anyone would think that jazz is dead or dying."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 07:30:47 GMT"; arnews[1] += "
"; arnews[2]="Stephen Nakamura Colors Powerful Documentary Waiting for Superman
"; arnews[2] += "SANTA MONICA, Calif. - When Oscar-winning documentarian Davis Guggenheim sought out a post production company for the DI work on his powerful documentary, Waiting for Superman , he took his project to Company 3 and Colorist Stephen Nakamura."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 00:55:49 GMT"; arnews[2] += "
"; arnews[3]="Canadian roundup: Hague drops decision
"; arnews[3] += "Canadian heavyweight Tim Hague came on strong in the third round but lost a majority decision to Chris Tuchscherer at UFC 109 on Saturday night."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 16:34:00 GMT"; arnews[3] += "
"; arnews[4]="Husband's death on Flight 3407 turned Robin Tolsma into a crusader for airline safety
"; arnews[4] += "In Robin Tolsma's mind, the dream scene won't stop playing. It starts with a typical night."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 14:47:06 GMT"; arnews[4] += "
"; arnews[5]="FMU men lose first home game
"; arnews[5] += "Francis Marion came into Saturday's meeting with a short-handed Armstrong Atlantic State squad trying to avoid back-to-back losses to two of the Peach Belt Conference's worst teams."; arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 10:59:49 GMT"; arnews[5] += "
"; totcount = 6; 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("
");document.write("
");