var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Causeway
"; arnews[0] += "GAA: Important Meeting of Club will be held on Friday night at 8pm sharp in Club Meeting Room."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:44:45 GMT"; arnews[0] += "
"; arnews[1]="Turning on the 'D'
"; arnews[1] += "The Bulls continued their inconsistent, unpredictable ways Tuesday at Conseco Fieldhouse, this time alternating good and bad play from quarter to quarter instead of from game to game."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:26:19 GMT"; arnews[1] += "
"; arnews[2]="Pacers go into break on a real downer
"; arnews[2] += "The Indiana Pacers head into the All-Star break now after Tuesday night's 109-101 loss to the Chicago Bulls at Conseco Fieldhouse."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 09:13:49 GMT"; arnews[2] += "
"; arnews[3]="Rick Baker: Monster man
"; arnews[3] += "Hollywood's premier makeup artist works his magic on 'The Wolfman.' Don't know Rick Baker's work? Did you like Michael Jackson's monster makeup in the \"Thriller\" music video? Did you marvel at Robert Downey Jr.'s ethnic makeup in \"Tropic Thunder\"? How about the aliens in \"Men in Black,\" Jim Carrey's makeup in \"Dr. Seuss' How the Grinch Stole ..."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Black Rose Productions Inc. Starts 2010 With A Fresh Outlook On Music
"; arnews[4] += "In today's economy, where every business is struggling to survive let alone prosper, Black Rose Productions Inc."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Hoping 'The Glue' sticks to our minds
"; arnews[5] += "\"You still go to the video rental place?\" The question was inappropriate. OK, so the question itself wasn't inappropriate - we were on a movie date, so movie questions are fine."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 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("
");