//// JavaScript Document
//var mengvalue = -1;
//
//var phoneWidth = parseInt(window.screen.width);
//var phoneScale = phoneWidth / 640;
//
//var ua = navigator.userAgent;
//if (/Android (\d+\.\d+)/.test(ua)) {
// var version = parseFloat(RegExp.$1);
//
// if (version > 2.3) {
// document.write('');
//
// } else {
// document.write('');
// }
//
//} else {
// document.write('');
//}