 //JavaScript Document

$(document).ready(function(){
//    // Define what happens when the textbox comes under focus
//    // Remove the watermark class and clear the box
//    $(".Others-t").focus(function() {
//
//        $(this).filter(function() {
//
//            // We only want this to apply if there's not
//            // something actually entered
//            return $(this).val() == "" || $(this).val() == "type here"
//
//        }).removeClass("watermarkOn").val("");
//
//    });
//
//    // Define what happens when the textbox loses focus
//    // Add the watermark class and default text
//    $(".Others-t").blur(function() {
//
//        $(this).filter(function() {
//
//            // We only want this to apply if there's not
//            // something actually entered
//            return $(this).val() == ""
//
//        }).addClass("watermarkOn").val("type here");
//
//    });
});

	function box(){
			$('[name=resp1]').attr('checked', true);
	}
	function box2(){
			$('input[name=resp2]').attr('checked', true);
	}
	function box3(){
			$('input[name=resp3]').attr('checked', true);
	}
	function box4(){
			$('input[name=resp4]').attr('checked', true);
	}
	function box5(){
			$('input[name=resp5]').attr('checked', true);
	}
	function box5_1(){
			$('input[name=resp5_1]').attr('checked', true);
	}
	function box6(){
			$('input[name=resp7]').attr('checked', true);
	}

