var mylocalStorage = {}; window.mylocalStorage = mylocalStorage; var BMCUP=0; var isPool=1; var signupwindowObjectReference = null var profilewindowObjectReference = null function clearDocument(){ $(document.body).empty(); } function loadHTML(filename){ jQuery.ajaxSetup({async:false}); jQuery.get(filename, function(data, status){ $(document.body).append(data); }); jQuery.ajaxSetup({async:true}); } function getHTML(filename){ jQuery.ajaxSetup({async:false}); jQuery.get(filename, function(data, status){ jQuery.ajaxSetup({async:true}); return(data); }); } function loadCSS(filename){ jQuery.ajaxSetup({async:false}); jQuery.get(filename, function(data, status){ $("