﻿
function resizeIframe(){

//doesn't work cross-domain. leave this stub as a placeholder for if/when solution is found.
     //   var height = $('#iframeTarget').contents().find('body').height();
     //   alert(height);
     //   $('#iframeTarget').height(height + 110);

}

