<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
<ModulePrefs title="Lunchy" thumbnail="http://gadgets.thewavedev.com/lunchy/lunchy_thumbnail.png" height="120">
  <Require feature="wave" /> 
  <Require feature="dynamic-height" />
</ModulePrefs>
<Content type="html">
<![CDATA[ 
  <meta Name="keywords" Content="lunch, eateries, restaurant, dinner, breakfast, food, dining, coupon">
  <meta Name="description" Content="Lunchy allows you to organize lunch outings with your friends by voting eateries up or down and posting status.">
  
  <style type="text/css" media=screen>
  <!--
     p       {font-family: sans-serif; font-size: small;}
     div     {font-family: sans-serif; font-size: small;}
     table   {font-family: sans-serif; font-size: small;}
     input   {font-family: sans-serif; font-size: small;}
     .title  {font-size:xx-large;font-style:bold;}
     .ymncell{text-align: center;width: 25px;height:25px;cursor:pointer;}
     .voteDefault {background-color:#e0e0e0;}
     .voteYes     {background-color:#669900;}
     .voteNo      {background-color:#990000;}
     .voteMaybe   {background-color:gray;}
     .voteImage   {margin:2px 2px 2px 2px;width:30px;height:30px;}
     .winningBar  {height:20px;background-color:#669900;}
     .losingBar   {height:20px;background-color:#990000;}
     .yesVoteThumbs 
     {
       border-style:solid;
       border-width:2px;
       border-color:#669900;
       -moz-border-radius: 5px;
       -webkit-border-radius: 5px;
       border-radius: 5px;
     }
     .noVoteThumbs
     {
       border-style:solid;
       border-width:2px;
       border-color:#990000;
       -moz-border-radius: 5px;
       -webkit-border-radius: 5px;
       border-radius: 5px;
     }
     .hotLink     {font-size:x-small;color:blue;hover;cursor:pointer;font-style:normal;}
     .gonogo_div  {float:right;}
     .gonogo      {cursor:pointer;text-align:center;height:30px;width:30px;background-color:#e0e0e0;}
     .gonogoOut   {cursor:pointer;text-align:center;height:30px;width:30px;background-color:#990000;}
     .gonogoIn    {cursor:pointer;text-align:center;height:30px;width:30px;background-color:#669900;}
     .gostatusImage {width:25px; height:25px;}
     .rollCallTable {clear:right;}
     .rollCallThumb {width:40px;height:40px;}
     .rollCallIn    {font-size:small;padding:5px;}
     .rollCallOut   {font-size:small;padding:5px;text-decoration:line-through;color:#990000;font-style:italic;}
     .rollCallNote  {font-size:x-small;padding:5px;color:#669900;font-style:italic;}
     div.slickTextBox
     {
       display:inline;
       border-style:solid;
       border-width:2px;
       border-color:black;
       -moz-border-radius: 8px;
       -webkit-border-radius: 8px;
       border-radius: 8px;
       padding:2px 2px 2px 2px;
       margin: 2px 2px 2px 2px;
     }
     input.slickTextBox
     {
       border-style:none;
     }
     #title_div
     {
       margin: 10px 10px;
       padding:10px 10px;
       border-color:#333366;
       border-style:solid;
       border-width:4px;
       -moz-border-radius: 20px;
       -webkit-border-radius: 20px;
       border-radius: 20px;
     }
     #title_content
     {
     }
     #paypalDonate
     {
       padding: 10px;
       text-align: center;
     }
     #top_table
     {
       width:100%;
       margin:0px 0px;
       padding:0px 0px;
     }
     
     .top_cell
     {
       width:50%;
       vertical-align:top;
       margin:0px 0px;
       padding:0px 0px;
     }
     
     #voting_div 
     {
       height:100%;
       margin: 10px 10px;
       padding:10px 10px;
       border-color:#333366;
       border-style:solid;
       border-width:4px;
       -moz-border-radius: 20px;
       -webkit-border-radius: 20px;
       border-radius: 20px;
     }
     
     #rollcall_top 
     {
       height: 100%;
       margin: 10px 10px;
       padding:10px 10px;
       border-color:#333366;
       border-style:solid;
       border-width:4px;
       -moz-border-radius: 20px;
       -webkit-border-radius: 20px;
       border-radius: 20px;
     }
     
     #rollcall_div 
     {
       margin: 0px 0px;
       padding:0px 0px;
     }

     #ad_top 
     {
       height: 100%;
       margin: 10px 10px;
       padding:10px 10px;
       border-color:#333366;
       border-style:solid;
       border-width:4px;
       -moz-border-radius: 20px;
       -webkit-border-radius: 20px;
       border-radius: 20px;
       text-align:center;
     }
     
     #results_div 
     {
       clear:both;
       margin: 10px 10px;
       padding:10px 10px;
       border-color:#333366;
       border-style:solid;
       border-width:4px;
       -moz-border-radius: 20px;
       -webkit-border-radius: 20px;
       border-radius: 20px;
     }
  -->
  </style>
  <script type="text/javascript">
    window.google_analytics_uacct = "UA-380788-3";
  </script>

  <script type="text/javascript" src="http://gadgets.thewavedev.com/lunchy/json2.js"></script>
  <script type="text/javascript" src="http://gadgets.thewavedev.com/lunchy/lunchy.js"></script>
  <script type="text/javascript" src="http://gadgets.thewavedev.com/lunchy/wave2.js"></script>
  <div id="content_div">
    <table id="top_table">
      <tr>
        <td class="top_cell">
          <div id="voting_div">
            <span class="title">Are you in for lunch today?</span>
            <div class="gonogo_div">
              <table>
                <tr>
                  <td class="gonogo" id="gostatus" onClick="updateGoStatus(true)">Y</td>
                  <td class="gonogo" id="nogostatus" onClick="updateGoStatus(false)">N</td>
                </tr>
              </table>
            </div>
            <p style="clear:right;"><br>New Restaurant <div class="slickTextBox"><input type='text' id='newVenueTextbox' class="slickTextBox" onKeyPress="submitOnEnter(event, submitNewVenue)"></div></p>
            <div id="venue_div"></div>
          </div>
        </td>
        <td class="top_cell">
          <div id="rollcall_top">
            <span class="title">Lunch Roll Call</span>
            <div id="rollcall_div"></div>
          </div>
          <div id="ad_top">
            <script type="text/javascript"><!--
            google_ad_client = "pub-8388978726031323";
            /* Lunchy Gadget */
            google_ad_slot = "8783839463";
            google_ad_width = 300;
            google_ad_height = 250;
            //-->
            </script>
            <script type="text/javascript"
            src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
            </script>
          </div>
        </td>
      </tr>
    </table>
    <div id="results_div">
      <span class="title">Lunch Restaurant Results</span>
      <div id="results"></div>
    </div>
    <div id="debug"></div>
  </div><script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-380788-3");
pageTracker._trackPageview();
} catch(err) {}</script>
  ]]> 
  </Content>
</Module>