$(document).ready(function(){var a=$("#terms-box");a.load("/termsandconditionspartial");a.dialog({modal:true,draggable:false,resizable:false,autoOpen:false,width:740,height:$(window).height()-30,buttons:{Close:function(){$(this).dialog("close")}}});$("a.termsandconditions").click(function(){a.dialog("open");return false})});