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