var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Super Sunday is not about football at 'Faith Bowl'
"; arnews[0] += "It's tied by its name and air date to Super Bowl Sunday, but the Catholic \"Faith Bowl\" being broadcast nationwide has no link to football, unless you count talk about the saints."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 10:28:15 GMT"; arnews[0] += "
"; arnews[1]="Because Cleansing Is Necessary
"; arnews[1] += "How would YOU spend $4 million? Metstradamus 11 \"Well, there's 5 mins I won't ever get back in my life."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 10:22:23 GMT"; arnews[1] += "
"; arnews[2]="Locals strong at inaugural 5K
"; arnews[2] += "Kendra Miller , 18 of Clearwater, was the fastest county finisher at Saturday's inaugural Crusader Gallop 5K along Ream Wilson Trail in Clearwater."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 05:23:59 GMT"; arnews[2] += "
"; arnews[3]="The More the Merrier
"; arnews[3] += "It is all about sharing the natural joy of life. At the birthday parties, maybe ."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 07:50:54 GMT"; arnews[3] += "
"; arnews[4]="Nothing distracts Kemp from leading LA
"; arnews[4] += "He's young and newly rich, and as if that weren't enough to go to his head, there's that Mexican vacation with the gorgeous Grammy winner that made Matt Kemp TMZ's new favorite hunk jock."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 00:36:10 GMT"; arnews[4] += "
"; arnews[5]="'Faith Bowl' features Catholic Athletes:
"; arnews[5] += "Faith Bowl III, a round-table discussion by sports celebrities about the challenges of living the Roman Catholic faith, will air in conjunction with this weekend's Super Bowl XLIV."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 02:12:01 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("
");