url.js 99 B

12345678910
  1. function createDynamicURL(k)
  2. {
  3. //The variable to be returned
  4. var URL;
  5. return URL;
  6. }