function out(Id) {
    pageTracker._trackPageview('/out/sites/'+Id);

	(new Image()).src="index.php?page=out&site=" + Id + "&rand=" + parseInt(Math.random()*10000000);
	return true;
}

function outtpl(Id, tpl) {
    (new Image()).src="index.php?page=out&site=" + Id + "&tpl="+tpl+"&rand=" + parseInt(Math.random()*10000000);
    return true;
}

