$(function(){
	$("span.aviewpl").click(function(){
		window.location.hash="commentform";
		$("#plcontent").load("/e/pl/more/plcon.php?classid="+classid+"&id="+id);
	});
	$("span.apostpl").click(function(){
		window.location.hash="commentformpost";
	});
	
});

