// JavaScript Document

var tag = "<img src='http://www.sound-staff.com/yosakoi/index.cgi?page=";
var tagend = "' width=1 height=1>";
document.writeln(tag+document.location+tagend);