function clicker(url,title)
	{
	uripath=URLpath+'func/clicker/clicker.php';
	var request=new Ajax.Request(uripath, {method: 'post', parameters: { urlIdent: url, pageTitle: title } } );
	}