function checkbox() {
if (((document.Form.thebox.value == "dbaudioplus@yahoo.com") && 
 (document.Form.thepass.value == "dtbtouchscreens"))
|| ((document.Form.thebox.value == "jerrye23@att.net") && 
(document.Form.thepass.value == "dtbtouchscreens"))
|| ((document.Form.thebox.value == "mg1@langlaisgroup.com") && 
(document.Form.thepass.value == "dtbtouchscreens"))
|| ((document.Form.thebox.value == "kellimason@verizon.net") && 
(document.Form.thepass.value == "dtbtouchscreens"))
|| ((document.Form.thebox.value == "dbaudioplus2@yahoo.com") &&
 (document.Form.thepass.value == "dtbtouchscreens"))
||((document.Form.thebox.value == "dbaudioplus1@yahoo.com") && 
(document.Form.thepass.value == "dtbtouchscreens"))
|| ((document.Form.thebox.value == "mg1@langlaisgroup.com") && 
(document.Form.thepass.value == "dtbtouchscreens"))
|| ((document.Form.thebox.value == "dbaudioplus1@yahoo.com") && 
(document.Form.thepass.value == "dtbtouchscreens"))
|| ((document.Form.thebox.value == "dbaudioplus2@yahoo.com") &&
 (document.Form.thepass.value == "dtbtouchscreens"))
|| ((document.Form.thebox.value == "BSheehan@rsbmarketing.com") &&
 (document.Form.thepass.value == "dtbtouchscreens"))



)
{window.location = "memberstartpage.html"}
else { alert("Wrong Username or password, please try again.") }}
