function getMobile() {
	var m = "670723 / 614)0( / 16+";
	var out = "";
	i=m.length;
	while (i>=0) {
	out = out + m.charAt(i);
	i--;
   }
   return out;
}