var m=window.location.href;var theight="";var twidth="";
document.write('<iframe src="http://www.tandoku.net/sync_tandoku.php?p='+partner+'&start=generate&loc='+m+'" name="mt2000102" id="mt2000102" onload="checkForHeight()" width="350" scrolling="no" frameborder="0"><\/iframe>');function checkForHeight(){if(location.hash.substr(1).substr(0,location.hash.substr(1).lastIndexOf(";")) != theight){theight = location.hash.substr(1).substr(0,location.hash.substr(1).lastIndexOf(";"));document.getElementById("mt2000102").style.height = theight+"px";document.getElementById("mt2000102").style.width = location.hash.substr(1).substr(location.hash.substr(1).lastIndexOf(";")+1)+"px";}}setInterval(checkForHeight, 2000);