/* Menu generating function */ 
function hl_blog_gen() {
	
	document.write('<a href=\"http://lawblogs.slu.edu/healthlaw/\"><img src=\"http://law.slu.edu/images/healthLawBlogScreen.jpg\" alt=\"Health Law Blog\" width=\"225\" border=\"0\"></a><br><br>');
	document.write('<p align=\"right\" class=\"h8\">Health Law Blogs</p>');
    document.write('<p align=\"right\" class=\"p8\">Get the latest information<br>');
    document.write('on various health law<br>');
    document.write('issues through the<br>');
    document.write('<em>Saint Louis University<br>');
    document.write('Journal of Health Law &amp; Policy</em><br>');
    document.write('<p align=\"right\" class=\"p8\"><a href=\"http://lawblogs.slu.edu/healthlaw\">&gt;&gt; Health Law & Policy Blog</a></p>');
}

/* Generate the menu */ 
hl_blog_gen();