$('#test1').nutritionLabel({
	width : 300,
	showServingUnitQuantity : false,
	itemName : 'Bleu Cheese Dressing',
	ingredientList : 'Bleu Cheese Dressing',

	decimalPlacesForQuantityTextbox : 2,
	valueServingUnitQuantity : 1,

	allowFDARounding : true,
	decimalPlacesForNutrition : 2,

	showPolyFat : false,
	showMonoFat : false,

	valueCalories : 450,
	valueFatCalories : 430,
	valueTotalFat : 48,
	valueSatFat : 6,
	valueTransFat : 0,
	valueCholesterol : 30,
	valueSodium : 780,
	valuePotassium : 210,
	valueTotalCarb : 3,
	valueFibers : 0,
	valueSugars : 3,
	valueProteins : 3,
	valueVitaminD : 1.22,
	valuePotassium_2018 : 4.22,
	valueCalcium : 7.22,
	valueIron : 11.22,
	valueCaffeine : 15.63,
	showLegacyVersion : false
});