$(document).ready(function(){
	$('.mostrar_tel').click(function(){
		$('.telefono #telefono_oculto').html($(this).attr('rel'));
		$(this).remove();
		var url = 'http://www.escortsprestige.com/queries/addtlfrequest.php';
		var escort_id = location.href.toString().match(/([0-9]+)\..*/g).toString().split('.')[0];

		$.post(
			url,
			{ escort: escort_id }
		);
	});
});
