Rakuten Card
'
);
}
} catch(e) {}
setTimeout("hy.view()",3000);
},
checkLinkId : function (link_id) {
link_id = link_id.replace(/^[\s ]+|[\s ]+$/g, '');
if(link_id.match(/^[0-9a-z]{8}\.[0-9a-z]{8}\.[0-9a-z]{8}\.[0-9a-z]{8}$/)) {
this.affiliateLink = this.hbLink.replace(/%s/, link_id);
} else if (link_id.match(/^[0-9a-z]{8}\.[0-9a-z]{8}$/)) {
this.affiliateLink = this.pcLink.replace(/%s/, link_id);
}
}
}
hy = new hyouji();
hy.affiliateLink = hy.baseLink;
hy.checkLinkId(harami);
if (hy.affiliateLink != "") {
document.write('');
document.write(' ');
document.write(' ');
document.write(' ');
document.write(' ');
document.write(' ');
} else {
document.write('Loading now.... ');
}
hy.view();
|