<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="__MSG_title__"
  author="James L."
  author_email="jameslee+datetime@google.com"
  author_affiliation="Google Inc."
  author_location="Mountain View, CA"
  screenshot="/ig/modules/datetime_v2_content/__MSG_locale__.png"
  thumbnail="/ig/modules/datetime_v2_content/__MSG_locale__-thm.png"
  category="tools"
  description="__MSG_description__"
  render_inline="optional" height="140" scaling="false">
  <Locale messages="/ig/modules/datetime_v2_content/ALL_ALL.xml"/>
  <Locale lang="en" messages="/ig/modules/datetime_v2_content/en_ALL.xml"/>
  <Locale lang="ar" messages="/ig/modules/datetime_v2_content/ar_ALL.xml"
          language_direction="rtl"/>
  <Locale lang="bg" messages="/ig/modules/datetime_v2_content/bg_ALL.xml"/>
  <Locale lang="ca" messages="/ig/modules/datetime_v2_content/ca_ALL.xml"/>
  <Locale lang="cs" messages="/ig/modules/datetime_v2_content/cs_ALL.xml"/>
  <Locale lang="da" messages="/ig/modules/datetime_v2_content/da_ALL.xml"/>
  <Locale lang="de" messages="/ig/modules/datetime_v2_content/de_ALL.xml"/>
  <Locale lang="el" messages="/ig/modules/datetime_v2_content/el_ALL.xml"/>
  <Locale lang="en-gb"
          messages="/ig/modules/datetime_v2_content/en-gb_ALL.xml"/>
  <Locale lang="es" messages="/ig/modules/datetime_v2_content/es_ALL.xml"/>
  <Locale lang="et" messages="/ig/modules/datetime_v2_content/et_ALL.xml"/>
  <Locale lang="fi" messages="/ig/modules/datetime_v2_content/fi_ALL.xml"/>
  <Locale lang="fil" messages="/ig/modules/datetime_v2_content/fil_ALL.xml"/>
  <Locale lang="fr" messages="/ig/modules/datetime_v2_content/fr_ALL.xml"/>
  <Locale lang="he" messages="/ig/modules/datetime_v2_content/he_ALL.xml"
          language_direction="rtl"/>
  <Locale lang="hi" messages="/ig/modules/datetime_v2_content/hi_ALL.xml"/>
  <Locale lang="hr" messages="/ig/modules/datetime_v2_content/hr_ALL.xml"/>
  <Locale lang="hu" messages="/ig/modules/datetime_v2_content/hu_ALL.xml"/>
  <Locale lang="hy" messages="/ig/modules/datetime_v2_content/hy_ALL.xml"/>
  <Locale lang="id" messages="/ig/modules/datetime_v2_content/id_ALL.xml"/>
  <Locale lang="is" messages="/ig/modules/datetime_v2_content/is_ALL.xml"/>
  <Locale lang="it" messages="/ig/modules/datetime_v2_content/it_ALL.xml"/>
  <Locale lang="iw" messages="/ig/modules/datetime_v2_content/he_ALL.xml"
          language_direction="rtl"/>
  <Locale lang="ja" messages="/ig/modules/datetime_v2_content/ja_ALL.xml"/>
  <Locale lang="ko" messages="/ig/modules/datetime_v2_content/ko_ALL.xml"/>
  <Locale lang="lt" messages="/ig/modules/datetime_v2_content/lt_ALL.xml"/>
  <Locale lang="lv" messages="/ig/modules/datetime_v2_content/lv_ALL.xml"/>
  <Locale lang="nl" messages="/ig/modules/datetime_v2_content/nl_ALL.xml"/>
  <Locale lang="no" messages="/ig/modules/datetime_v2_content/no_ALL.xml"/>
  <Locale lang="pl" messages="/ig/modules/datetime_v2_content/pl_ALL.xml"/>
  <Locale lang="pt-br"
          messages="/ig/modules/datetime_v2_content/pt-br_ALL.xml"/>
  <Locale lang="pt-pt"
          messages="/ig/modules/datetime_v2_content/pt-pt_ALL.xml"/>
  <Locale lang="ro" messages="/ig/modules/datetime_v2_content/ro_ALL.xml"/>
  <Locale lang="ru" messages="/ig/modules/datetime_v2_content/ru_ALL.xml"/>
  <Locale lang="sk" messages="/ig/modules/datetime_v2_content/sk_ALL.xml"/>
  <Locale lang="sl" messages="/ig/modules/datetime_v2_content/sl_ALL.xml"/>
  <Locale lang="sr" messages="/ig/modules/datetime_v2_content/sr_ALL.xml"/>
  <Locale lang="sv" messages="/ig/modules/datetime_v2_content/sv_ALL.xml"/>
  <Locale lang="th" messages="/ig/modules/datetime_v2_content/th_ALL.xml"/>
  <Locale lang="tr" messages="/ig/modules/datetime_v2_content/tr_ALL.xml"/>
  <Locale lang="uk" messages="/ig/modules/datetime_v2_content/uk_ALL.xml"/>
  <Locale lang="vi" messages="/ig/modules/datetime_v2_content/vi_ALL.xml"/>
  <Locale lang="zh-cn"
          messages="/ig/modules/datetime_v2_content/zh-cn_ALL.xml"/>
  <Locale lang="zh-tw"
          messages="/ig/modules/datetime_v2_content/zh-tw_ALL.xml"/>
  <Require feature="setprefs"/>
