// Java Document
if(iframe_width=="") {
			iframe_width="214";
			} else {
			iframe_width=iframe_width
			}
if(iframe_height=="") {
			iframe_height="210";
			} else {
			iframe_height=iframe_height
			}
document.write('<div id="myTransactions">')
document.write('<h4>View My Transactions<br />')
document.write('<span>Powered by SureClose<sup>&#174;</sup></span></h4>')
document.write('<div id="stewartonline_login">')
document.write('<iframe src="http://online.stewart.com/sites/consumer/home/Pages/ssologin.aspx?BrandCode=' + BrandCode + '&isIFrameLogIn=true&#38;ReferrerURL=http://' + ReferringURL + '" allowtransparency="true" marginheight="0" marginwidth="0" width="' + iframe_width + '" frameborder="0" height="' + iframe_height + '" scrolling="no"></iframe>');
document.write('</div>')
document.write('</div>')
