/*
*	Custom JavaScript or jQuery code
*/

(function($) { $(document).ready(function(){

	/*
	*	Email protect
	*/
	//var getEmail = $('.email-protect').attr('rel').replace('|', '@').replace('_', '.');
	//$('.email-protect').attr('href', 'mailto:' + getEmail).html(getEmail);

});}(jQuery));;

