﻿<!-- Script for Google Translate -->
	function googleTranslateElementInit() {
	  new google.translate.TranslateElement({
	    pageLanguage: 'en',
	    layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL
	  }, 'google_translate_element');
	}e 


// This is not working!
// Function to allow one JavaScript file to be included by another.
//    function IncludeJavaScript(jsFile)
//    {
//      document.write('<script type="text/javascript" src="'
//        + jsFile + '"></scr' + 'ipt>'); 
//    }

//IncludeJavaScript('//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit');