</ModulePrefs>
<UserPref name="color" datatype="enum" default_value="blue"
          display_name="__MSG_color__">
  <EnumValue value="blue" display_value="__MSG_blue__"/>
  <EnumValue value="green" display_value="__MSG_green__"/>
  <EnumValue value="orange" display_value="__MSG_orange__"/>
  <EnumValue value="pink" display_value="__MSG_pink__"/>
  <EnumValue value="purple" display_value="__MSG_purple__"/>
  <EnumValue value="red" display_value="__MSG_red__"/>
  <EnumValue value="yellow" display_value="__MSG_yellow__"/>
</UserPref>
<UserPref name="dateFormat" datatype="enum"
          default_value="__MSG_date_format_pref_default_value__"
          display_name="__MSG_date_format_pref__">
  <EnumValue value="wmd" display_value="__MSG_sun__ __MSG_feb__ 29"/>
  <EnumValue value="wdm" display_value="__MSG_sun__ 29 __MSG_feb__"/>
  <EnumValue value="mdw" display_value="__MSG_feb__ 29 __MSG_sun__"/>
  <EnumValue value="dmw" display_value="29 __MSG_feb__ __MSG_sun__"/>
</UserPref>
<UserPref name="firstDay" datatype="enum"
          default_value="__MSG_first_day_of_week_pref_default_value__"
          display_name="__MSG_first_day_of_week_pref__">
  <EnumValue value="0" display_value="__MSG_sunday__"/>
  <EnumValue value="1" display_value="__MSG_monday__"/>
  <EnumValue value="2" display_value="__MSG_tuesday__"/>
  <EnumValue value="3" display_value="__MSG_wednesday__"/>
  <EnumValue value="4" display_value="__MSG_thursday__"/>
  <EnumValue value="5" display_value="__MSG_friday__"/>
  <EnumValue value="6" display_value="__MSG_saturday__"/>
</UserPref>
<UserPref name='clocks' datatype='hidden'
          default_value='[[-73.986951,40.756054,"New York",0]]'/>

