<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
  <ModulePrefs title="__UP_modtitle__"
	  directory_title="Oil Painting of the Day"
	  title_url="http://www.overstockart.com" 
	  description="A new oil painting to display every day. Classic and Modern Art Masterpieces. See famous paintings by Van Gogh, Picasso, Monet, Renoir and many more... It's just a great way to bring Art into your World."
	  author="Amitai Sasson"
	  author_email="asasson@overstockart.com"
	  author_location="Wichita, Kansas"
	  author_affiliation="OverstockArt.com"
	  screenshot="http://site.overstockart.com/images/opotd_screenshot2.jpg"
	  thumbnail="http://site.overstockart.com/images/opotd.jpg"
	  scrolling="true">  
    <Require feature="analytics"/>
    <Require feature="dynamic-height"/>
	<Require feature="setprefs"/>
  </ModulePrefs>
  <UserPref name="modtitle" display_name="Title of Gadget" required="true" default_value="Oil Painting of the Day" />
  <UserPref name="mysize" display_name="Resize height to 100%?" datatype="bool" default_value="true"/>  
  <UserPref name="mylang" display_name="Language" default_value="English" datatype="enum" >
   <EnumValue value="English" />
   <EnumValue value="French" />
  </UserPref>
  <Content type="html">  
     <![CDATA[ 
        <style type="text/css">
		body{text-align:center; font-family:Arial, Helvetica, sans-serif; background-repeat: no-repeat; background-position: top center;}
		div#oilpaintingoftheday {width: 225px; margin: 2px auto; font-size: 11px;}
		div#oilpaintingoftheday img { border: 0px;}
		div#oilpaintingoftheday a {color: #FFFFFF; text-weight:bold;}
		div#oilpaintingoftheday p#logo img {border: 0px solid #AE0011;}
		div#oilpaintingoftheday form#search-area * {vertical-align: middle};
		</style>
		<script>
		  _IG_Analytics("UA-202014-7", "/mygadget");
		</script>
		<script type="text/javascript">
		var prefs = new _IG_Prefs(__MODULE_ID__), opotd_picInfo, opotd_inputInfo, opotd_artist, opotd_imgtitle, opotd_imgalt;
		var lang = prefs.getString("mylang");
		switch (lang) {
			case "English" :
			default :
				opotd_picInfo = "<em>Throughgoing Line</em><br>Oil on Canvas, 1923";
				opotd_catalog = "<em>Make Your Own Gallery!</em>";
				optod_inputInfo = "";
				opotd_artist = "Wassily Kandinsky</ br>";
				opotd_imgtitle = "click for a larger version";
				opotd_imgalt = "Throughgoing Line, 1923 - Wassily Kandinsky";
				prefs.set("modtitel", "Oil Paintings of the Day");
				break;
		}
		 
		_IG_RegisterOnloadHandler(function() {
			var theImg = _gel("opotd");
			theImg.title = opotd_imgtitle;
			theImg.alt = opotd_imgalt;
			theImg.src = _IG_GetImageUrl("http://us.st12.yimg.com/us.st.yimg.com/I/overstockart_2034_26713337");
			_gel("logoImg").src = _IG_GetImageUrl("http://site.overstockart.com/gadget/images/logo.gif");
			_gel("search-submit").src = _IG_GetImageUrl("http://site.overstockart.com/images/search-btn.gif");
			_gel("bgImg").background = _IG_GetImageUrl("http://site.overstockart.com/images/bluebackground1.jpg");
	  		if (prefs.getBool("mysize"))
				 _IG_AdjustIFrameHeight();
		});
		</script>
		<body id="bgImg" align=center>
		<div id="oilpaintingoftheday">
		<p><strong><a href="http://www.overstockart.com/kapa.html?utm_source=gadget&utm_medium=gadget&utm_content=click2&utm_campaign=gadget" onclick="_IG_Analytics('UA-202014-7', '/mygadget/click2')" target="_blank"><script>document.write(opotd_artist);</script></a></strong><br></p>
		     <TABLE align="center">
      	<TR>
		 	<TD>
             	<TABLE BORDER="2" bgcolor=black valign=middle align="center">
               		<TR>
						<TD VALIGN="middle">
<a href="http://www.overstockart.com/thlico.html?utm_source=gadget&utm_medium=gadget&utm_content=click1&utm_campaign=gadget" onclick="_IG_Analytics('UA-202014-7', '/mygadget/click1')" target="_blank"><img title="click for a larger version" id="opotd"></a>
						</TD>
					</TR>
              	</TABLE>
             </TD>
		</TR>
       </TABLE>
<p>
<script>document.write(opotd_picInfo);</script>
	<br><a href="http://site.overstockart.com/mygallery/mygallery.php" onclick="_IG_Analytics('UA-202014-7', '/mygadget/clickCatalog')" target="_blank"><script>document.write(opotd_catalog);</script></a>
</p>
<p>
<form id="search-area" method="get" target="_blank" action="http://site.overstockart.com/search/search.php" onSubmit="_IG_Analytics('UA-202014-7', '/mygadget/clickSearch')">
<input id="query" name="query" value="Search for oil paintings" onclick="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;" type="text">
<input id="search-submit" name="search-submit" alt="Search" value="search" type="image">
<input name="vwcatalog" value="overstockart" type="hidden">
</form>
</p>
		<p id="logo">
		<a href="http://www.overstockart.com/index.html?utm_source=gadget&utm_medium=gadget&utm_content=click3&utm_campaign=gadget" onclick="_IG_Analytics('UA-202014-7', '/mygadget/click3')" target="_blank"><img id="logoImg" border="0" target="_blank"></a>
		</p>
</div>
</body>
     ]]> 
   </Content> 
</Module>