
function doSearch() {
     document.form1.action="http://www.candidatecare.com/srccsh/RTI.home?d=chrysler.candidatecare.com";
     for (i=form1.rb1.length-1; i > -1; i--) {
         if (form1.rb1[0].checked) {
		   if (document.form1._keywords.value == "") {
               document.form1.action="http://www.candidatecare.com/srccsh/RTI.home?d=chrysler.candidatecare.com";
			} else {
               document.form1.action="http://www.candidatecare.com/srccsh/RTI.home?d=chrysler.candidatecare.com";
			}
         }
		 if (form1.rb1[1].checked) {
           //document.form1.action="http://www.chryslercareers.com/HourlyJobsAnnouncements.htm";
           document.form1.action="http://www.hourlychryslerjobs.com";
         }
		 if (form1.rb1[2].checked) {
	       document.form1.action="http://www.candidatecare.com/srccsh/RTI.home?d=chrysler.candidatecare.com";
		 }
	}
    document.forms["form1"].submit();
 }
function toggle(x) {
   var e = document.getElementById(x);
   if(e.style.display == ''){
          e.style.display = 'none';
   }else{
          e.style.display = '';
   }
}
