$(function() 
{
    $("button, input:submit", ".choreplan_button").button();
    $("a", ".choreplan_button").button();
    $("a", ".auth_part").button();
    
    $("a", ".demo").click(function() { return false; });
});

function enterMonthlyBudget(monthlyBudget)
{
    $("#budget").val(monthlyBudget);
}

$(document).ready(function(){
    FB.init({
     appId  : fbApplicationId,
     status : true, // check login status
     cookie : true, // enable cookies to allow the server to access the session
     xfbml  : true  // parse XFBML
    });
});
