var u = "http://" + location.host + "/ads.php?drug=propecia&type=center";

document.write("<iframe " + 
' width="580" height="800" vspace="0" hspace="0" allowtransparency="true" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" style="border:0px;" id="PriceList" src="' + 
u.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/\"/g,"&quot;") + 
'"' +
'></iframe>');


function resizeIframe() {   
    var f = document.getElementById('PriceList');
	f.style.height =  f.contentWindow.document.getElementById('item_price_list').offsetHeight + 100 + "px";
	//f.style.height = f.contentWindow.document.body.scrollHeight + "px";
};
		
document.getElementById('PriceList').onload = resizeIframe;

// www.hc-adv.info

