$(document).ready(function() {
	$('#home_callout .button').divLink();
	$('#simpleContact').simpleContact('http://www.ruxtonservices.com/wp-content/themes/ruxtonservices/js/simplecontact/simpleContact.php', {
			default: 'Fill out the form below to contact us.',
			sent: 'Your message has been sent.',
			fieldError: 'Please fix the errors below and try again.',
			sendError: 'There was an error sending, try again.'
		});
	$(".smartbox").smartbox();
});
