$(document).ready(function() {
	if (document.flash.length > 0) {
		new Boxy(document.flash, {modal: true,
			title: "Project Quote Request",
			afterHide: function () {
				window.location = document.flash_navigate;
			}
		});
	}
});