// オススメ賃貸物件情報
var esdplURL="http://www.livemax.net/common/js/DokodemoPropertyList.js";
document.getElementById('esdplImporter').src=esdplURL;

function esdplCallback(es){
	var esdpl = new es.DokodemoPropertyList ("esdplContainer", "esdplView", 602, 520, "#ffffff") ;
	esdpl.addVariable("searchId", 908);
	esdpl.addVariable("dokodemoPass", "89fc9b3f5df5c20dd03c0a3bb550499e");
	esdpl.addVariable("customNum", 1);
	esdpl.addVariable("listTitle", "");
	esdpl.addVariable("thumbnailType", 1);
	esdpl.addVariable("orderBy", "random");
	esdpl.addVariable("themeNum", 0);
	esdpl.addVariable("layoutNum", 1);
	esdpl.render();
}