// JavaScript Document

$(document).ready(
	function() {
		_resize();
		$(window).resize(_resize);	
		swfobject.embedSWF("preloader.swf?tmp_date="+tmp_date, "flashContent", "100%", "100%", "9", "expressInstall.swf", flashvars);
		_analytics();
	}
);

function _resize() {
	var tamanhoHeight = 650;
	if ($('body').height() < tamanhoHeight) { 
		$('#flashContent').height(tamanhoHeight);
		$('body').height(tamanhoHeight);
	} else {
		$('#flashContent').height($('body').height());
	}
}

function _analytics() {
	try {
		var pageTracker = _gat._getTracker("UA-12352425-1");
		pageTracker._trackPageview();
	} catch(err) {
		// nada..
	}
}

function abrirRegulamento() {
	tb_show(null ,"regulamento.html?KeepThis=true&TB_iframe=true&height=450&width=550", false);
}
