$(document).ready(function() {
						   
	$('#popupbox').jqm({
		ajax: '@href', 
		trigger: 'a.modal'
	});

});






			

