CustomScript.js 214 B

12345678910111213
  1. // JScript File
  2. function w(m) {
  3. if ("undefined" != m) {
  4. document.write("This is release");
  5. }
  6. document.write("<br>");
  7. }
  8. if(typeof(Sys) !== "undefined")Sys.Application.notifyScriptLoaded();