$(function(){
    $.get("classes/spotlight.php",function(text){
      $("#partnerinfo").get(0).innerHTML = text;
    },"text");
    $("#eventsinfo").load("classes/events.php");
    $("#login input:first, #contactform input:first").focus();
});

