//marca las paginas que se visitan
function enviarVisita(nombreSeccion){
	//alert(nombreSeccion);
	pageTracker._trackPageview(nombreSeccion);
}// JavaScript Document

function cambiarFondo(fondo){
	//alert("entra"+fondo);
	document.body.style.backgroundImage="url("+fondo+")";
}

function bajarImagen(url){
	window.open("../class/jpg_encoder_download.php?"+url);
}

function tagRegistrado(){
	//alert("entraTAG");
	$("#divRegistrado").html("<img height='1' width='1' src='http://view.atdmt.com/action/drvdrv_BlackLabelVE_1'/>");
}

