var arnews = new Array(6); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Fox News: The Big Story With John Gibson, 5 p.m. ET...
"; arnews[0] += "Veteran newscaster John Gibson hosts Fox News Channel's newest primetime show The Big Story with John Gibson Monday through Friday at 5 p.m. ET, with expert legal analysis from Judge Andrew Napolitano and reports from correspondent Heather Nauert ."; arnews[0] += "
Publ.Date : Tue, 02 Jul 2002 16:30:22 GMT"; arnews[0] += "
"; arnews[1]="Fox News Cameos on '24'
"; arnews[1] += "Fox News anchor Heather Nauert , who's found most days anchoring early mornings on WNYW FOX-5, made a cameo on last night's episode of the multi-day, multi-hour season premiere of FOX's \"24\". Sunday night, as Johnny Dollar spotted , Fox News analysts Monica Crowley and Bob Beckel made cameos."; arnews[1] += "
Publ.Date : Tue, 19 Jan 2010 21:14:49 GMT"; arnews[1] += "
"; arnews[2]="15 Hottest Newswomen in America
"; arnews[2] += "Sometimes it's tough to watch the news; it's boring, it's ugly and it reminds us that we aren't safe where we live."; arnews[2] += "
Publ.Date : Thu, 29 Oct 2009 21:56:25 GMT"; arnews[2] += "
"; arnews[3]="Happy B-day to Fox News' "Strategy Room"
"; arnews[3] += "Roughly twelve months ago at Vice-President at Fox News was charged with a novel idea."; arnews[3] += "
Publ.Date : Tue, 29 Sep 2009 13:18:22 GMT"; arnews[3] += "
"; totcount = 4; 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("
");