function checkPassword(sPassword){

	if (sPassword == 'ccrfrocks'){
		window.location = 'http://chicagocaninerescue.com/board_index.html';
	}else{
		alert('Password is incorrect.  Make sure the caps lock is not on.');
	}
}