$(function(){
	addSpan();
	$(".del_blog a").click(function(event){
		event.preventDefault();
		if(confirm('ต้องการลบใช่ไหม?')){
			window.location = ""+$(this).attr("href");
		}
	});
	/*$("#lnpage a").click(function(event){
		event.preventDefault();
		loadContent($(this).attr("href"));
	});*/
	gotopage('blog');
	$(".prvpage, .nextpage").click(function(event){
		event.preventDefault();
		window.location.href=$(this).attr("alt");
	});
	$("#no_data").css({"border-width":0});
});
