            document.write("<h2>Site Navigation<\/h2>");
            document.write("<p style='margin-top: 15px'><a href='http://blog.laurenwu.com/'>Lauren Wu Home (Blog)<\/a><\/p>");
            document.write("<p><a href='http://health.laurenwu.com/'>Health & Fitness Blog<\/a><\/p>");
            document.write("<p><a href='http://www.laurenwu.com/pages/hottopics.html'>Hot Topics<\/a><\/p>");
            document.write("<p><a href='http://www.laurenwu.com/pages/racecalendar.html'>Race Calendar<\/a><\/p>");

            document.write("<p><a href='http://www.laurenwu.com/pages/Wubert.html'>Wubert<\/a><\/p>");
            document.write("<p><a href='http://www.laurenwu.com/pages/aboutme.html'>About Me<\/a><\/p>");
            document.write("<p><a href='http://www.laurenwu.com/pages/acknowledge.html'>Acknowledgements<\/a><\/p>");
         document.write("<h2>Family Links<\/h2>");
            document.write("<p><a href='http://www.daveliu.com/'>Dave's Website<\/a><\/p>");

         document.write("<h2>Contact Me<\/h2>");
            // protected email script by Joe Maller
            // JavaScripts available at http://www.joemaller.com
            // this script is free to use and distribute
            // but please credit me and/or link to my site

            document.write("<p>"); 
            emailE='.com';
		emailE=('gmail' + emailE);
            emailE=('lauren.wu' + '@' + emailE);
            document.write('<'+'a href="mailto:' + emailE + '">' + emailE + '<' + '/a>'); 
            document.write("<\/p>");

