
$(document).ready(function() {
	

	
	$("#allvideos .chk" ).click(function(){
		
		//$(".chk", this).live("click", function(){
			
			 
			$('#allvideos').submit();
			
			/*
			$('#allvideos').submit(function() {

				
				/* var funny = $("#funny").val();
				 var corporate = $("#corporate").val();	  
					  
				 $.ajax({
					 type : 'POST',
					 url : 'post.php',
					 dataType : 'json',
					 data: {
					 email : $('#email').val()
				},
				success : function(data){
						$("#results").html(data);
				}}
					
			  )
			  
			  });*/
	//	});
	});
	

})

