function start_shipping(){
}

function set_shipping_item(item, qty){
}

function get_shipping(){
	return 9.90;
}
