document.addEventListener("intel.xdk.device.ready",function() {
//start grabbing the Android hardware back button
intel.xdk.device.addVirtualPage();
},false);
document.addEventListener("intel.xdk.device.hardware.back", function() {
//continue to grab the back button
intel.xdk.device.addVirtualPage();
window.location.hash = 'somediv';
}, false);