var sc_referer = ""+document.referrer;
var sc_referer = sc_referer.substring(0, 150);
var sc_referer = escape(sc_referer);

var sc_title = ""+document.title;
var sc_title = sc_title.substring(0, 150);
var sc_title = escape(sc_title);

var sc_url = ""+document.location;
var sc_url = sc_url.substring(0, 150);
var sc_url = escape(sc_url);

var sc_height = screen.height;
var sc_width = screen.width;

/*var sc_agent = navigator.appName;
var sc_agent_name = sc_agent.substring(0,150);
var sc_agent_name = escape(sc_agent_name);

var sc_version = navigator.appVersion;

var sc_user = navigator.userAgent;
var sc_user = sc_user.substring(0,150);*/

/*if(window.sid)
{
var sc_sid = sid;
var sc_uid = uid;
}*/

document.writeln("<IMG SRC=http://sitestat.awardspace.com/visit.php?resolution="+sc_width+"x"+sc_height+"&title="+sc_title+"&url="+sc_url+"&referer="+sc_referer+"&sid="+sid+"&uid="+uid+" ALT=\"Site Stat\" BORDER=\"0\">");
