/* common.js */
function DoThis(val){
	var result = val;
	return result;
}
