$(document).ready(function(){
  // var whereAmI = window.location.pathname.replace(".html", "").replace("/", "")
  // if(whereAmI == "") {
  //   $("a#about_link").addClass("active");
  // } else if($("a#" + whereAmI + "_link").length) {
  //   $("a#" + whereAmI + "_link").addClass("active");
  // } else {
  //   $("a#blog_link").addClass("active");
  // }
  // 
  // $("div.scrollable").scrollable({
  //     size: 1,
  //     clickable: false,
  //     keyboard: 'static'
  // }).navigator("#carousel_navi");
  // if($(".tweet").length) {
  //   $(".tweet").tweet({
  //     username: ["purebreezeltd", "lebreeze"],
  //     avatar_size: 32,
  //     count: 3,
  //     auto_join_text_default: "we said,", 
  //     auto_join_text_ed: "we",
  //     auto_join_text_ing: "we were",
  //     auto_join_text_reply: "we replied",
  //     auto_join_text_url: "we were checking out",
  //     loading_text: "loading tweets..."
  //   });
  // }
});
