
function GetCTA(str){
var myPath =str;

document.write('<a href="surrey-garage-door-designer.aspx">');
document.write('<img src="sites/');
document.write(myPath);
document.write('/images/Float-CTA.jpg" border="0">');
document.write('</a>');


}

