//	This team's JavaScript - Copyright (C) 2003-2010 Charles A Upsdell, All Rights Reserved; www.upsdell.com


//	OnLoad Function
function myOnLoad( nTimeLimit )
{
myCommonOnLoad( nTimeLimit );
myGetPhoto();
}

if ( typeof(cFilenameList) != 'undefined' )
	var myRandomPhoto = new cFilenameList ( [ '01 Made it!', '02 Will he make it?', '03 Cooperstown Dreams Park', '04 Cooperstown Aerial Map', '05 Fastball!', '=06.png Cooperstown Pin', '=07.png Cooperstown Classic 2010', '08 Cooperstown Opening Ceremony', '09 Cooperstown Closing Ceremony'  ], '', 'img/pic/slide', '.jpg', 'ins_HomePagePhoto', 'textSplit randomStack' );


