function ftclk(b) {
	if(document.images){
		// alert(escape(b.href)+'\n'+ escape(document.location) +'\n'+ (new Date()).getTime() +'\n');
		(new Image()).src="http://www.caftours.com/lib/tickets/tickets.clk.php?url="+escape(b.href)+"&loc="+escape(document.location)+'&cb='+(new Date()).getTime();
	}
	return true;
}

