$(document).ready(function() {
	$.preloadImages(
		'/images/gensan-hover.png',
		'/images/lineapd-hover.png',
		'/images/mastergym-hover.png',
		'/images/maxdynsport-hover.png'
	);
	
	// Flash banner
	$('#nutrifittBanner').flash({
		src: '/swf/nutrifitt-banner.swf',
		width: 900,
		height: 200,
		wmode: 'opaque'
	});
});
