$(document).ready(function() 
	{
		$('#homeImageContainer').cycle({ 
			fx:     'scrollUp', 
			timeout: 6000, 
			delay:  -2000
		});
		
		$("#sponsors div img").imgCenter({
			scaleToFit: false
		});
	}
);

function openBrWindow(theURL,winName,features) 
{
  window.open(theURL,winName,features);
}
