var info_send=0;

$(document).ready(function () {	            	
	$(".vt_main").click(function () {
		info_send++;
		if (info_send>1){
			$(this).css('cursor','progress');
			return false;
		}
	});	
});
