// JavaScript Document
$(document).ready(function(){
	$('a#modal-bottom').modal();
});
