// This is handling for Docodemo Bukken.
// By this measure, IE parser can be well treated. (Customized by Ambition Inc.)

function esdplCallback(es){
	var esdpl = new es.DokodemoPropertyList ("esdplContainer", "esdplView", 750, 

282, "#ffffff") ;
	esdpl.addVariable("searchId", 194);
	esdpl.addVariable("dokodemoPass", "6865b9fab83719f317d1aca516e07a50");
	esdpl.addVariable("customNum", 1);
	esdpl.addVariable("listTitle", "当店のおすすめ物件");
	esdpl.addVariable("thumbnailType", 1);
	esdpl.addVariable("orderBy", "!exportStartDate_5");
	esdpl.addVariable("themeNum", 5);
	esdpl.addVariable("layoutNum", 1);
	esdpl.render();
}

function ambDocodemo(){
	var esdplURL="http://www.es-component.com/esdpl/js/DokodemoPropertyList.js";
	document.getElementById('esdplImporter').src=esdplURL;
}

window.onload =  function() {
  setTimeout("ambDocodemo();", 1);
}
