// Log the screen resolution. We do this so we can adjust the gallery image size to be optimal

var url = "/reslog.php?w="+screen.width + "&h="+screen.height;
document.write("<img src=\"" + url + "\"/>");

