$(document).ready(function(){

	$("#logos").flashembed({
		src: 'logo-comcel.swf',
		width: 120,
		height: 56
	},{ config: { wmode: 'transparent' }});

	$("#videoblog").flashembed({
		src:'fotoblog.swf',
		width:730,
		height:520
	},{ config: { wmode: 'transparent' }});
	
});