function getReturnPage(pageName){ 
var url = document.location + "";

var idx1=url.indexOf('://'); 
var idx2 = url.indexOf('/', idx1+3)
var finalURL = url.substring(0, idx2) + '/' + pageName;

return escape(finalURL);
}
document.wsp_formsgr_frm.style.display='none';
document.wsp_formsgr_frm.parentNode.style.height='0px';
document.wsp_formsgr_frm.parentNode.parentNode.style.height='0px';

document.write('<script type="text/javascript" src="');
document.write('http://www.flooringleadgen.com/ccaforms.ashx?type=measurement&storebrand=c1&');
document.write('location_id=' + dealerinfo.store_id);
document.write('&redirect=' + getReturnPage('thank_you.html?estimate') + '" language="javascript">');
document.write('</script>');
