﻿var footerText = ''
footerText +=     '<div id="Contact">'
footerText +=     '<div id="Contact_Phone">(877)613-5036</div>'
footerText +=     '<div style="padding: 0px 0px 3px 0px;">'
footerText +=     '<a href="mailto:contact@neocertified.com?subject=Information request about Secure Email" target="_blank"><img src="../Images/Email.png" style="border: none;" alt="Email" /></a> '
footerText +=     '<a href="http://www.facebook.com/home.php?#!/pages/NeoCertified/122422484443731" target="_blank" ><img src="../Images/Facebook.png" style="border: none;" alt="Facebook" /></a> '
footerText +=     '<a href="http://www.linkedin.com/e/vgh/3079229/" target="_blank"><img src="../Images/In.png" style="border: none;" alt="LinkedIn" /></a> '
footerText +=     '<a href="http://www.youtube.com/user/NeoCertified03" target="_blank"><img src="../Images/YouTube.png" style="border: none;" alt="Youtube" /></a> '
footerText +=     '</div>'
footerText +=     '</div>'
footerText +=     '<div id="BottomLinks">'
footerText +=         '<a href="../Contact/contact_info.html">Contact Us</a> | <a href="../Buy/conditions_of_use.html">' 
footerText +=                'Conditions Of Use</a> | <a href="../Buy/terms_of_service.html">Terms of Service</a>' 
footerText +=            '| <a href="../Buy/30_day_guarantee.html">30-Day Guarantee</a> | <span style="color: #003399;' 
footerText +=                'text-decoration: underline;">Toll-free: 1 877-613-5036</span>' 
footerText +=    '</div>' 
footerText +=            '<div id="Copyright">' 
footerText +=                '© 2010 NeoCertified, L.L.C., All Rights Reserved' 
footerText +=            '</div>' 
document.write(footerText) 