function LycosHit() {
	var ord	= new Date();

	var res;
	if (window.screen)
		res = screen.width + 'x' + screen.height + 'x' + screen.colorDepth;
	else
		res = '';

	var tag = '<IMG SRC="http://hit.webcentre.lycos.co.uk/hit/?ord=' + ord.getTime() + '&res=' + res + '" BORDER=0 WIDTH=0 HEIGHT=0>';

	document.write(tag);
}

function SprayHit() {
	LycosHit();
}

function JubiiHit() {
	LycosHit();
}

function Count(site, lg, pg) {
	LycosHit();
}

