$(document).ready(function() {
	$("a.iframe").click(function() {
		$().modal($(this).attr("href"),"iframe");
		return false;
	});

});