  		function submitCredit() {
  		 var sTemp
  		 sTemp = document.theform_1.ddCredit.options[document.theform_1.ddCredit.selectedIndex].value;
  		 if ( sTemp == "Huh" ) {
  		  window.location.href="https://secure.thenetlab.net/RiverOaksToyota/content/credit.aspx?t=s";
  		  }
  		 if ( sTemp == "Bad" ) {
  		  window.location.href="https://secure.thenetlab.net/RiverOaksToyota/content/credit.aspx?t=s";
  		  }
  		 else {
  		  window.location.href="https://secure.thenetlab.net/RiverOaksToyota/content/credit.aspx";
  		  }
  		}
  		function submitBadCredit() {
  		  window.location.href="https://secure.thenetlab.net/RiverOaksToyota/content/credit.aspx?t=s";
  		}

