<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
<title>Cherokee Market</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="/CTK/css/CTK.css" />
   <link rel="stylesheet" type="text/css" href="/static/css/market.css" /> 
   <script type="text/javascript" src="/CTK/js/jquery-1.3.2.min.js"></script>
 </head>
 <body>
 <div id="container">
 <div id="main">
<div id="top" ><div id="market-signin" ><a id="widget_8615" href="#" ><span>Sign In</span></a></div><div id="widget_8616" class="market-index-notes"><h1>Short and nice statement about!</h1><p>Some paragraph about Cherokee Market. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas eu auctor neque. Pellentesque semper, enim ut aliquam viverra, enim odio vehicula leo, at tristique sem nibh eleifend tellus. Curabitur malesuada tincidunt lobortis. Suspendisse turpis dui, tincidunt bibendum lobortis ut, rutrum sed magna.</p><button id="button_8618" class="button">Join Today!</button></div><div id="widget_8619" class="market-video"></div></div><div id="main-area" ><div id="widget_8624" class="market-index-apps"><div id="widget_8620" class="market-index-apps-category">Category <select name="category" id="category_selector"><option value="0" >All</option><option value="1" >Content Management</option><option value="2" >Web Applications</option><option value="3" >Wiki</option><option value="4" >Business</option><option value="5" >Development</option></select></div>
<div id="market-index-cat-refresh" class="refreshable-url">
  
</div>
</div><div id="widget_8626" class="market-index-info">
<div id="market-index-app-refresh" class="refreshable-url">
  
</div>
</div></div><div class="help"></div><script type="text/javascript" src="/CTK/js/common.js"></script>
<script type="text/javascript" src="/CTK/js/Help.js"></script>
<script type="text/javascript" src="/CTK/js/jquery-ui-1.7.2.custom.min.js"></script>
<script type="text/javascript">

$(document).ready(function(){
  $('#category_selector').bind('change', function(event){ 
var selected = $('#category_selector').val();
if (selected) {
    $('#market-index-cat-refresh').trigger({'type': 'refresh_goto', 'goto': '/category/'+selected});
}
 });

$('#market-index-cat-refresh').data('url', "/category");

if ("/category".length > 0) {
  $.ajax ({type: "GET", url: "/category", async: true,
            success: function (msg){
               $('#market-index-cat-refresh').html(msg);
            }
         });
}

$('#market-index-cat-refresh').bind('refresh_goto', function(event) {
  $(this).data('url', "/category", event.goto);

  $.ajax ({type: "GET", url: event.goto, async: true,
           success: function (msg){
              $('#market-index-cat-refresh').html(msg);
           }
         });
});

$('#market-index-app-refresh').data('url', "/application");

if ("/application".length > 0) {
  $.ajax ({type: "GET", url: "/application", async: true,
            success: function (msg){
               $('#market-index-app-refresh').html(msg);
            }
         });
}

$('#market-index-app-refresh').bind('refresh_goto', function(event) {
  $(this).data('url', "/application", event.goto);

  $.ajax ({type: "GET", url: event.goto, async: true,
           success: function (msg){
              $('#market-index-app-refresh').html(msg);
           }
         });
});

});

</script>

 </div>
 <div class="ui-helper-clearfix"></div>
 </div>
 <div id="footer">
 <div class="footer-logo"><a href="http://octality.com"><img src="/static/images/octality.png" alt="Octality" /></a></div>
 <div class="footer-nav"><a class="footer-link" href="/terms">Terms of use</a> | <a class="footer-link" href="/privacy">Privacy Policy</a> | <a class="footer-link" href="http://octality.com/about.html">About Octality</a> | <a class="footer-link" href="http://www.octality.com/contact.html">Contact Us</a></div>
 </div>
 </body>
</html>
