var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Plumped Paris: Did Hilton Mess With the Needle?
"; arnews[0] += "Pop Tarts caught up with the hotel heiress just a couple of weeks ago in Sydney and her lips were looking well -- particularly plumped."; arnews[0] += "
Publ.Date : Thu, 15 Jan 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Regional football capsules
"; arnews[1] += "Merrillville at Mishawaka , 6:30 p.m. Radio: 95.9-FM Last meeting: Mishawaka 28-14, Aug."; arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 10:22:45 GMT"; arnews[1] += "
"; arnews[2]="Fishing Report: Lintner says Clear Lake continues to baffle him despite his experience
"; arnews[2] += "When does 9 plus 4 equal 5? Well, it's not new math. It's an ol' hack coming up with a lead for another yarn about the Central Coast's best and most compensated bass fisherman, Jared Lintner."; arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 06:57:00 GMT"; arnews[2] += "
"; arnews[3]="Spike TV Unveils 'Thad Castle for College Player of the Year' ...
"; arnews[3] += "Spike TV unveils today an ambitious, multi-platform college football player marketing campaign for Thad Castle, star senior linebacker at the fictitious college football powerhouse team featured in the upcoming Spike TV original comedy series, \"Blue Mountain State\" which premieres on Tuesday, January 12, 2010."; arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 06:30:14 GMT"; arnews[3] += "
"; arnews[4]="Spike TV Unveils 'Thad Castle for College Player of the Year' Campaign to Promote New Comedy Series
"; arnews[4] += "Multi-Platform Campaign to Build Brand Awareness for 'Blue Mountain State' With College Sports Fans Campaign Includes Times Square Billboard and Video Featuring Bobby Bowden, Dan Fouts, Brian Bosworth, Mike Leach and Jerry Glanville Source: Spike TV On 3:43 pm EST, Wednesday November 11, 2009 NEW YORK, Nov."; arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 22:08:32 GMT"; arnews[4] += "
"; totcount = 5; 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("
");