﻿$(document).ready(function() {
    $("#header-content").tabs("#header-content div", {
        tabs: 'span',
        effect: 'horizontal'
    });
});
