function get_noticias_rand() {
	
		var lv = new LoadVars();
		lv.acao = "noticias";
                lv.idioma = "pt";
				
		lv.onLoad = function() {
			document.getElementById("dv_rand_noticias").innerHTML = lv.content;
		}
		
		lv.send("ajax.php?modelo=destaques", "POST");	
	
}

function get_taxas_rand(){
	
		var lv = new LoadVars();
		lv.acao = "taxas";		
				
		lv.onLoad = function() {
			document.getElementById("dv_rand_taxas").innerHTML = lv.content;
		}
		
		lv.send("ajax.php?modelo=destaques", "POST");	
	
}

function get_produtos_rand() {
	
		var lv = new LoadVars();
		lv.acao = "produtos";		
				
		lv.onLoad = function() {
			document.getElementById("dv_rand_produtos").innerHTML = lv.content;
		}
		
		lv.send("ajax.php?modelo=destaques", "POST");	
	
}
