document.write('<div id="news">');
document.write('<h1>Customer Service</h1>');
document.write('<p><b>Hours of Operation:</b><br />Mon-Fri ');
document.write('9am - 7pm</p>');
document.write('<p><b>Phone:</b><br />888-602-2667</p><br />');
document.write('<h1>Resources</h1>');
document.write('<p><a href="http://www.thecomputermobile.com/faq.html">Frequently Asked Questions</a></p>');
document.write('<p><a href="http://www.thecomputermobile.com/glossary.html">Glossary of Computer Terms</a></p>');
document.write('<br><br>');
document.write('<h1>External Links</h1>');
document.write('<p><a href="http://www23.tomshardware.com/cpu.html" ');
document.write('target="_blank">How does your CPU stack up?</a></p>');
document.write('<p><a href="http://www23.tomshardware.com/graphics.html" ');
document.write('target="_blank">How do your graphics stack up?</a></p>');
document.write('<p><a href="http://download.cnet.com/ZoneAlarm/3000-10435_4-10039884.html" ');
document.write('target="_blank">Get firewall protection</a></p>');
document.write('<p><a href="http://en.wikipedia.org/wiki/BitTorrent" target="_blank">Got Bittorrent?</a></p>');
document.write('</div>');
