

$(function(){
	$('a.email_check').nospam({ replaceText: true, filterLevel: 'low' });	
	jQuery('#contact_us').contactable({
		subject: 'Contact'
	 });
});

