/* Status: Loaded from Transient */

Untitled Document

window.onload=function(){
document.getElementById(“loadThisBtn”).click();
};
function clicked(){
alert(“button clicked”)
}