function onDeviceReady()
{
if (window.innerHeight > "480")
{
//http://www.youtube.com/watch?v=E0UV5i5jY50
}
else
{
}
Cordova.exec("ChildBrowserCommand.showWebPage", loc);
//navigator.notification.alert("Welcome to the Cordova!")
}
</script>
</head>
<body onload="onBodyLoad()">
<p id="deviceArray">Loading device properties...</p>
</body>
</html>