var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Splitsville for James Van Der Beek and wife
"; arnews[0] += "James Van Der Beek and wife Heather McComb are divorcing. The couple had no children together."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:18:50 GMT"; arnews[0] += "
"; arnews[1]="Wentling's OT goal puts Stony Brook in 'C' final
"; arnews[1] += "Kelsey Wentling scored the game-winner for Stony Brook in overtime to lift the Bears to the state Class C final."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:03:45 GMT"; arnews[1] += "
"; arnews[2]="Paul Hawken on the State of the Markets
"; arnews[2] += "Sustainable Industries continues to impress me.A Yesterday's SI Economic Forum featured Paul Hawken , well-known author and sustainability guru .A And while Mr."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:47:03 GMT"; arnews[2] += "
"; arnews[3]="Heather McComb (Photos, Video): James Van Der Beek Divorce Filed
"; arnews[3] += "Heather McComb divorcing? James Van Der Beek, The former 'Dawson's Creek' star split from actress Heather McComb earlier this year and has now started legal proceedings to officially end their six-year marriage."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:42:03 GMT"; arnews[3] += "
"; arnews[4]="Bedroom Makeover Final Reveal
"; arnews[4] += "The final reveal of the Bedding Experts' Ultimate Bedroom Makeover will air this weekend on HomesPlus and boy did we get a big reaction! You'll have to check it out to see! But if you like what you see, you don't have to look very far to get it for yourself."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:36:35 GMT"; arnews[4] += "
"; arnews[5]="End of an era: Winfrey ending show after 25 years
"; arnews[5] += "In this Dec. 18, 1985 file photo, television talk show host Oprah Winfrey puts her feet up as she relaxes in her studio office following a morning broadcast in Chicago, Ill."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 20:11:41 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("
");