// JavaScript Document

/*
$(document).ready(function() {
    $('#bgimages').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		speed:3000,
		timeout:  10000
	});
});
*/
function AddOnload(myfunc)
{
 if(window.addEventListener)
  window.addEventListener('load', myfunc, false);
 else if(window.attachEvent)
  window.attachEvent('onload', myfunc);
}



function checkDealerLocatorSubmit() {
	if (typeof searchLocations == 'function') 
		{ 
		searchLocations();
		return false; 
		} 
	else return true;
}
