$(document).ready(function() {
$(".post figure a").append("<span class='inlay'> </span>");

	
		$("pollbar poll").append("<span>&nbsp</span>");


		$("#tptn_related_daily .view-post,#tptn_related .view-post").append("<span class='icon'> </span><span>ผู้เข้าชม</span>");

	
	
		$("#content .afterclear .content-page-why").append("<span class='bg-whyfree'></span>");

	
	
		$(".signIn a,.register a").append("<span class='light'></span>");	
	
	
	
		$("#fourregist #first").click(function() {
			$("#wpcf7-f7-p4040-o1").toggle(300);
		});
		$("#fourregist #second").click(function() {
			$("#wpcf7-f8-p4040-o2").toggle(300); 
		});
		$("#fourregist #third").click(function() {
			$("#wpcf7-f9-p4040-o3").toggle(300);
		});
		$("#fourregist #fourth").click(function() {
			$("#wpcf7-f10-p4040-o4").toggle(300);
		});
		
		$(".wpcf7 .close").click(function() {
			$(".wpcf7").hide(300);
		});
	
});

