	var file='/stattracker/screen_track.asp';

	w=screen.width; h=screen.height;
	info='w=' + w + '&h=' + h + '&v='+ navigator.vendor + '&vs=' + navigator.vendorSub;
	document.write('<img src="' + file + '?'+info+ '" width=1 height=1 border=0>');

