<?xml version="1.0" encoding="UTF-8"?>
<Module>

<ModulePrefs
    title="2009 Virginia Voter Info"
    description="2009 Virginia Voter Info"
    author="Michael Geary"
    author_affiliation="Google, Inc."
    author_email="elections@google.com"
    thumbnail=""
    screenshot=""
    title_url=""
    height="1000">
  <Require feature="sharedmap"/>
  <Require feature="dynamic-height"/>
  <Require feature="analytics"/>
</ModulePrefs>

<Content type="html">
<![CDATA[

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">
</script>

<script type="text/javascript">

	var mapplet = {
		moduleId: __MODULE_ID__,
		baseUrl: 'http://election-maps-2008.googlecode.com/svn/trunk/'
	};
	
	function script( url, seconds ) {
		document.write(
			'<script type="text/javascript" src="',
				_IG_GetCachedUrl( url, { refreshInterval:seconds } ),
			'">',
			'<\/script>'
		);
	}
	
	script( mapplet.baseUrl + 'poll411-map.js', 60 );
	
</script>

]]>
</Content>

</Module>
