function buyFunc(str){;

            for(count=0;count<str.elements.length;count++){;

 
                        if(str.elements[count].name=='[ Cover Terms ]...'){;

				if(str.elements[count].checked==true){
					return false;

				}else{
					alert('Please read and agree to the Terms and Conditions of the EROL Cover Plan.')
					return true;
				}


                        };


            };
return false
}