function loadGoldImage(obj, callback,d) { document.getElementById("gold1").style.color="#000000"; document.getElementById("gold1").style.backgroundColor="#ffa500"; document.getElementById("gold2").style.color="#000000"; document.getElementById("gold2").style.backgroundColor="#ffa500"; document.getElementById("gold3").style.color="#000000"; document.getElementById("gold3").style.backgroundColor="#ffa500"; document.getElementById("gold4").style.color="#000000"; document.getElementById("gold4").style.backgroundColor="#ffa500"; document.getElementById("gold5").style.color="#000000"; document.getElementById("gold5").style.backgroundColor="#ffa500"; switch (d) { case 1: document.getElementById("gold1").style.backgroundColor="#ffa500"; document.getElementById("gold1").style.color="#ffffff"; break; case 2: document.getElementById("gold2").style.backgroundColor="#ffa500"; document.getElementById("gold2").style.color="#ffffff"; break; case 3: document.getElementById("gold3").style.backgroundColor="#ffa500"; document.getElementById("gold3").style.color="#ffffff"; break; case 4: document.getElementById("gold4").style.backgroundColor="#ffa500"; document.getElementById("gold4").style.color="#ffffff"; break; case 5: document.getElementById("gold5").style.backgroundColor="#ffa500"; document.getElementById("gold5").style.color="#ffffff"; break; default: } var img = new Image();img.src = obj.href;if (img.complete) { callback.call(img);return; } img.onload = function () { callback.call(img); }; }; function imgGoldLoaded(){document.getElementById("goldImg").src = this.src; }var form_content ='
$1222.6 ▲+13.00+1.07%
1m1q6m1y5y
08:16 AM UTC 02.02.2017
'; document.write(form_content);