var link = document.createElement('link');
with( link ) {
href = 'http://www.tokushuuya.com/css/yspcd01style.css';
type = 'text/css';
rel = 'stylesheet';
}
var head = document.getElementsByTagName('head');
head.item(0).appendChild(link);
document.write('<script type="text/javascript" src="http://www.tokushuuya.com/yspcd01.php?s='+yspcd_vaffisid+'&a='+yspcd_vaffipid+'&u='+encodeURIComponent(location.href)+'&d='+yspcd_applicationid+'&t='+yspcd_temp+'&j='+yspcd_target+'&c='+yspcd_charset+'&g='+yspcd_genre+'&l='+yspcd_genrename+'&p='+yspcd_yposition+'"></script>');
