/**
 * @author jasoncheng
 */

	function AddAlert(f) {
		alert('Product has been added to your shopping cart.');
	    return true;
	}
