window.onload = function(){ if (checkagent() == true && is_touch_device() == true && checkIpad() == true && framework.isMobile() == false ) { changeColor(true); }; // document.getElementById("redtext").innerHTML = "checkagent: " + checkagent() + " istouchdevice: " + is_touch_device() + " isipad:" + checkIpad(); // checkagent(); }