1 function () {
2 var a = d[f],
3 c = document.getElementById("hplogo");
4 if (c && a[0]) {
5 var b = document.createElement("div");
6 b.id = "hplogo" + f;
7 b.style.left = a[0] + "px";
8 b.style.top = a[1] + "px";
9 b.style.width = a[2] + "px";
10 b.style.height = a[3] + "px";
11 b.style.background = "url(http://www.front2end.cn/wp-content/uploads/graham11-hp-sprite.png) no-repeat " + -g + "px " + -h + "px";
12 b.onmousedown = k;
13 a[3] > i && (i = a[3]);
14 a[4] ? (g = 0, h += i, i = 0) : g += a[2];
15 c.appendChild(b); ++f;
16 f < e && (j = window.setTimeout(l, 83))
17 }
18 }
2 var a = d[f],
3 c = document.getElementById("hplogo");
4 if (c && a[0]) {
5 var b = document.createElement("div");
6 b.id = "hplogo" + f;
7 b.style.left = a[0] + "px";
8 b.style.top = a[1] + "px";
9 b.style.width = a[2] + "px";
10 b.style.height = a[3] + "px";
11 b.style.background = "url(http://www.front2end.cn/wp-content/uploads/graham11-hp-sprite.png) no-repeat " + -g + "px " + -h + "px";
12 b.onmousedown = k;
13 a[3] > i && (i = a[3]);
14 a[4] ? (g = 0, h += i, i = 0) : g += a[2];
15 c.appendChild(b); ++f;
16 f < e && (j = window.setTimeout(l, 83))
17 }
18 }