﻿(

function() {


	
	if (slac_footer == "yes") {
		document.write('<iframe class="doNotPrint" frameborder="0" width="100%" height="40" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no" style="clear:both;" src="http://www-project.slac.stanford.edu/centralNav/slac_footer.htm" title="SLAC Footer">Your browser does not have the ability to display inline frames. You can view the content of this frame at this page: <a href="http://www-project.slac.stanford.edu/centralNav/slac_footer.htm">SLAC Footer</a></iframe>');

	}

	if (slac_search_and_links == "yes") {

        // use a check like this if a new variable is added to the code that may not be defined in older implementations of the global header js
        if( typeof( search_default ) == 'undefined' )
        {
            search_default = "";
        }
        
		var search_params = "?search_default=" + search_default;
		
		if (custom_search == "yes") {
			search_params = search_params + "&custom_search_type=" + custom_search_type + "&custom_search_label=" + custom_search_label;

		}
		
		document.write('<iframe class="doNotPrint" frameborder="0" width="700" height="55" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no" style="position:absolute;top:12px;left:300px;" src="http://www-project.slac.stanford.edu/centralNav/slac_links_and_search.asp' + search_params + '" title="SLAC Global Navigation Header">Your browser does not have the ability to display inline frames. You can view the content of this frame at this page: <a href="http://www-project.slac.stanford.edu/centralNav/slac_links_and_search.asp' + search_params + '">SLAC Global Navigation Header</a></iframe>');
		
	}

}

) ()
