// JScript File function w(m) { if ("undefined" != m) { document.write("This is release"); } document.write("<br>"); } if(typeof(Sys) !== "undefined")Sys.Application.notifyScriptLoaded();