$(document).ready(function () {
	$('#header h1').flash({
   		src: 'http://www.elcim.es/images/banners/banner_ca.swf',
    		width: 665,
    		height: 85
	});
	$('#footer2').flash({
   		src: 'http://www.elcim.es/images/banners/banner_footer_ca.swf',
    		width: 750,
    		height: 85
	});
});