<Content type="html" view="home"><![CDATA[
<style>#dt_on__MODULE_ID__{position:relative;font-family:arial;height:140px;width:100%;overflow:hidden}#dt_vfg__MODULE_ID__{width:4000px;height:44px;top:-1px;__BIDI_START_EDGE__:-2px}#dt_vsg__MODULE_ID__{width:4000px;height:37px;top:42px;__BIDI_START_EDGE__:-2px}#dt_vtg__MODULE_ID__{width:4000px;height:68px;top:78px;__BIDI_START_EDGE__:-2px}#dt_vp__MODULE_ID__{width:20px;height:20px;top:61px;__BIDI_START_EDGE__:68px;z-index:5;position:absolute}#dt_sb__MODULE_ID__,#dt_ss__MODULE_ID__,#dt_cn__MODULE_ID__,#dt_md__MODULE_ID__,#dt_c__MODULE_ID__{position:absolute}#dt_md__MODULE_ID__{top:25px;__BIDI_START_EDGE__:172px;width:44px;height:76px;font-weight:900;text-align:center}#dt_c__MODULE_ID__{top:13px;__BIDI_START_EDGE__:255px;width:125px;height:124px}#dt_d__MODULE_ID__,#dt_m__MODULE_ID__{font-size:__MSG_month_font__}#dt_dt__MODULE_ID__{font-size:36px}.dt_cd__MODULE_ID__{position:absolute;font-weight:900;font-size:13px}.dt_ct__MODULE_ID__{padding-top:2px;padding-__BIDI_END_EDGE__:4px}#gdt_vml_min_hand_rect__MODULE_ID__{width:100px;height:100px;top:21px;__BIDI_START_EDGE__:28px;z-index:2;position:absolute}#gdt_vml_hour_hand_rect__MODULE_ID__{width:100px;height:100px;top:21px;__BIDI_START_EDGE__:28px;z-index:2;position:absolute}</style>
<div id=dt_on__MODULE_ID__>
<div id=dt_v__MODULE_ID__ style=display:none;position:absolute>
<xml:namespace ns=urn:schemas-microsoft-com:vml prefix=vml />
<?import namespace="vml" implementation="#default#VML" ?>
<vml:oval id=dt_vp__MODULE_ID__ strokeweight=1 />
<vml:shape coordorigin="0 0" coordsize="100 100" id=gdt_vml_min_hand_rect__MODULE_ID__>
<vml:path id=dt_vmh__MODULE_ID__ />
</vml:shape>
<vml:shape coordorigin="0 0" coordsize="100 100" id=gdt_vml_hour_hand_rect__MODULE_ID__>
<vml:path id=dt_vhh__MODULE_ID__ />
</vml:shape>
<vml:group coordorigin="0 0" coordsize="200 200" style=width:200px;height:200px>
<vml:rect id=dt_vfg__MODULE_ID__>
<vml:stroke on=false />
<vml:fill id=gdt_vml_first_gradient_top__MODULE_ID__ type=gradient />
</vml:rect>
<vml:rect id=dt_vsg__MODULE_ID__>
<vml:stroke on=false />
<vml:fill id=gdt_vml_second_gradient_top__MODULE_ID__ type=gradient />
</vml:rect>
<vml:rect id=dt_vtg__MODULE_ID__>
<vml:stroke on=false />
<vml:fill id=gdt_vml_third_gradient_top__MODULE_ID__ type=gradient />
</vml:rect>
</vml:group>
</div>
<div id=gdt_svg_outer_section__MODULE_ID__>
<div id=dt_sb__MODULE_ID__></div>
<div id=dt_ss__MODULE_ID__></div>
</div>
<div id=dt_cn__MODULE_ID__></div>
<div id=dt_md__MODULE_ID__></div>
<div id=dt_c__MODULE_ID__></div>
</div>
<script src="/ig/f/b5O3N5OelEU/modules/datetime_v2/datetime_home_compiled.js"></script>
<script>_datetime_init(__MODULE_ID__,"__BIDI_START_EDGE__","__BIDI_END_EDGE__","__BIDI_DIR__");</script>
]]></Content>

