$(document).ready(function(){  

	if ($('a.email').length > 0)
	{
		$.getScript('/scripts/jquery.mailto.js',function()
		{ 
			$('a.email').mailto();
		});
	}
});
