function round(x) {
	y=parseInt(100*x)/100;
 	return y;
}
