$(document).ready(function(){
//$("input[@name=subscribe]").hide('slow');
//$("input[@type=checkbox]:eq(1)").hide("slow");
//$("input[@type=checkbox]:eq(2)").hide("slow");
//$("input[@name=subscribe]").attr({type:"hidden"});
});
function SubmitData(){
  if(checkform()){
    //$("input[@name=subscribe]").show();
    document.subscribeform.submit();
  }
}
