	function showModal(_url) {
		var _this = this;
	//	alert(_url);
		$('#notify_content').html("<IFRAME src='"+_url+"' width='100%' height='"+$(window).height()/1.8+"' frameborder=0></IFRAME>");
		modal_base.init("error", "External Source", "#notification", "OK", null,null,2 );
		//alert(modal_base.init);
		$('#facebox .body').width($(window).width() / 1.1);
		$('#facebox .body').height($(window).height() / 1.5);

//alert($(window).width());

		$('#facebox').css('left', $(window).width()/18);
	}



