var custom = {};

custom.templates = {
	test_temp1 : {
		'checks' : [
			['PRODUCT1', 'eq' , 'Y' ]
		]},
	test_temp2 : {
		'checks' : [
			['PRODUCT1', 'eq' , '' ]
		]}
};
