jQuery(function($){
	$('#mapa-representante').flash(
        { src: 'swf/representantes.swf',
          width: 305,
          height: 323,
		  wmode: 'transparent' },
        { version: 9 }
    );
	
	$('#flash-index').flash(
        { src: 'swf/index.swf',
          width: '100%',
          height: 537,
		  wmode: 'transparent' },
        { version: 9 }
    );

});
