$( document ).ready( function () {
	$( '#tel' ).scrollFollow( {
		speed: 500,
		offset: 20
	} );
} );
