// JavaScript Document

function renderOtherInquiriesMenu() {
document.write('<div style="padding-top: 2px;">\n');
document.write('<ul>\n');
document.write('<li><a href="https://emailus.sbc.com/ermsfp/emailus?service=external/Home">Contact Us</a></li>\n');
document.write('<li><a href="/gen/landing-pages?pid=7627" title="AT&amp;T Account Manager">AT&amp;T Account Manager</a></li>\n');
document.write('<li><a href="/gen/general?pid=7512" title="AT&amp;T Supplier Web site">AT&amp;T Supplier Web site</a></li>\n');
document.write('<li><a href="http://www.att.jobs/" title="Careers">Careers</a></li>\n');
document.write('<li><a href="http://theworknumber.com/" title="Employment Verification Support" target="_blank">Employment Verification Support</a></li>\n');
document.write('<li><a href="/gen/corporate-citizenship?pid=6434" title="Sponsorship">Sponsorship</a></li>\n');
document.write('<li><a href="/gen/corporate-citizenship?pid=7736" title="AT&amp;T Foundation">AT&amp;T Foundation</a></li>\n');
document.write('</ul>\n');
            
document.write('<p>Letters to AT&amp;T may be sent to the company&#39;s headquarters at:<br /><br />\n');
document.write('AT&amp;T Inc.<br />\n');
document.write('Corporate Communications<br />\n');
document.write('208 S. Akard St.<br />\n');
document.write('Dallas, TX 75202.</p>\n');
document.write('</div>\n');
}

function renderMediaResourcesMenu() {
document.write('<h6 class="accent1" title="Media Resources">Media Resources</h6>\n');
document.write('<ul>\n');
document.write('<li><a href="/gen/press-room?pid=1916" title="Media Inquiries">Media Inquiries</a></li>\n');
document.write('<li><a href="/gen/press-room?pid=5036" title="Analyst Inquiries">Analyst Inquiries</a></li>\n');
document.write('</ul>\n');
}


function renderSocialMenu() {
document.write('<h6 class="accent1" title="Social Media">Social Media</h6>\n');
document.write('<ul>\n');
document.write('<li><a title="Follow AT&amp;T on Twitter" href="http://www.twitter.com/ATTnews" target="_blank">Twitter</a></li>\n');
document.write('<li><a title="Follow AT&amp;T on YouTube" href="http://www.youtube.com/shareatt" target="_blank">YouTube</a></li>\n');
document.write('<li><a title="Follow AT&amp;T on Flickr" href="http://www.flickr.com/shareatt" target="_blank">Flickr</a></li>\n');
document.write('<li><a title="Facebook" href="http://www.facebook.com/ATT" target="_blank">Facebook</a></li>\n');
document.write('<li><a href="http://www.att.com/socialmedia/" title="Social Media links">Learn more</a> about AT&amp;T\'s social media.</li>\n');
document.write('</ul>\n');
}