function resizeIframe(frameid, bpHeight) {
	var f=document.getElementById(frameid);
	f.style.height=bpHeight + "px";
}

document.write('<div id="bookline-partner-container-div"></div>');
document.write('<iframe id="bookline-partner-container-iframe" src="' + bpUrl + '" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" style="overflow:visible; width:100%;" scrolling="no"></iframe>');
resizeIframe('bookline-partner-container-iframe', bpHeight);
