$(document).ready(function(){
    //Init Tabs
    $("#homePageNav > ul").tabs();
    //Set Focus to login
    $("input#email").focus();
});