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

