/* Author:

*/
$(document).ready(function(){
$('nav a').button();

$('.srch').button({
            icons: {
                primary: "ui-icon-search"
            },
            text: false
        });
$('.slideshow').cycle({
  timeout: 8000,
});

$(function() {
  $( "#tabs" ).tabs({
      ajaxOptions: {
        error: function( xhr, status, index, anchor ) {
          $( anchor.hash ).html(
                  "Couldn't load this tab. We'll try to fix this as soon as possible. " +
                  "If this wouldn't be a demo." );
        }
      }
  });
});

jQuery(function($){
    $(".tweet").tweet({
        username: "nexusbroadband",
        join_text: "auto",
        avatar_size: 32,
        count: 3,
        auto_join_text_default: "",
        auto_join_text_ed: "",
        auto_join_text_ing: "",
        auto_join_text_reply: "",
        auto_join_text_url: "",
        loading_text: "loading tweets..."
    });
});
});






