$(document).ready(function(){
    $('#flash').flash(
        { src: 'images/top.swf',
          width: 843,
          height: 254 },
        { version: 9 }
    );

    $('#flash1').flash(
        { src: 'images/inversiones.swf',
          width: 170,
          height: 260 },
        { version: 9 }
    );
});

$(document).ready(function(){
	$('#frm_contacto').validate({
		errorLabelContainer: $("#error")
	});
});