<Content type="html" view="canvas"><![CDATA[
<style>#dt_on__MODULE_ID__{position:relative;font-family:arial;height:140px;width:100%;overflow:hidden}#dt_vfg__MODULE_ID__{width:4000px;height:44px;top:-1px;__BIDI_START_EDGE__:-2px}#dt_vsg__MODULE_ID__{width:4000px;height:37px;top:42px;__BIDI_START_EDGE__:-2px}#dt_vtg__MODULE_ID__{width:4000px;height:68px;top:78px;__BIDI_START_EDGE__:-2px}#dt_vp__MODULE_ID__{width:20px;height:20px;top:61px;__BIDI_START_EDGE__:68px;z-index:5;position:absolute}#dt_sb__MODULE_ID__,#dt_ss__MODULE_ID__,#dt_cn__MODULE_ID__,#dt_md__MODULE_ID__,#dt_c__MODULE_ID__{position:absolute}#dt_md__MODULE_ID__{top:25px;__BIDI_START_EDGE__:172px;width:44px;height:76px;font-weight:900;text-align:center}#dt_c__MODULE_ID__{top:13px;__BIDI_START_EDGE__:255px;width:125px;height:124px;font-size:12px}#dt_d__MODULE_ID__,#dt_m__MODULE_ID__{font-size:18px}#dt_dt__MODULE_ID__{font-size:36px}.dt_cd__MODULE_ID__{position:absolute;font-weight:900;font-size:13px}.dt_ct__MODULE_ID__{padding-top:2px;padding-__BIDI_END_EDGE__:4px}#gdt_vml_min_hand_rect__MODULE_ID__{width:100px;height:100px;top:21px;__BIDI_START_EDGE__:28px;z-index:2;position:absolute}#gdt_vml_hour_hand_rect__MODULE_ID__{width:100px;height:100px;top:21px;__BIDI_START_EDGE__:28px;z-index:2;position:absolute}#dt_r1t__MODULE_ID__,#dt_r2t__MODULE_ID__,#dt_r3t__MODULE_ID__,#dt_r1b__MODULE_ID__,#dt_r2b__MODULE_ID__,#dt_r3b__MODULE_ID__{height:1px;line-height:1px;display:block;border-width:0;border-style:solid;font-size:1px;overflow:hidden}#dt_r1t__MODULE_ID__,#dt_r1b__MODULE_ID__{margin:0 4px;background:#bdcad8 none repeat scroll 0}#dt_r2t__MODULE_ID__,#dt_r2b__MODULE_ID__{border-width:0 2px;margin:0 2px}#dt_r3t__MODULE_ID__,#dt_r3b__MODULE_ID__{border-width:0 1px;margin:0 1px;height:2px}#dt_r2t__MODULE_ID__,#dt_r2b__MODULE_ID__,#dt_r3t__MODULE_ID__,#dt_r3b__MODULE_ID__{border-color:#bdcad8}#dt_mb__MODULE_ID__{border-style:none solid;border-width:1px;border-color:#bdcad8}* html #dt_on__MODULE_ID__{width:99.99%}#dt_ob__MODULE_ID__{overflow:hidden}#gdt_mapcontainer___MODULE_ID__{visibility:hidden;margin-top:0;position:relative}#gdt_map___MODULE_ID__{border:2px solid #d2e6f4;height:545px}#gdt_mapcontainer___MODULE_ID__ .corner{position:absolute;display:block;width:15px;height:15px;background-repeat:no-repeat}#gdt_mapcontainer___MODULE_ID__ .tl{top:0;left:0}#gdt_mapcontainer___MODULE_ID__ .tr{top:0;right:0}#gdt_mapcontainer___MODULE_ID__ .br{bottom:0;right:0}#gdt_mapcontainer___MODULE_ID__ .bl{bottom:0;left:0}#gdt_tzclocks___MODULE_ID__{visibility:hidden;margin:6px 0}#gdt_tzclocksclear___MODULE_ID__{margin:0;padding:0;font-size:1px;line-height:0;clear:both}#gdt_tzclocks___MODULE_ID__ .tzclock{position:relative;background-repeat:no-repeat;font:bold 12px/16px Arial,Helvetica,sans-serif;width:118px;height:30px;margin:6px 12px 6px 0;float:left;padding:5px 32px 5px 50px;overflow:hidden}#gdt_tzclocks___MODULE_ID__ .tzclock{_width:200px;_height:40px}#gdt_tzclocks___MODULE_ID__ .tzclock.daytime{background-position:0 0}#gdt_tzclocks___MODULE_ID__ .tzclock.nighttime{background-position:0 -40px}#gdt_tzclocks___MODULE_ID__ .tzclocklabel{overflow:hidden;height:16px;color:#fff}#gdt_tzclocks___MODULE_ID__ .tzclocktime{float:left;clear:left}#gdt_tzclocks___MODULE_ID__ .tzclock.daytime .tzclocktime{color:#165375}#gdt_tzclocks___MODULE_ID__ .tzclock.nighttime .tzclocktime{color:#97bdd4}#gdt_tzclocks___MODULE_ID__ .tzclockclosebtn{cursor:pointer;float:left;width:14px;height:14px;margin-left:4px;overflow:hidden}#gdt_tzclocks___MODULE_ID__ .tzclock.daytime .tzclockclosebtn{background-position:-168px -80px}#gdt_tzclocks___MODULE_ID__ .tzclock.nighttime .tzclockclosebtn{background-position:-168px -108px}#gdt_tzclocks___MODULE_ID__ .tzclock.daytime .tzclockclosebtn.over{background-position:-168px -94px}#gdt_tzclocks___MODULE_ID__ .tzclock.nighttime .tzclockclosebtn.over{background-position:-168px -122px}#gdt_tzclocks___MODULE_ID__ .tzclockmarker{position:absolute;right:8px;top:8px;width:21px;height:28px;background-repeat:no-repeat}#gdt_tzclocks___MODULE_ID__ .tzclockedit{border:1px solid #4484a9;margin:0;padding:0;height:16px;width:100%;font:10px/10px Arial,sans-serif}#gdt_tzclocks___MODULE_ID__ .tzclockedit:focus{outline:none}#gdt_map___MODULE_ID__ .dragmarkerinfo{padding:4px 10px 4px 36px;font:12px/16px Arial,Helvetica,sans-serif;color:#666;position:relative}#gdt_map___MODULE_ID__ .mapsearchbtn{cursor:pointer;font:bold 12px/18px Arial,Helvetica,sans-serif;color:#000;text-align:center;width:64px;height:18px;position:absolute;left:155px;top:0}#gdt_map___MODULE_ID__ .mapsearchfield{width:150px;height:18px;margin:0;padding:0}#gdt_map___MODULE_ID__ .searchbtn{position:absolute;top:0;left:110px;border:1px solid #000;background-color:#fff;color:#000;cursor:pointer;font-family:Arial,sans-serif}#gdt_canvas__MODULE_ID__{display:none}</style>
<div id=gdt_loading___MODULE_ID__>__MSG_loading__</div>
<div id=dt_ob__MODULE_ID__ style=display:none>
<b id=dt_r1t__MODULE_ID__></b>
<b id=dt_r2t__MODULE_ID__></b>
<b id=dt_r3t__MODULE_ID__></b>
<div id=dt_mb__MODULE_ID__>
<div id=dt_on__MODULE_ID__>
<div id=dt_v__MODULE_ID__ style=display:none;position:absolute>
<xml:namespace ns=urn:schemas-microsoft-com:vml prefix=vml />
<?import namespace="vml" implementation="#default#VML" ?>
<vml:oval id=dt_vp__MODULE_ID__ strokeweight=1 />
<vml:shape coordorigin="0 0" coordsize="100 100" id=gdt_vml_min_hand_rect__MODULE_ID__>
<vml:path id=dt_vmh__MODULE_ID__ />
</vml:shape>
<vml:shape coordorigin="0 0" coordsize="100 100" id=gdt_vml_hour_hand_rect__MODULE_ID__>
<vml:path id=dt_vhh__MODULE_ID__ />
</vml:shape>
<vml:group coordorigin="0 0" coordsize="200 200" style=width:200px;height:200px>
<vml:rect id=dt_vfg__MODULE_ID__>
<vml:stroke on=false />
<vml:fill id=gdt_vml_first_gradient_top__MODULE_ID__ type=gradient />
</vml:rect>
<vml:rect id=dt_vsg__MODULE_ID__>
<vml:stroke on=false />
<vml:fill id=gdt_vml_second_gradient_top__MODULE_ID__ type=gradient />
</vml:rect>
<vml:rect id=dt_vtg__MODULE_ID__>
<vml:stroke on=false />
<vml:fill id=gdt_vml_third_gradient_top__MODULE_ID__ type=gradient />
</vml:rect>
</vml:group>
</div>
<div id=gdt_svg_outer_section__MODULE_ID__>
<div id=dt_sb__MODULE_ID__></div>
<div id=dt_ss__MODULE_ID__></div>
</div>
<div id=dt_cn__MODULE_ID__></div>
<div id=dt_md__MODULE_ID__></div>
<div id=dt_c__MODULE_ID__></div>
</div>
</div>
<b id=dt_r3b__MODULE_ID__></b>
<b id=dt_r2b__MODULE_ID__></b>
<b id=dt_r1b__MODULE_ID__></b>
</div>
<div id=gdt_canvas__MODULE_ID__>
<div id=gdt_tzclocks___MODULE_ID__>
<div id=gdt_tzclocksclear___MODULE_ID__></div>
</div>
<div id=gdt_mapcontainer___MODULE_ID__>
<div id=gdt_map___MODULE_ID__></div>
<b class="corner tl"></b><b class="corner tr"></b>
<b class="corner br"></b><b class="corner bl"></b>
</div>
</div>
<script src="http://maps.google.com/maps?file=api&amp;v=2&hl=__MSG_lang__"></script>
<script src="/ig/f/Vf9d5WwejrI/modules/datetime_v2/datetime_canvas_compiled.js"></script>
<script>_datetime_canvas_init(__MODULE_ID__,"__BIDI_START_EDGE__","__BIDI_END_EDGE__","__BIDI_DIR__");</script>
]]></Content>
</Module>
