<?xml version="1.0" encoding="UTF-8" ?><Module>
  <ModulePrefs 
  	title="__MSG_hangman_name__" 
  	title_url="https://__MSG_host__.thefreedictionary.com/"
  	directory_title="__MSG_hangman_directory_title__"
  	description="__MSG_hangman_description__"
  	author ="Farlex"
  	author_email="info@farlex.com"
  	author_affiliation="Farlex, Inc."
  	author_photo="https://img.tfd.com/modules/tfd.png"
  	author_aboutme="__MSG_author_aboutme__"
  	author_link="https://www.thefreedictionary.com/"
  	author_quote="The next best thing to knowing something is knowing where to find it. --Samuel Johnson"
  	screenshot="https://img.tfd.com/modules/hangman.png"
  	thumbnail="https://img.tfd.com/modules/thm_hangman.png"
  	height="110"
  	>
  		<Require feature="dynamic-height"/>
  		<Locale lang="en" messages="https://www.thefreedictionary.com/_/WoD/messages.xml" /> 
    <Locale lang="fr" messages="https://fr.thefreedictionary.com/_/WoD/messages.xml" /> 
    <Locale lang="de" messages="https://de.thefreedictionary.com/_/WoD/messages.xml" /> 
    <Locale lang="es" messages="https://es.thefreedictionary.com/_/WoD/messages.xml" /> 
    <Locale lang="it" messages="https://it.thefreedictionary.com/_/WoD/messages.xml" /> 
    <Locale lang="pt-BR" messages="https://pt.thefreedictionary.com/_/WoD/messages.xml" /> 
    <Locale lang="pt-PT" messages="https://pt.thefreedictionary.com/_/WoD/messages.xml" /> 
    <Locale lang="nl" messages="https://nl.thefreedictionary.com/_/WoD/messages.xml" /> 
    <Locale lang="no" messages="https://no.thefreedictionary.com/_/WoD/messages.xml" /> 
    <Locale lang="el" messages="https://el.thefreedictionary.com/_/WoD/messages.xml" /> 
  <Locale lang="ru" messages="https://ru.thefreedictionary.com/_/WoD/messages.xml" /> 
  
  	</ModulePrefs>
  <UserPref name="Language" display_name="Language" default_value="__MSG_locale__" datatype="enum" >
      <EnumValue value="en" display_value="English"/>
      <EnumValue value="fr" display_value="__MSG_fr_NativeName__" />
      <EnumValue value="de" display_value="__MSG_de_NativeName__" />
      <EnumValue value="es" display_value="__MSG_es_NativeName__" />
      <EnumValue value="it" display_value="__MSG_it_NativeName__" />
      <EnumValue value="pt" display_value="__MSG_pt_NativeName__" />
      <EnumValue value="nl" display_value="__MSG_nl_NativeName__" />
      <EnumValue value="no" display_value="__MSG_no_NativeName__" />
      <EnumValue value="el" display_value="__MSG_el_NativeName__" />
      <EnumValue value="ru" display_value="__MSG_ru_NativeName__" />
  </UserPref> 
   <Content type="html"> 
     <![CDATA[ 
		<script>
		var prefs = new _IG_Prefs();
		document.write('<iframe id="Hangman___MODULE_ID__" src="https://'+(prefs.getString("Language")=='en'?'www':prefs.getString("Language"))+'.thefreedictionary.com/_/WoD/hangman.aspx?g=1&lang='+prefs.getString("Language")+'&#,x000000,x0000FF,10pt,Arial" scrolling="no" frameborder="0" height="120" width="100%"></iframe>');
		window.setInterval('resize___MODULE_ID__()', 100);
		function resize___MODULE_ID__() {
		var ifrm=document.getElementById("Hangman___MODULE_ID__");
		if (ifrm) {
			var nh=(ifrm.scrollWidth>'330'?'110':'220');
			if (ifrm.height!=nh) ifrm.height=nh;
		}}
		_IG_AdjustIFrameHeight();
		if(_IG_Analytics) _IG_Analytics("UA-5484856-1", "/hangman")
		</script>
     ]]> 
   </Content> 
</Module>
	