//
// +---------------------------------------------------------------------+
// | phpOpenTracker - The Website Traffic and Visitor Analysis Solution  |
// +---------------------------------------------------------------------+
// | Copyright (c) 2000-2002 Sebastian Bergmann. All rights reserved.    |
// +---------------------------------------------------------------------+
// | This source file is subject to the phpOpenTracker Software License, |
// | Version 1.0, that is bundled with this package in the file LICENSE. |
// | If you did not receive a copy of this file, you may either read the |
// | license online at http://phpOpenTracker.de/license/1_0.txt, or send |
// | a note to license@phpOpenTracker.de, so we can mail you a copy.     |
// +---------------------------------------------------------------------+
// | Author: Sebastian Bergmann <sebastian@phpOpenTracker.de>            |
// +---------------------------------------------------------------------+
//
// $Id: webbug.js,v 1.4 2001/12/15 08:01:42 bergmann Exp $
//

client_id  = 2;

resolution = window.screen.width      + 'x' +
             window.screen.height     + 'x' +
             window.screen.colorDepth + 'bit';

document.write('<img src="http://www.dwss.it/_stats/src/log/image.php?' +
               'client_id='              + client_id         + '&' +
               'document='               + document.URL      + '&' +
               'referer='                + document.referrer + '&' +
               'add_data[]=resolution::' + resolution        +
               '" alt="" width="0" height="0" />'
              );
