/****************************************************************************
* Google Analytics
****************************************************************************/
function click() {
	if (event.button==2) {
		alert('http://QueroMaisRenda.Com © 2008 \n Site com Direitos Autorais. \n Proibida a cópia.');
	}
};

document.onmousedown=click;

function stats() {
	window.status="Conheça A GRANDE TENDÊNCIA";
	setTimeout("stats()", 1);
};

stats();
//--------------------------------------------------------------------------

