var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " - "Adam+Korol" - Google News"; document.title=document.title+ " "; arnews[0]="Power Play Goal Gives Hockey a Key SUNYAC Victory - SUNY Brockport Athletics
"; arnews[0] += "

Power Play Goal Gives Hockey a Key SUNYAC Victory
SUNY Brockport Athletics
In the third period, Justin Noble (Georgetown, ONT) gave the Golden Eagles a 2-1 lead with assists from Ray Tremblay (Peachland, BC) and Adam Korol (Hurley, ...

"; arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 03:03:40 GMT+00:00"; arnews[0] += "
"; arnews[1]="James Cody Scores the Game Winner in Ice Hockey Victory - SUNY Brockport Athletics
"; arnews[1] += "

SUNY Brockport Athletics

James Cody Scores the Game Winner in Ice Hockey Victory
SUNY Brockport Athletics
In the second period, freshman defenseman Adam Korol (Hurley, NY) took a pass at the point and skated in two strides before sending a slap shot into the ...

"; arnews[1] += "
Publ.Date : Sat, 23 Jan 2010 03:37:28 GMT+00:00"; arnews[1] += "
"; arnews[2]="Hockey Holds on for Win at Lebanon Valley - SUNY Brockport Athletics
"; arnews[2] += "

Hockey Holds on for Win at Lebanon Valley
SUNY Brockport Athletics
In the third period, Brockport regained control with a pair of goals first by Jason Gorrie (Etobicoke, ONT) and the second by Adam Korol (Hurley, ...

"; arnews[2] += "
Publ.Date : Sat, 16 Jan 2010 03:18:05 GMT+00:00"; arnews[2] += "
"; totcount = 3; 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("
");