function stats(id) {

	document.images['stat'].src = '/img/stat.gif?id=' + id + '&width=' + screen.width + '&height=' + screen.height + '&depth=' + screen.colorDepth;
}

