(src)
| 82 | } catch (e) { } |
| 83 | |
| 84 | function newImage(src) { |
| 85 | var img = new Image(); |
| 86 | img.style.visibility = "hidden"; |
| 87 | img.style.position = "absolute"; |
| 88 | img.src = src; |
| 89 | } |
| 90 | function _ec_replace(str, key, value) { |
| 91 | if (str.indexOf("&" + key + "=") > -1 || str.indexOf(key + "=") === 0) { |
| 92 | // find start |