jQuery.noConflict();

window.defaultUrl = "";

jQuery(function(){
	
	if(!empty(s = $t("SCRIPT", document)))
	{
		window.defaultUrl = s[0].src.toString().split("js/")[0];
	}
	
	writeSWFs();
	
});

function writeSWFs()
{
	var b;
	
	if(!empty(b=$("banner")))
	{
		var r = Math.round(Math.random() * 4) + 1;
		new Flash(window.defaultUrl + "swf/pietre_topo_0" + r + ".swf?2", null, "100%", "100%", {wmode: "opaque"}).writeIn(b);
	}		
}


function showAguarde()
{
	//<div id="activity">Carregando Dados...</div>
	var d = $e("DIV", {id: "activity", innerHTML: "Carregando Dados..."});
	document.body.top(d);
}
function hideAguarde(){ $("activity").remove(); }

function clickGaleria(e)
{
	window.open(this.href.toString(), null, "width=650, height=465, status");
	
	this.cancelEvent(e || window.event);
	return false;
}

jQuery(function(){
	
	jQuery('div.bloco-direita h3.expand').click(function(){
		jQuery(this).next().toggle('slow', function(){		
		});
	})	
	
	jQuery("ul li:last-child").addClass("last");
	jQuery("ul li:first-child").removeClass("last").addClass("first");
});
