<?xml version="1.0" encoding="UTF-8" ?>


<Module>

<ModulePrefs title="The-Puzzler.com - Crossword To Play Everyday!"
author="The-Puzzler.com"
author_email="contactus@the-puzzler.com"
directory_title="Daily Crossword"
description="Play Today's Daily Crossword for Free"
screenshot="http://www.the-puzzler.com/images/DailyCrossword.png"
thumbnail="http://www.the-puzzler.com/images/DailyCrosswordThumbnail.png"
author_photo="http://www.the-puzzler.com/images/img05.jpg"
author_aboutme="Creator of the website The-Puzzler.com"
author_link="http://www.the-puzzler.com"
author_quote="There's a puzzler inside all of you!"
height="480"
width="420"
scrolling="false"
singleton="false" >
<Require feature="tabs" />
</ModulePrefs>


<Content type="html">
<![CDATA[
<table width="100%" border="1">
<tbody>
<tr>
<td class="ListCell" id="HorzList" valign="top"></td>
</tr>
</tbody>
</table>


<script type="text/javascript">
// Initialize tabs, designate the tab named "Two" as
// the tab selected by default.
var tabs = new _IG_Tabs(__MODULE_ID__, "Clue", _gel("MainContext"));
function init() {

// Technique #2: Create the tab and define a corresponding <div> in the
// HTML portion of the gadget. Add static content to the <div>.
tabs.addTab("Clue", "HorzList");

}

</script>

<div id="two_id" style="display:none">Content for tab Two.</div>
<div id="three_id" style="display:none">This is static content for tab Three.</div>

<link href="http://www.the-puzzler.com/scripts/gadgetbase.css" rel="stylesheet" type="text/css">

<script src="http://www.the-puzzler.com/scripts/jquery.js"></script>
<script type="text/javascript" src="http://www.the-puzzler.com/scripts/CrosswordGadget.packed.js"></script>

<div id="MainContext"></div>
<table class="FrameOuter" border="1" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align="center">
<table class="FrameInner" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td colspan="5">
<table class="FrameInner" width="50%" border="0" cellpadding="0" cellspacing="0">
<tbody>
</tbody>
</table>
</td>
</tr>

<tr style="height: 4px;">
<td colspan="5"></td>
</tr>
<tr>
<td rowspan="3" class="ACell" valign="top" align="center">
<div id="State"></div>
<div class="APuzzle" id="Puzzle"></div>
<div class="APuzzleFooter" id="PuzzleFooter"></div>
</td>

</tr>
</tbody>
</table>
</td>
</tr>
<tr class="Header">
<td class="Header">
<div id="aHeader"></div>
</td>
</tr>
<tr>
<td colspan="5" class="AFooter">
<div id="Footer"></div>
</td>
</tr>
</tbody>
</table>

<script type="text/javascript">
// Call init function to initialize and display tabs.
_IG_RegisterOnloadHandler(init);
</script>

<script type="text/javascript" src="http://www.the-puzzler.com/CrosswordData/scripts/DailyCrossword.js"></script>
<script type="text/javascript" src="http://www.the-puzzler.com/scripts/Envoke.js"></script>
<div id="Static" style="font-size: 10px; color: #4282B5; font-family: Arial;" align="center"></div>


]]>
</Content>
</Module>

