function doAll(){
insertWebSignature();
insertCopyrightInfo();
}

function insertCopyrightInfo(){
if (document.getElementById("CSIcopyright")){
 document.getElementById("CSIcopyright").innerHTML = "&copy;2011 Creative Studios International LLC";
 }
}


function insertWebSignature(){
if (document.getElementById("webSignature")){
 document.getElementById("webSignature").innerHTML = "<a id='signatureLink' href='http://www.poeticcreative.com' target='_blank'>Site by Poetic</a>";
 }
}
