$(document).ready(function(){
    $('#flash-topo').flash(
        { src: 'swf/topo.swf',
          width: 810,
          height: 265,
		  wmode: 'transparent' },
        { version: 9 }
    );
	$('#flash-produtos-home').flash(
        { src: 'swf/flash-produtos-home.swf',
          width: 555,
          height: 245,
		  wmode: 'transparent' },
        { version: 9 }
    );
});
