var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " - "Erin+Connor" - Google News"; document.title=document.title+ " "; arnews[0]="Paramus and Philly don't mix - NorthJersey.com
"; arnews[0] += "

Paramus and Philly don't mix
NorthJersey.com
The English family house is easy to spot. Smack in the middle of Phillies-Eagles country in the small town of Oreland, Pa., ...

"; arnews[0] += "
Publ.Date : Sun, 01 Nov 2009 00:09:22 GMT+00:00"; arnews[0] += "
"; arnews[1]="Rangers edge Marauders - Barre Montpelier Times Argus
"; arnews[1] += "

Rangers edge Marauders
Barre Montpelier Times Argus
Erin Connor's shot skimmed the top of the net in the 48th minute and a shot by Kelsey Langley was swallowed by Merchant in the 55th minute. ...

"; arnews[1] += "
Publ.Date : Thu, 29 Oct 2009 09:45:35 GMT+00:00"; arnews[1] += "
"; totcount = 2; 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("
");