function cp(b,a,c){$.ajax({type:"POST",url:"http://www.hymnal.net/hymn.php/" + b + '/' + a,data:{commentpage:c,t:b,n:a},success:function(d){$("#content-tabs-comments .tab-content-comments").html(d)},error:function(d){alert("ERROR: "+d)}})};
$(document).ready(function() {
	$('#content-tabs').tabs();
});

