/* Startlog JavaScript lib 0.01 */
/* Copyright 2007 Twee-D */

/* Stats functions */
/* Register Click Out */
function registerClickOut(id, bid, aid){
	//alert('Register ClickOut:' + id);
	url = '/stats/clickout.php';
	new Ajax.Request(url, {
	  method: 'post',
	  postBody: 'ID='+id+'&BID='+bid+'&AID='+aid	  
	});				
}