$(function() {
	$('a.nyroModal').nyroModal(
		$.nyroModalSettings({
			modal: false,
			titleFromIframe: false,
			title:""
		})
	);
});