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.getElementsByTagName('iframe')[0].style.height="0px";

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