<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="__UP_Title__"
directory_title="Final CountDown"
title_url="http://sn.im/gadgeteer"
description="A simple count down to events that have yet to occur, such as: Christmas, New Years, Halloween, 2012 The End of the World."
category="lifestyle"
category2="tools"
screenshot="http://sites.google.com/site/gadget1server/screenshots/FinalCountDown-screenshot.png"
thumbnail="http://sites.google.com/site/gadget1server/screenshots/FinalCountDown-thumbnail.png"
author="Gadgeteer"
author_email="Gadgeteer@switched.com"
author_affiliation="None"
author_location="Laughlin, NV, USA"
author_aboutme="Hi friends, welcome to my exciting interactive journey in social cyberspace. Now a little about me, I am educated, attractive, witty, spontaneous, adventurous and love iGoogle."
author_photo="http://hosting.gmodules.com/ig/gadgets/file/107204226890132081824/Gadgeteer.jpg"
author_link="http://gadgetsdirectory.blogspot.com/"
author_quote="To live is the rarest thing in the world. Most people exist, that is all. Oscar Wilde"
height="20"
width="231">
<Require feature="settitle"/>
<Require feature="setprefs" />
<Require feature="views"/>
</ModulePrefs>
<UserPref name="Title" display_name="Title:" datatype="string" default_value="Final CountDown" />
<UserPref name="TargetDate" display_name="TargetDate:" datatype="string" default_value="12/21/2012 1:00 AM" />
<UserPref name="BackColor" display_name="BackColor:" datatype="string" default_value="white" />
<UserPref name="ForeColor" display_name="ForeColor:" datatype="string" default_value="green" />
<UserPref name="FinishMessage" display_name="FinishMessage:" datatype="string" default_value=" ~ The End ~" />
<Content type="html">
<![CDATA[
<div id="Final" align="center" style="background-color:__UP_BackColor__;">
<script language="JavaScript"> 
TargetDate = "__UP_TargetDate__";
BackColor = "__UP_BackColor__";
ForeColor = "__UP_ForeColor__";
CountActive = true;
CountStepper = -1;
LeadingZero = true;
DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes";
FinishMessage = "__UP_FinishMessage__";
</script>
<script language="JavaScript" src="http://hosting.gmodules.com/ig/gadgets/file/117336448282898488901/countdown.js"></script>
</div>
]]>
</Content>
</Module>

