// JavaScript Document
var esdplURL="http://www.es-component.com/esdpl/js/DokodemoPropertyList.js";
document.getElementById('esdplImporter').src=esdplURL;

function esdplCallback(es){
	var esdpl = new es.DokodemoPropertyList ("esdplContainer", "esdplView", 492, 300, "#ffffff") ;
	esdpl.addVariable("searchId", 1145);
	esdpl.addVariable("dokodemoPass", "69e77991cf94d3271ede74d7074471cf");
	esdpl.addVariable("customNum", 1);
	esdpl.addVariable("listTitle", "新着更新物件の一部をご紹介");
	esdpl.addVariable("thumbnailType", 1);
	esdpl.addVariable("orderBy", "random");
	esdpl.addVariable("themeNum", 4);
	esdpl.addVariable("layoutNum", 1);
	esdpl.render();
}