//koume.js

var gadgetType = "koumeNormal";

var height = 364;
var width = 150;

var pattern;
var amazon_afid;
var wishlistid;

if(!pattern) {
	pattern = "standard";
};
if(!amazon_afid) {
	amazon_afid ="clubbbq-2-22";
};
if(!wishlistid) {
	wishlistid ="38CRFEKODYKET";
};

var htm = "";
htm += '<iframe ';
htm += 'src="http://gadget.club.jp/koume/js/koumeBlogTool.html';
htm += '?pattern=' +pattern;
htm += '&amazon_afid=' +amazon_afid;
htm += '&rurl=' + location.href;
htm += '&wishlistid=' + wishlistid;
htm += '&gadgetType=' + gadgetType;
htm += '" ';

htm += 'height="' + height + '" '
htm += 'width="' + width + '" ';
htm += 'vspace="0" hspace="0" border="0" frameborder="0" scrolling="no"></iframe>';

document.write(htm);