/*!  legalResources v1.0 */

function legalResources(){

var password;

var key = 'mhms20111qtr';

password=prompt('Please enter your password:','');
	if (password == key) {
	location.href= "http://www.drlaw.com/Legal-Resources/New-York-associate.aspx?association=ocny";
	}else{
	alert('Your password is incorrect or outdated. Please contact the Medical Society office for help accessing the legal resources page.');
	}
}
