function externalTransitionsReg (el)
{
	var from = location.href;
	var to = $(el).attr('href');
	$.post('/ajax/external/', {from: from, to: to});
}