function addStats(type, now) { /*****************************/ /* Author: Robert Moore */ /* Date Modified: 18/09/05 */ /* Version: 3.0 */ /*****************************/ screenw = screen.width; screenh = screen.height; var request = new Image(); request.src = "addstats.php?type=" + type + "&now=" + now + "&screenw=" + screenw + "&screenh=" + screenh; }