window.defaultUrl = "";

_c(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() * 2) + 1;
		new Flash(window.defaultUrl + "swf/pietre_topo_0" + r + ".swf", 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;
}
