history.pushState(history.length +1,"message",window.location.href.split('#')[0] +"#" +new Date().getTime());
if (navigator.userAgent.indexOf('Android') != -1) {
if (typeof(tbsJs) !="undefined") {
tbsJs.onReady('{useCachedApi : "true"}',function(e) {});
window.onhashchange =function() {
location.href ='#';
};
}else {
window.onhashchange =function(event) {
history.go(1);
location.href ='#';
};
}
}else {
window.onhashchange =function() {
location.href ='#';
};
}