var arnews = new Array(10);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="It's a Girl!
";
arnews[0] += "23 News Anchor Nichole Vrsansky gave birth to a baby girl January 30.";
arnews[0] += "
";
arnews[1]="rep. manzullo talks health care reform on wifr-tv in rockford
";
arnews[1] += "manzullo sat down with anchors nichole vrsansky and mike garrigan during the 6 pm newscast at wifr-tv in rockford to discuss his concerns with the government takeover of health care and alternatives he supports to make health care more ...";
arnews[1] += "
";
arnews[2]="crimestoppers luncheon
";
arnews[2] += "23 news anchors mike garrigan and nichole vrsansky were lucky enough to spend their lunch eating great food at cliffbreakers in the company of many great heroes in our community.";
arnews[2] += "
";
arnews[3]="w a n d e r l i s t - Sexiest Female LOCAL Reporters, Weathergals ...
";
arnews[3] += "Nichole Vrsansky (23WIFR Rockford, IL), 470, 5, Mar 31 2009 6:05. www.wifr.com, 2322, -, Aug 3 2004 10:14. 85. Wendy Rieger (anchor) Washington, DC WRC, 465, 2, Apr 21 2009 17:42. http://www.nbc4.com/meetthenewsteam/1198, 1571 ...";
arnews[3] += "
";
arnews[4]="the find the hottest tv news babe contest continues...
";
arnews[4] += "nichole vrsansky, mimi murphy, (bonus points for the red hair!) and naytonie williams are the babes of wifr in rockford, il.";
arnews[4] += "
";
arnews[5]="w a n d e r l i s t - Sexiest Female News Anchors Worldwide
";
arnews[5] += "Elita Loresca, 396, -, Jun 9 2008 6:30. WSVN-TV Miami Weather http://www.wsvn.com/, 604, -, Oct 27 2006 16:10. 52. Nichole Vrsansky, 390, -, Jun 7 2008 17:18. http://www.wifr.com/station/bios/news/11, 394, -, Aug 23 2004 10:27 ...";
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("