<?xml version="1.0" encoding="UTF-8"?>
<Module xmlns:ning="http://developer.ning.com/opensocial/">
<ModulePrefs title="__MSG_title__" description="__MSG_desc__" summary="__MSG_summary__" icon="http://static.mindjolt.com/ni/favicon.ico" thumbnail="http://static.mindjolt.com/ni/thumbnail.png" author="MindJolt Games" author_email="niapplication@mindjolt.com" screenshot="__MSG_screenshot__"> 
    <Locale messages="http://static.mindjolt.com/ni/xml/ALL_ALL.xml"/>
    <Locale messages="http://static.mindjolt.com/ni/xml/ALL_ALL.xml" lang="en"/>
    <Locale messages="http://static.mindjolt.com/ni/xml/es_ALL.xml" lang="es"/>
    <Require feature="dynamic-height" />
    <Require feature="settitle" />
    <Require feature="views"/>
    <Require feature="skins"/>
    <Require feature="ning"/>
    <Require feature="opensocial-0.7"/>
    <Optional feature="content-rewrite">
      <Param name="include-urls"></Param>
      <Param name="exclude-urls">.*</Param>
      <Param name="include-tags"></Param>
    </Optional>
</ModulePrefs>
<ning:screenshot view="ning.main">http://static.mindjolt.com/ni/screenshot.jpg</ning:screenshot>
<Content type="html"><![CDATA[
<script type="text/javascript">
var networkApp = 0;
function skinIt() {
  var surface = gadgets.views.getCurrentView();

  // If we're not on the canvas page, we need to set some style elements to support skinning.
  if (surface.getName() != 'canvas') {
    var fontColor = gadgets.skins.getProperty(gadgets.skins.Property.FONT_COLOR);
    var bgColor = gadgets.skins.getProperty(gadgets.skins.Property.BG_COLOR);
    var bgImage = gadgets.skins.getProperty(gadgets.skins.Property.BG_IMAGE);
    var anchorColor = gadgets.skins.getProperty(gadgets.skins.Property.ANCHOR_COLOR);

    if (fontColor || bgColor || bgImage || anchorColor) {
      document.write("<style type=\"text/css\">");
      
      if (bgImage || bgColor) {
        document.write("body { ");
        if (bgImage) {
          document.write(" background-image: url('" + bgImage + "');");
        }
        if (bgColor) {
          document.write(" background-color: " + bgColor + ";");
        }
        if (fontColor) {
          document.write(" color: " + fontColor + ";");
        }
        document.write("} ");
      }

      if (anchorColor) {
        document.write("body a, body a:visited { color: " + anchorColor + "; } ");
      }

      document.write("</style>");
    }
  }
}

skinIt();
</script>
<script src="http://static.mindjolt.com/static/js/prototype.js" type="text/javascript"></script>
<script src="http://static.mindjolt.com/static/js/scriptaculous.js" type="text/javascript"></script>
<script src="http://static.mindjolt.com/static/js/ni9.js" type="text/javascript"></script>
<script type="text/javascript" src="http://www.google-analytics.com/ga.js"></script>
<link rel="stylesheet" type="text/css" href="http://static.mindjolt.com/static/css/ni5.css" />
<div id="loading" class="loading">Loading...</div>
<div id="content"></div>
<script type="text/javascript">
gadgets.util.registerOnLoadHandler(display);
</script>
]]></Content>
</Module>
