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

<ModulePrefs
    title="Virginia Polling Place Information"
    description="Enter your home address to find your voter registration information, voting location and more. Embed this gadget on your website or blog to help others find this important information."
    author="Google, Inc."
    author_affiliation="Google, Inc."
    author_email="elections@google.com"
    thumbnail="http://election-maps-2008.googlecode.com/svn/trunk/poll411-gadget-thumbnail.png"
    screenshot="http://election-maps-2008.googlecode.com/svn/trunk/poll411-gadget-screenshot.png"
    title_url="http://www.sbe.virginia.gov/cms/Voter_Information/Where_Do_I_Vote/Index.html"
    width="620"
    height="480">
  <Require feature="analytics"/>
</ModulePrefs>

<UserPref name="gadgetType" datatype="enum" display_name="Gadget&#160;Type" default_value="iframe">
	<EnumValue value="iframe" display_value="Standard Gadget"/>
	<EnumValue value="inline" display_value="Inline Gadget"/>
</UserPref>

<!--<UserPref name="details" datatype="enum" display_name="Details&#160;In" default_value="tab">-->
<!--	<EnumValue value="tab" display_value="Tab (Small Gadget)"/>-->
<!--	<EnumValue value="balloon" display_value="Balloon (Large Gadget)"/>-->
<!--</UserPref>-->

<!--<UserPref name="prompt" datatype="string" display_name="Prompt" default_value="Find your 2009 voter information. Enter the *home* address where you are registered to vote:"/>-->

<!--<UserPref name="example" datatype="string" display_name="Example&#160;Addr" default_value="Ex: 1600 Pennsylvania Ave, Washington DC 20006"/>-->
<!--<UserPref name="example" datatype="string" display_name="Example&#160;Addr" default_value="Ex: 703 E Grace St 23219"/>-->

<UserPref name="fontFamily" datatype="string" display_name="Font&#160;Family" default_value="Arial,sans-serif"/>

<UserPref name="fontSize" datatype="enum" display_name="Font&#160;Size" default_value="10">
	<EnumValue value="6"/>
	<EnumValue value="7"/>
	<EnumValue value="8"/>
	<EnumValue value="9"/>
	<EnumValue value="10"/>
	<EnumValue value="11"/>
	<EnumValue value="12"/>
	<EnumValue value="13"/>
	<EnumValue value="14"/>
	<EnumValue value="15"/>
	<EnumValue value="16"/>
	<EnumValue value="17"/>
	<EnumValue value="18"/>
	<EnumValue value="19"/>
	<EnumValue value="20"/>
	<EnumValue value="21"/>
	<EnumValue value="22"/>
	<EnumValue value="23"/>
	<EnumValue value="24"/>
</UserPref>

<UserPref name="fontUnits" datatype="enum" display_name="Font&#160;Units" default_value="pt">
	<EnumValue value="pt" display_value="Points (pt)"/>
	<EnumValue value="px" display_value="Pixels (px)"/>
</UserPref>

<UserPref name="logo" datatype="string" display_name="Logo&#160;URL" default_value=""/>

<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 gadget = {
		moduleId: __MODULE_ID__,
		year: 2009,
		baseUrl: 'http://election-maps-2008.googlecode.com/svn/trunk/',
		gadgetUrl: 'http://election-maps-2008.googlecode.com/svn/trunk/poll411-frame.xml'
	};
	
	function script( url, seconds ) {
		document.write(
			'<script type="text/javascript" src="',
				_IG_GetCachedUrl( url, { refreshInterval:seconds } ),
			'">',
			'<\/script>'
		);
	}
	
	script( gadget.baseUrl + 'poll411-map.js', 60 );
	
</script>

]]>
</Content>

</Module>

