var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Better Than Ezra continues to shine
"; arnews[0] += "They haven't been on a major record label since the mid-'90s and their last indy label folded within months of their most recent album's release in August 2001."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:51:55 GMT"; arnews[0] += "
"; arnews[1]="Assemblyman Rumana Pleased that Governor Christie Has Closed Council on Affordable Housing
"; arnews[1] += "Assemblyman Scott T. Rumana, R-Passaic, Bergen and Essex, issued the following statement on Governor Christie's executive order to shut down the Council on Affordable Housing, while a new task force led by former Sen."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:36:00 GMT"; arnews[1] += "
"; arnews[2]="O'Scanlon Bill Aims to Prevent Convicted Public Officials from Returning to the System as Lobbyists
"; arnews[2] += "Assemblyman Declan O'Scanlon introduced legislation Monday that would prohibit an elected or appointed official, who is convicted of a crime involving their office, from becoming a lobbyist in New Jersey for a period of 10 years."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:35:28 GMT"; arnews[2] += "
"; arnews[3]="Bramnick Brings Stand Up Routine to New Brunswick to Help Elijah's Promise Soup Kitchen
"; arnews[3] += "Assembly Republican Conference Leader Jon Bramnick, who is consistently voted as New Jersey's funniest lawyer, will take his routine to the Crossroads Theatre in New Brunswick, on March 18, to raise funds for Elijah's Promise Soup Kitchen."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:34:55 GMT"; arnews[3] += "
"; arnews[4]="Fellowship created to honour journalist killed in Afghanistan
"; arnews[4] += "Calgary Herald reporter Michelle Lang poses with Chief of Defense Staff Walt Natynczyk in a military vehicle in Afghanistan on Christmas Day."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:04:14 GMT"; arnews[4] += "
"; arnews[5]="A Woman Needs - Jessica Harp
"; arnews[5] += "Active: 2000's Born: February 3, 1982 in Kansas City, MO Influences Similar Artists Biography Best known for being one half of the country roots duo the Wreckers with friend Michelle Branch, Jessica Harp put music at the center of things from a very early age."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 07:10:30 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("
");