function writeHTMLasJS(){
document.write("<table border=\"0\" cellspacing=\"20\" align=\"center\">");
document.write("			          <tbody>");
document.write("			    <tr>");
document.write("			              <td class=\"body_table_style_disclaimer\" align=\"left\" width=\"544\">");
document.write("				        <p class=\"body_main_text_disclaimer\">");
document.write("				        <a href=\"mailto:development@aspire-irl.org\"><font class=\"body_main_text_disclaimer_c\">&copy;<\/font>");
document.write("				        aspire<\/a>- The Asperger");
document.write("				        Syndrome Association of Ireland. Aspire is a registered");
document.write("				        Charity - Charity Number CHY 11438.");
document.write("				        Please note: aspire does not endorse, approve or assume");
document.write("				        responsibility for any product, brand, service or company");
document.write("				        mentioned herein.");
document.write("				        None of the information contained within should be taken as");
document.write("				        medical advice.<\/p>");
document.write("				      <\/td>");
document.write("			              ");
document.write("			              <td align=\"right\" width=\"200\">");
document.write("			                <!-- BEGIN Attracta | Site 428091 | Badge 1 --> ");
document.write("				        ");
document.write("				        <script type=\"text\/javascript\" src=\"http:\/\/cdn.attracta.com\/badge\/js\/428091\/core.js\"><\/script> ");
document.write("				        <a href=\"http:\/\/cdn.attracta.com\/badge\/verify\/428091.html\"><img alt=\"Increase your website traffic with Attracta.com\" style=\"border:0px\" src=\"http:\/\/cdn.attracta.com\/badge\/img\/428091\/1.png\"><\/a> ");
document.write("				        <!-- END Attracta -->");
document.write("			             <\/td>");
document.write("			      <\/tr>");
document.write("			  <\/tbody>");
document.write("	        <\/table>");
}


/*now place this function call at whatever point
it needs to write the markup on to the page: 

<script type="text/javascript">
writeHTMLasJS();*/
