/*
 * Site Common Javascript
 *
 * May 10, 2010
 *
 */

// init the local namespace. All functions should be part of this namespace
var $stp = window.$stp || {};  



$(document).ready(function() {
    //$clxcommon.initWarning();
});

function updateRecipeResults()
{
  $('#cat_main_ingredient').val();
  $('#cat_ratings').val();
  $('#cat_type_of_dish').val();
}
