var arnews = new Array(8); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Tony Nominee Constantine Maroulis to Rock the Highline Ballroom - Playbill
"; arnews[0] += "Constantine Maroulis, who earned a 2009 Tony Award nomination for his performance in Rock of Ages , will return to the intimate stage of The Highline Ballroom later this month. The former \"American Idol\" contestant will play the Manhattan venue Feb ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:14:00 GMT"; arnews[0] += "
"; arnews[1]="The CW to premiere Tinsley Mortimer's 'High Society' on March 10 - Reality TV World
"; arnews[1] += "In addition, the series will also include Constantine Maroulis -- as the former American Idol fourth-season finalist was seen canoodling with Mortimer around New York City late last year. However it was subsequently reported that Maroulis was cast to ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:41:00 GMT"; arnews[1] += "
"; arnews[2]="N.J. stars discuss changing face of reality TV as "Survivor" turns 10 - NorthJersey.com
"; arnews[2] += "Things were so different in the early days of reality television — way back at the dawn of the 21st century. \"At the time when 'Survivor' came out in 2000, there really weren't that many other reality TV shows out there,\" says Ethan Zohn, who was a ..."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 10:04:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");