// JavaScript Document

$(document).ready(function () {
	if (typeof(contador) == 'undefined')
	{
		iframe = '<iframe src="/contador/contador.asp?res=' + screen.width + 'x' + screen.height + '&cor=' + screen.colorDepth + '&ref=' + document.referrer + '&url=' + document.URL  + '&location=' + window.location + '" style="display:none;"></iframe>';
		document.body.innerHTML += iframe;
		contador = true;
	}
});
