var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="It Happened This Week-ish: Kellan Lutz, Taylor Swift, Jared Leto
"; arnews[0] += "I give you the perfect compromise: \"How you doin',A Kellan Lutz in undies ?\" This blood-sucker is packing some serious um abs."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 16:30:26 GMT"; arnews[0] += "
"; arnews[1]="Notre Dame Recruiting Signing Day Recap
"; arnews[1] += "Considering the underwhelming on-field product of the three previous seasons and a late-year coaching change, the results were about as good as one could hope for."; arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 18:24:21 GMT"; arnews[1] += "
"; arnews[2]="Extra points
"; arnews[2] += "Wheaton North heads to state for the first time since 2005 after its performance at the Belvidere Sectional."; arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 16:24:59 GMT"; arnews[2] += "
"; arnews[3]="Coloney, Hart spark Harrisville's key win over Hammond
"; arnews[3] += "Katelyn Hart and Patty Coloney made big plays late for the Harrisville girls basketball team Thursday, leading the squad to a 67-64 victory over Hammond and moving the Pirates into sole possession of first place in the Northern Athletic Conference's East Division."; arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 12:49:28 GMT"; arnews[3] += "
"; arnews[4]="Trading Places (22 Jan): This week's people moves
"; arnews[4] += "Nick Brien's appointment as chief executive of McCann Worldgroup heads a raft of senior hires, as Brand Republic rounds up the week's industry moves in advertising, digital, marketing and media."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 12:48:52 GMT"; arnews[4] += "
"; arnews[5]="The Lowdown on the Throwdown: Jazz vs Blazers
"; arnews[5] += "Don't let anybody try and tell you that games this time of year don't matter. The Jazz are riding the West's best win streak and have a chance to clinch a second straight season series versus a Western postseason contender in as many games when Portland limps into Salt Lake City for Wednesday night's divisional duel."; arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 14:39:22 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("
");