/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
jQuery(document).ready(function() {
    //jQuery("#tabs").tabs();
    jQuery("div#footer div.alignleft:first").addClass("first");
    jQuery("div#footer div.alignleft:last").addClass("last");
})


 