Hello World!
Since I am the first poster to this board the seemed appropriate! 
I have some questions about the tracking code for keywords. Here is what I have in my site.
<SCRIPT>
microsoft_adcenterconversion_domainid = 41465;
microsoft_adcenterconversion_cp = 5050;
</script>
<SCRIPT SRC="https://0.r.msn.com/scripts/microsoft_adcenterconversion.js"></SCRIPT>
<NOSCRIPT><IMG width=1 height=1 SRC="https://41465.r.msn.com/?type=1&cp=1"/></NOSCRIPT><a href="http://advertising.msn.com/MSNadCenter/LearningCenter/adtracker.asp" target="_blank"><span class="small-white">::adCenter::</span></a>
First, do I have to keep the AdCenter link to make this valid? Right now I have added a style to it to make it white and basically unseen, but want to just whack it all together.
Second, Since there appears to be some ID's here for me does that pose any kind of security risk? Could someone really mess around with my AdCenter stuff from these numbers?
Third, is there a way to give an option to have the code accurate for the schema of your site? I am using <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> and this automated code is giving me schema invalid errors. I am trying to eliminate all of these and have a W3C compliant site.