var errorMsg					= "I'm sorry, but we are not able to process your order. Please check the following items:"
var qtyWarningA					= "You may order no more than ";
var qtyWarningB					= " of this item.";

var required				 	= {
									'name':		'* Name',
									'address':	'* Address',
									'city':		'* City',
									'county':	'* County',
									'zip':		'* Zip',
									'phone1':	'* Phone Number',
									'phone2':	'* Phone Number',
									'phone3':	'* Phone Number'
								};					