// Call autosuggest function
	$(function() {
		$.getScript("http://www.pennmedicine.org/autosuggest/autosuggest.js", function(){
			new autosuggest("searchBox", null, "http://www.pennmedicine.org/autosuggest/suggestlist.asmx/Suggestions");
	});
	});

function Pennheader(){
document.write("<div id=\"print-logo\"><img src=\"http:\/\/www.pennmedicine.org\/\images\/shared\/print-logo.gif\" width=\"1\" height=\"1\" alt=\"Penn Medicine Logo\" \/><\/div>");
document.write("<div id=\"pennmed-masthead\">");
document.write("	<div id=\"pennmed-masthead-content\">");
document.write("     <div id=\"pennmed-mega-dropdown\">");
document.write("            <a href=\"http:\/\/www.pennmedicine.org\" title=\"Penn Medicine home page\"");
document.write("        	><img src=\"http:\/\/www.pennmedicine.org\/\images\/shared\/penn-medicine-logo.gif\" ");
document.write("        	alt=\"Penn Medicine Logo\" width=\"187\" height=\"53\" id=\"logo\" \/><\/a>");
document.write("            <div id=\"main-nav-container\">");
document.write("                <ul id=\"mainnav\">");
document.write("                    <li><a href=\"http:\/\/www.pennmedicine.org\/\" ");
document.write("                    title=\"Go to the Penn Medicine home page\">Penn Medicine Home<\/a><\/li>");
document.write("                    <li><a href=\"http:\/\/www.pennmedicine.org\/health-system\/patient\/departments-services\/\" ");
document.write("                    title=\"Linked list of our departments and services\">Departments &amp; Services<\/a><\/li>");
document.write("                     <li><a href=\"http:\/\/www.pennmedicine.org\/health-system\/patient\/\" ");
document.write("                    title=\"Helpful information for patients and their families\">Patient Care<\/a><\/li>");
document.write("                    <li><a href=\"http:\/\/www.pennmedicine.org\/health-system\/healthcare-professionals\/\" ");
document.write("                    title=\"Patient referrals, transfers, clinical breifings and other information &amp; tools for health care professionals\">Health Care Professionals<\/a><\/li>");
document.write("                    <li><a href=\"http:\/\/www.pennmedicine.org\/health-system\/research\/\" ");
document.write("                    title=\"Research and Clinical Trials at Penn Medicine\">Research &amp; Trials<\/a><\/li>");
document.write("                    <li><a href=\"http:\/\/www.pennmedicine.org\/health-system\/education\/\" ");
document.write("                    title=\"Academic Education at Penn Medicine\">Academic Programs<\/a><\/li>");
document.write("                   <li id=\"main-nav-end\"><a href=\"http:\/\/www.pennmedicine.org\/wagform\/MainPage.aspx?config=provider&amp;P=PS\" ");
document.write("                    title=\"Provider search form to help you find the right health care professional\">Find a Doctor<\/a><\/li>");
document.write("                <\/ul>");
document.write("            <\/div>");
document.write("        <\/div>");
document.write("         <form id=\"search\" action=\"http:\/\/www.pennmedicine.org\/search\/search.aspx\" method=\"get\">");
document.write("       	  <label for=\"searchBox\">Search Penn Medicine<\/label>");
document.write("");
document.write("			<input type=\"text\" name=\"q\" id=\"searchBox\"  value=\"\" size=\"20\" placeholder=\"Search Penn Medicine\" autocomplete=\"off\" \/>   ");
document.write("            <input type=\"image\" src=\"http:\/\/www.pennmedicine.org\/\images\/shared\/submit-button.gif\" title=\"Submit Search Form\" alt=\"Submit Form\" name=\"searchbutton\" id=\"searchbutton\" \/> ");
document.write("	  <\/form>      ");
document.write("	<\/div>");
document.write("<\/div>");
}

Pennheader();
