document.write(''); document.write(''); function backHome() { if (device.platform.toLowerCase() == 'android') { navigator.app.backHistory(); } else { document.location = "../index.html"; } }