document.observe("dom:loaded", function() {
	if( ids ) {
		var url = rootUrl+'registerImpressions.php';
		var pars = 'ids=' + ids;
		new Ajax.Request(url, {method: 'get',parameters: pars});
	}
});
