$(document).before(function(){

	$(document).autoHeight(".dicas_de_como_comprar_ul");
	$(document).autoHeight(".tipos_de_tapetes_ul");
	$(document).autoHeight(".dicas_de_manutencao_ul");
	
	
	

});

$(document).ready(function(){
		
		var element = $(document).find(".image_03");		
		$(".image_03").remove(".image_03");
		$(".texto_3").after(element);

});


function insereFlash(filename,name,largura,altura){
			AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', largura,
			'height', altura,
			'src', 'a',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'transparent',
			'devicefont', 'false',
			'id', 'a',
			'bgcolor', '#ffffff',
			'name', 'a',
			'menu', 'true',
			'allowScriptAccess','sameDomain',
			'movie', filename,
			'salign', ''
			); //end AC code
	
}

