var rules = new Array(); // stores the validation rules


rules.push("required,donation,Please enter an amount.");
rules.push("decimal,donation,You may only use numeric characters and decimal point");