function CheckMultiple6(frm, name) { for (var i=0; i < frm.length; i++) { fldObj = frm.elements[i]; fldId = fldObj.id; if (fldId) { var fieldnamecheck=fldObj.id.indexOf(name); if (fieldnamecheck != -1) { if (fldObj.checked) { return true; } } } } return false; } function CheckForm6(f) { if (f.email.value == "") { alert("Please enter your email address."); f.email.focus(); return false; }
var fname = "CustomFields_1_6"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field First Name"); fld.focus(); return false; }
var fname = "CustomFields_8_6"; var fld = document.getElementById(fname); if (fld.selectedIndex == -1 || fld.selectedIndex == 0) { alert("Please choose an option for field Gender"); fld.focus(); return false; }
var fname = "CustomFields_13_6"; var fld = document.getElementById(fname);
CheckNum = parseInt(fld.value); if(fld.value != "" && isNaN(CheckNum)) { alert("Please enter a numeric value for field Postal code / Zip:"); fld.select(); fld.focus(); return false; }
return true; };

function CheckMultiple6(frm, name) { for (var i=0; i < frm.length; i++) { fldObj = frm.elements[i]; fldId = fldObj.id; if (fldId) { var fieldnamecheck=fldObj.id.indexOf(name); if (fieldnamecheck != -1) { if (fldObj.checked) { return true; } } } } return false; } function CheckForm6(f) { if (f.email.value == "") { alert("Please enter your email address."); f.email.focus(); return false; }
var fname = "CustomFields_1_6"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field First Name"); fld.focus(); return false; }
var fname = "CustomFields_8_6"; var fld = document.getElementById(fname); if (fld.selectedIndex == -1 || fld.selectedIndex == 0) { alert("Please choose an option for field Gender"); fld.focus(); return false; }
var fname = "CustomFields_13_6"; var fld = document.getElementById(fname);
CheckNum = parseInt(fld.value); if(fld.value != "" && isNaN(CheckNum)) { alert("Please enter a numeric value for field Postal code / Zip:"); fld.select(); fld.focus(); return false; }
return true; };

Get every article published on Alumni Wellness (usually 1 per day) delivered to your email inbox. To sign up scroll to the bottom of the page and enter your email address into the “email” field.
Get every article published on Alumni Wellness delivered to your RSS Feed Reader. To subscribe to the MDA RSS feed click the RSS buttons in the sidebar or click here. Don’t know what “RSS” is? Read below.
You can also follow Alumni Wellness on Twitter and become our friend on Facebook.
RSS stands for Really Simple Syndication. And trust us, it really is really simple. RSS is a bit of technology that allows Alumni Wellness lovers to view our blog in a blog feed reader – aka feeder or aggregator. Feed readers like Bloglines or Google’s Reader allow users to subscribe to any number of the thousands of blogs and news sources on the internet and view the content in a single place; making it easy to view all of your daily reads without having to go from one site to another. If you would like to subscribe to our blog click on the RSS link at the top of the sidebar, and then choose the feed reader that you use. It’s as easy as 1-2-3! (Still lost? For more info on RSS click here and here.)
