<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
<ModulePrefs
 title="US Dollar Index" 
 title_url="http://quotes.ino.com/chart/?s=NYBOT_DX" 
 directory_title="US Dollar Index" 
 description="US Dollar Index"
 width = "300" 
 height = "120"
 author="Marty Lindsay"
 author_email="gadgets@thescriptlibrary.com" 
 author_affiliation="www.thescriptlibrary.com" 
 author_location="Wellington, NZ" 
 screenshot="http://www.easywintools.com/gadgets/USDollarIndex.jpg" 
 thumbnail="http://www.easywintools.com/gadgets/USDollarIndex.jpg" 
 scaling="false" 
 render_inline="optional"
 category="finance">
</ModulePrefs>

<Content type="html">
<![CDATA[
<title>US Dollar Index</TITLE>
<meta name="title" content="US Dollar Index">
<meta name="keywords" content="US Dollar Index">
<meta name="description" content="US Dollar Index"> 
<div
	id="DogPictures"
	style="
		margin: 0px auto;
		text-align: leftcenter;
		font-size: .75em;
		font-weight: bold;
	">
</div>
	<script type="text/javascript">
		var pod = "http://quotes.ino.com/chart/?s=NYBOT_DX";
		var base = "";
                var description = "US Dollar Index";
		var html = "";
		var error = "";
		
		function getPOD(percent) {
			_IG_FetchContent(pod, function (responseText) {
				if (responseText == "") {
					html += 'Photo Data not available, please try a little later.<br />';
					html += '<a href="'+pod+'" target="_blank">';
					html += '<img id="ngpodimg" src="http://drbeagledotcom.googlepages.com/ngpoderror.png" border="0"></a><br />';
					html += '<a href="'+base+'/cgi-bin/pod/archive.cgi"';
					html += ' target="_blank">POD Archive</a>';
					_gel('DogPictures').innerHTML = html;
					return;
				} else {
					var c = responseText;
					RegExp.multiline = true;
				  	var regExp = /<\/TD><TD CLASS="small"><B>+[0-9.0-9]+<\/B>/;
					var imgA = regExp.exec(c);
					var imgL = base+imgA[0];
                                        html += '<a href="'+pod+'" target="_blank">';
                                        html += description+'</a><br>'
					html += "<B>Last trade<\/B><img src='http://www.thescriptlibrary.com/images/smallspacer.gif'>"+imgL;  
                                        html += '<br>';
					_gel('DogPictures').innerHTML = html;
				}
			});
		}
		var prefs = new _IG_Prefs(__MODULE_ID__);
		var pper = prefs.getString("per");
		
		_IG_RegisterOnloadHandler(getPOD(pper));
		_IG_AdjustIFrameHeight();
                
</script>
<iframe src="http://homepages.slingshot.co.nz/~shamarty/adsensetest.htm"
frameborder="0"
height="330"
width="300">
</iframe>
<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=3863416; 
var sc_invisible=1; 
var sc_partition=31; 
var sc_click_stat=1; 
var sc_security="5109d6dd"; 
</script>

<script type="text/javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><div class="statcounter"><a href="http://www.statcounter.com/" target="_blank"><img class="statcounter" src="http://c32.statcounter.com/3863416/0/5109d6dd/1/" alt="website tracker" ></a></div></noscript>
<!-- End of StatCounter Code -->
  ]]> 
  </Content>
  </Module>

