
if ( typeof(TLAB) == 'undefined' ) TLAB = function() {};

TLAB.Recommend = function (arg1, arg2) {
	this.divtag = arg1;
	this.itemid = escape(arg2);
	this.width = 778;
	this.height = 600;
	this.url = "https://www2.teamlab-recommend.jp/cl009/recommend.xml?ctype=1&item=" + this.itemid;
	return this;
}

TLAB.Recommend.prototype.sendRequest = function () {
	document.getElementById(this.divtag).innerHTML = "<iframe allowtransparency='true' id='teamlab_recommend_frame' width='" + this.width + "' height='" + this.height + "' name='teamlab_recommend_frame' frameborder='0' scrolling='no' src='" + this.url + "'></iframe>";
}

TLAB.History = function (arg1) {
	this.divtag = arg1;
	this.width = 460;
	this.height = 235;
	this.url = "https://www2.teamlab-recommend.jp/cl009/history.html";
	return this;
}

TLAB.History.prototype.sendRequest = function () {
	document.getElementById(this.divtag).innerHTML = "<iframe allowtransparency='true' id='teamlab_recommend_frame' width='" + this.width + "' height='" + this.height + "' name='teamlab_recommend_frame' frameborder='0' scrolling='no' src='" + this.url + "'></iframe>";
}

TLAB.Personal = function (arg1) {
	this.divtag = arg1;
	this.width = 460;
	this.height = 235;
	this.url = "https://www2.teamlab-recommend.jp/cl009/personal.html?ctype=1";
	return this;
}

TLAB.Personal.prototype.sendRequest = function () {
	document.getElementById(this.divtag).innerHTML = "<iframe allowtransparency='true' id='teamlab_recommend_frame' width='" + this.width + "' height='" + this.height + "' name='teamlab_recommend_frame' frameborder='0' scrolling='no' src='" + this.url + "'></iframe>";
}

TLAB.RankingAll = function (arg1) {
	this.divtag = arg1;
	this.url = "https://www2.teamlab-recommend.jp/cl009/ranking.html";
	this.width = 670;
	this.height = 230;
	return this;
}

TLAB.RankingAll.prototype.sendRequest = function () {
	document.getElementById(this.divtag).innerHTML = "<iframe allowtransparency='true' id='teamlab_recommend_frame' width='" + this.width + "' height='" + this.height + "' name='teamlab_recommend_frame' frameborder='0' scrolling='no' src='" + this.url + "'></iframe>";
}

TLAB.RankingCategory = function (arg1, arg2, arg3) {
	this.divtag = arg1;
	this.ctype = escape(arg2);
	this.cat = escape(arg3);
	this.url = "https://www2.teamlab-recommend.jp/cl009/ranking.html?ctype=" + this.ctype + "&cat=" + this.cat;
	this.width = 670;
	this.height = 230;
	return this;
}

TLAB.RankingCategory.prototype.sendRequest = function () {
	document.getElementById(this.divtag).innerHTML = "<iframe allowtransparency='true' id='teamlab_recommend_frame' width='" + this.width + "' height='" + this.height + "' name='teamlab_recommend_frame' frameborder='0' scrolling='no' src='" + this.url + "'></iframe>";
}





if ( typeof(TLAB2) == 'undefined' ) TLAB2 = function() {};

TLAB2.Recommend = function (arg1, arg2) {
	this.divtag = arg1;
	this.itemid = escape(arg2);
	this.width = 778;
	this.height = 600;
	this.url = "https://www2.teamlab-recommend.jp/cl010/recommend.xml?ctype=1&item=" + this.itemid;
	return this;
}

TLAB2.Recommend.prototype.sendRequest = function () {
	document.getElementById(this.divtag).innerHTML = "<iframe allowtransparency='true' id='teamlab_recommend_frame' width='" + this.width + "' height='" + this.height + "' name='teamlab_recommend_frame' frameborder='0' scrolling='no' src='" + this.url + "'></iframe>";
}

TLAB2.History = function (arg1) {
	this.divtag = arg1;
	this.width = 460;
	this.height = 235;
	this.url = "https://www2.teamlab-recommend.jp/cl010/history.html";
	return this;
}

TLAB2.History.prototype.sendRequest = function () {
	document.getElementById(this.divtag).innerHTML = "<iframe allowtransparency='true' id='teamlab_recommend_frame' width='" + this.width + "' height='" + this.height + "' name='teamlab_recommend_frame' frameborder='0' scrolling='no' src='" + this.url + "'></iframe>";
}

TLAB2.Personal = function (arg1) {
	this.divtag = arg1;
	this.width = 460;
	this.height = 235;
	this.url = "https://www2.teamlab-recommend.jp/cl010/personal.html?ctype=1";
	return this;
}

TLAB2.Personal.prototype.sendRequest = function () {
	document.getElementById(this.divtag).innerHTML = "<iframe allowtransparency='true' id='teamlab_recommend_frame' width='" + this.width + "' height='" + this.height + "' name='teamlab_recommend_frame' frameborder='0' scrolling='no' src='" + this.url + "'></iframe>";
}

TLAB2.RankingAll = function (arg1) {
	this.divtag = arg1;
	this.url = "https://www2.teamlab-recommend.jp/cl010/ranking.html";
	this.width = 670;
	this.height = 230;
	return this;
}

TLAB2.RankingAll.prototype.sendRequest = function () {
	document.getElementById(this.divtag).innerHTML = "<iframe allowtransparency='true' id='teamlab_recommend_frame' width='" + this.width + "' height='" + this.height + "' name='teamlab_recommend_frame' frameborder='0' scrolling='no' src='" + this.url + "'></iframe>";
}

TLAB2.RankingCategory = function (arg1, arg2, arg3) {
	this.divtag = arg1;
	this.ctype = escape(arg2);
	this.cat = escape(arg3);
	this.url = "https://www2.teamlab-recommend.jp/cl010/ranking.html?ctype=" + this.ctype + "&cat=" + this.cat;
	this.width = 670;
	this.height = 230;
	return this;
}

TLAB2.RankingCategory.prototype.sendRequest = function () {
	document.getElementById(this.divtag).innerHTML = "<iframe allowtransparency='true' id='teamlab_recommend_frame' width='" + this.width + "' height='" + this.height + "' name='teamlab_recommend_frame' frameborder='0' scrolling='no' src='" + this.url + "'></iframe>";
}
