$(document).ready(function() {
	$("a[rel=twipsy]").twipsy({placement: "below"});
	$("#contact-modal").modal();
});

