$(document).ready(function () {
	$('#header h1').flash({
		src: '/images/flash/banner_en.swf',
    		width: 665,
    		height: 85
	});

	$('body#home_en #content').flash({
		src: '/images/flash/evento_home_eng.swf',
    		width: 564,
    		height: 444
	});
	
	$('body#cocktail_en #content').flash({
		src: '../images/flash/coctel_eng.swf',
    		width: 564,
    		height: 444
	});
});
