/**
 * 
 * @version $Id$
 * @copyright Turtle Technologies 2003
 * @author P. Gnana Prakash 
 * @module Statistics
 * @name statistics.js
 * @date 7 May
 */

var strResolution = screen.width + "x" + screen.height ; 
var strColorDepth = screen.colorDepth + "Bit";

var strQueryString="<img src='statisticsenter.php?Resolution="+strResolution+"&Color_Depth="+strColorDepth+"' alt='' border='0'>";

//alert (strQueryString);
document.write(strQueryString);