$(document).ready(function()
{
  $("#join").submit(function() {
    $("#form-submitted").css('visibility', 'visible');
    $("#form").css('visibility', 'hidden');
    $(this).ajaxSubmit();
    var queryString = $('#join').formSerialize(); 
    $.post('#', queryString);
    return false;
	});
  $('ul.addtoany_list li:nth-child(13)').remove();
  $('ul.addtoany_list li:nth-child(12)').remove();
  $('ul.addtoany_list li:nth-child(11)').remove();
  $('ul.addtoany_list li:nth-child(10)').remove();
  $('ul.addtoany_list li:nth-child(9)').remove();
  $('ul.addtoany_list li:nth-child(8)').remove();
  $('ul.addtoany_list li:nth-child(7)').remove();
  $('ul.addtoany_list li:nth-child(6)').remove();
  $('ul.addtoany_list li:nth-child(5)').remove();
  $('ul.addtoany_list li:nth-child(4)').remove();
  $('ul.addtoany_list li:nth-child(3)').remove();
  $('ul.addtoany_list li:nth-child(2)').remove();
  $('ul.addtoany_list li:nth-child(1)').remove();

	$("#puppet").draggable({containment: 'parent'});
  $("#specs-home")
    .mouseover(function() {
      $("#specs-home").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/specs/nav-home-on.png");
    })
    .mouseout(function() {
      $("#specs-home").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/specs/nav-home-off.png");
    });
  $("#specs-scoop")
    .mouseover(function() {
      $("#specs-scoop").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/specs/nav-scoop-on.png");
    })
    .mouseout(function() {
      $("#specs-scoop").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/specs/nav-scoop-off.png");
    });
  $("#specs-specs")
    .mouseover(function() {
      $("#specs-specs").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/specs/nav-specs-on.png");
    })
    .mouseout(function() {
      $("#specs-specs").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/specs/nav-specs-off.png");
    });
  $("#specs-scribbles")
    .mouseover(function() {
      $("#specs-scribbles").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/specs/nav-scribbles-on.png");
    })
    .mouseout(function() {
      $("#specs-scribbles").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/specs/nav-scribbles-off.png");
    });
  $("#specs-booking")
    .mouseover(function() {
      $("#specs-booking").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/specs/nav-booking-on.png");
    })
    .mouseout(function() {
      $("#specs-booking").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/specs/nav-booking-off.png");
    });
  $("#specs-find-facebook")
    .mouseover(function() {
      $("#specs-find-facebook").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/specs/find-facebook-on.png");
    })
    .mouseout(function() {
      $("#specs-find-facebook").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/specs/find-facebook-off.png");
    });
  $("#specs-find-flickr")
    .mouseover(function() {
      $("#specs-find-flickr").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/specs/find-flickr-on.png");
    })
    .mouseout(function() {
      $("#specs-find-flickr").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/specs/find-flickr-off.png");
    });
  $("#specs-find-email")
    .mouseover(function() {
      $("#specs-find-email").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/specs/find-email-on.png");
    })
    .mouseout(function() {
      $("#specs-find-email").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/specs/find-email-off.png");
    });
  $("#book-find-facebook")
    .mouseover(function() {
      $("#book-find-facebook").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/book/find-facebook-on.png");
    })
    .mouseout(function() {
      $("#book-find-facebook").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/book/find-facebook-off.png");
    });
  $("#book-find-flickr")
    .mouseover(function() {
      $("#book-find-flickr").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/book/find-flickr-on.png");
    })
    .mouseout(function() {
      $("#book-find-flickr").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/book/find-flickr-off.png");
    });
  $("#book-find-email")
    .mouseover(function() {
      $("#book-find-email").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/book/find-email-on.png");
    })
    .mouseout(function() {
      $("#book-find-email").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/book/find-email-off.png");
    });
  $("#book-nav-home")
    .mouseover(function() {
      $("#book-nav-home").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/book/nav-home-on.png");
    })
    .mouseout(function() {
      $("#book-nav-home").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/book/nav-home-off.png");
    });
  $("#book-nav-scoop")
    .mouseover(function() {
      $("#book-nav-scoop").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/book/nav-scoop-on.png");
    })
    .mouseout(function() {
      $("#book-nav-scoop").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/book/nav-scoop-off.png");
    });
  $("#book-nav-specs")
    .mouseover(function() {
      $("#book-nav-specs").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/book/nav-specs-on.png");
    })
    .mouseout(function() {
      $("#book-nav-specs").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/book/nav-specs-off.png");
    });
  $("#book-nav-scribbles")
    .mouseover(function() {
      $("#book-nav-scribbles").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/book/nav-scribbles-on.png");
    })
    .mouseout(function() {
      $("#book-nav-scribbles").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/book/nav-scribbles-off.png");
    });
  $("#book-nav-booking")
    .mouseover(function() {
      $("#book-nav-booking").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/book/nav-booking-on.png");
    })
    .mouseout(function() {
      $("#book-nav-booking").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/book/nav-booking-off.png");
    });
  $("#scoop-find-facebook")
    .mouseover(function() {
      $("#scoop-find-facebook").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/find-facebook-on.gif");
    })
    .mouseout(function() {
      $("#scoop-find-facebook").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/find-facebook-off.gif");
    });
  $("#scoop-find-flickr")
    .mouseover(function() {
      $("#scoop-find-flickr").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/find-flickr-on.gif");
    })
    .mouseout(function() {
      $("#scoop-find-flickr").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/find-flickr-off.gif");
    });
  $("#scoop-find-email")
    .mouseover(function() {
      $("#scoop-find-email").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/find-email-on.gif");
    })
    .mouseout(function() {
      $("#scoop-find-email").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/find-email-off.gif");
    });
  $("#scoop-nav-home")
    .mouseover(function() {
      $("#scoop-nav-home").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/nav-home-on.gif");
    })
    .mouseout(function() {
      $("#scoop-nav-home").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/nav-home-off.gif");
    });

  $("#scoop-nav-scoop")
    .mouseover(function() {
      $("#scoop-nav-scoop").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/nav-scoop-on.gif");
    })
    .mouseout(function() {
      $("#scoop-nav-scoop").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/nav-scoop-off.gif");
    });
  $("#scoop-nav-tribe")
    .mouseover(function() {
      $("#scoop-nav-tribe").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/nav-tribe-on.gif");
    })
    .mouseout(function() {
      $("#scoop-nav-tribe").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/nav-tribe-off.gif");
    });

  $("#scoop-nav-specs")
    .mouseover(function() {
      $("#scoop-nav-specs").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/nav-specs-on.gif");
    })
    .mouseout(function() {
      $("#scoop-nav-specs").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/nav-specs-off.gif");
    });

  $("#scoop-nav-scribbles")
    .mouseover(function() {
      $("#scoop-nav-scribbles").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/nav-scribbles-on.gif");
    })
    .mouseout(function() {
      $("#scoop-nav-scribbles").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/nav-scribbles-off.gif");
    });

  $("#scoop-nav-booking")
    .mouseover(function() {
      $("#scoop-nav-booking").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/nav-booking-on.gif");
    })
    .mouseout(function() {
      $("#scoop-nav-booking").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/nav-booking-off.gif");
    });

  $("#scoop-timeline-1963")
    .mouseover(function() {
      $("#scoop-timeline-1963").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/timeline-2on.jpg");
    })
    .mouseout(function() {
      $("#scoop-timeline-1963").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/timeline-2off.jpg");
    });

  $("#scoop-timeline-1973")
    .mouseover(function() {
      $("#scoop-timeline-1973").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/timeline-4on.jpg");
    })
    .mouseout(function() {
      $("#scoop-timeline-1973").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/timeline-4off.jpg");
    });

  $("#scoop-timeline-1996")
    .mouseover(function() {
      $("#scoop-timeline-1996").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/timeline-6on.jpg");
    })
    .mouseout(function() {
      $("#scoop-timeline-1996").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/timeline-6off.jpg");
    });

  $("#scoop-timeline-2003")
    .mouseover(function() {
      $("#scoop-timeline-2003").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/timeline-8on.jpg");
    })
    .mouseout(function() {
      $("#scoop-timeline-2003").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/timeline-8off.jpg");
    });

  $("#scoop-timeline-2009")
    .mouseover(function() {
      $("#scoop-timeline-2009").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/timeline-10on.jpg");
    })
    .mouseout(function() {
      $("#scoop-timeline-2009").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/timeline-10off.jpg");
    });

  $("#scoop-timeline-2010")
    .mouseover(function() {
      $("#scoop-timeline-2010").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/timeline-12on.jpg");
    })
    .mouseout(function() {
      $("#scoop-timeline-2010").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scoop/timeline-12off.jpg");
    });

  $("#wheels-roll").mouseover(function() {
    $("#wheels").show();
  });
  $("#wheels-roll").mouseout(function() {
    $("#wheels").hide();
  });

  $("#posse-roll").mouseover(function() {
    $("#posse").show();
  });
  $("#posse-roll").mouseout(function() {
    $("#posse").hide();
  });

  $("#kirk-roll").mouseover(function() {
    $("#kirk").show();
  }); 
  $("#kirk-roll").mouseout(function() {
    $("#kirk").hide();
  }); 

  $("body.page-id-123 ul li#home img")
    .mouseover(function() {
      $("#tribe-nav-home").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/tribe/nav-home-on.jpg");
    })
    .mouseout(function() {
      $("li#home a img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/tribe/nav-home-off.jpg");
    });

  $("body.page-id-123 ul li#scoop img")
    .mouseover(function() {
      $("#tribe-nav-scoop").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/tribe/nav-scoop-on.jpg");
    })
    .mouseout(function() {
      $("li#scoop a img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/tribe/nav-scoop-off.jpg");
    });

  $("body.page-id-123 ul li#tribe img")
    .mouseover(function() {
      $("#tribe-nav-tribe").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/tribe/nav-tribe-on.jpg");
    })
    .mouseout(function() {
      $("li#tribe a img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/tribe/nav-tribe-off.jpg");
    });

  $("body.page-id-123 ul li#specs img")
    .mouseover(function() {
      $("#tribe-nav-specs").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/tribe/nav-specs-on.jpg");
    })
    .mouseout(function() {
      $("li#specs a img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/tribe/nav-specs-off.jpg");
    });

  $("body.page-id-123 ul li#scribbles img")
    .mouseover(function() {
      $("#tribe-nav-scribbles").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/tribe/nav-scribbles-on.jpg");
    })
    .mouseout(function() {
      $("li#scribbles a img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/tribe/nav-scribbles-off.jpg");
    });

  $("body.page-id-123 ul li#booking img")
    .mouseover(function() {
      $("#tribe-nav-booking").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/tribe/nav-booking-on.jpg");
    })
    .mouseout(function() {
      $("li#booking a img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/tribe/nav-booking-off.jpg");
    });
  
  $("body.page-id-123 #sidebar #social #find-facebook")
    .mouseover(function() {
      $("#find-facebook").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/tribe/find-facebook-on.gif");
    })
    .mouseout(function() {
      $("#find-facebook").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/tribe/find-facebook-off.gif");
    });

  $("body.page-id-123 #sidebar #social #find-flickr")
    .mouseover(function() {
      $("#find-flickr").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/tribe/find-flickr-on.gif");
    })
    .mouseout(function() {
      $("#find-flickr").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/tribe/find-flickr-off.gif");
    });

  $("body.page-id-123 #sidebar #social #find-email")
    .mouseover(function() {
      $("#find-email").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/tribe/find-email-on.gif");
    })
    .mouseout(function() {
      $("#find-email").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/tribe/find-email-off.gif");
    });

  $("body.home #facebook")
    .mouseover(function() {
      $("#facebook").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/home/facebook-on.jpg");
    })
    .mouseout(function() {
      $("#facebook").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/home/facebook-off.jpg");
    });

  $("body.home #flickr")
    .mouseover(function() {
      $("#flickr").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/home/flickr-on.jpg");
    })
    .mouseout(function() {
      $("#flickr").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/home/flickr-off.jpg");
    });
  $("body.home #email")
    .mouseover(function() {
      $("#email").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/home/email-on.jpg");
    })
    .mouseout(function() {
      $("#email").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/home/email-off.jpg");
    });

  $("body.home #home-home")
    .mouseover(function() {
      $("#home-home").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/home/home-on.png");
    })
    .mouseout(function() {
      $("#home-home").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/home/home-off.png");
    });
  $("body.home #home-scoop")
    .mouseover(function() {
      $("#home-scoop").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/home/scoop-on.png");
    })
    .mouseout(function() {
      $("#home-scoop").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/home/scoop-off.png");
    });
  $("body.home #home-specs")
    .mouseover(function() {
      $("#home-specs").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/home/specs-on.png");
    })
    .mouseout(function() {
      $("#home-specs").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/home/specs-off.png");
    });
  $("body.home #home-scribbles")
    .mouseover(function() {
      $("#home-scribbles").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/home/scribbles-on.png");
    })
    .mouseout(function() {
      $("#home-scribbles").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/home/scribbles-off.png");
    });
  $("body.home #home-booking")
    .mouseover(function() {
      $("#home-booking").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/home/booking-on.png");
    })
    .mouseout(function() {
      $("#home-booking").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/home/booking-off.png");
    });

  $(".single #home img")
    .mouseover(function() {
      $(".single #home img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-home-on.png");
    })
    .mouseout(function() {
      $(".single #home img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-home-off.png");
    });
  $(".single #specs img")
    .mouseover(function() {
      $(".single #specs img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-specs-on.png");
    })
    .mouseout(function() {
      $(".single #specs img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-specs-off.png");
    });
  $(".single #scoop img")
    .mouseover(function() {
      $(".single #scoop img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-scoop-on.png");
    })
    .mouseout(function() {
      $(".single #scoop img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-scoop-off.png");
    });
  $(".single #scribbles img")
    .mouseover(function() {
      $(".single #scribbles img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-scribbles-on.png");
    })
    .mouseout(function() {
      $(".single #scribbles img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-scribbles-off.png");
    });
  $(".single #booking img")
    .mouseover(function() {
      $(".single #booking img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-booking-on.png");
    })
    .mouseout(function() {
      $(".single #booking img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-booking-off.png");
    });



  $(".blog #home img")
    .mouseover(function() {
      $(".blog #home img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-home-on.png");
    })
    .mouseout(function() {
      $(".blog #home img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-home-off.png");
    });
  $(".blog #specs img")
    .mouseover(function() {
      $(".blog #specs img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-specs-on.png");
    })
    .mouseout(function() {
      $(".blog #specs img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-specs-off.png");
    });
  $(".blog #scoop img")
    .mouseover(function() {
      $(".blog #scoop img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-scoop-on.png");
    })
    .mouseout(function() {
      $(".blog #scoop img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-scoop-off.png");
    });
  $(".blog #scribbles img")
    .mouseover(function() {
      $(".blog #scribbles img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-scribbles-on.png");
    })
    .mouseout(function() {
      $(".blog #scribbles img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-scribbles-off.png");
    });
  $(".blog #booking img")
    .mouseover(function() {
      $(".blog #booking img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-booking-on.png");
    })
    .mouseout(function() {
      $(".blog #booking img").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/nav-booking-off.png");
    });
  $(".blog img#flickr")
    .mouseover(function() {
      $(".blog img#flickr").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/flickr-on.jpg");
    })
    .mouseout(function() {
      $(".blog img#flickr").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/flickr-off.jpg");
    });
  $(".blog img#facebook")
    .mouseover(function() {
      $(".blog img#facebook").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/facebook-on.jpg");
    })
    .mouseout(function() {
      $(".blog img#facebook").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/facebook-off.jpg");
    });
  $(".blog img#email")
    .mouseover(function() {
      $(".blog img#email").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/email-on.jpg");
    })
    .mouseout(function() {
      $(".blog img#email").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/email-off.jpg");
    });



  $(".single img#flickr")
    .mouseover(function() {
      $(".single img#flickr").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/flickr-on.jpg");
    })
    .mouseout(function() {
      $(".single img#flickr").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/flickr-off.jpg");
    });
  $(".single img#facebook")
    .mouseover(function() {
      $(".single img#facebook").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/facebook-on.jpg");
    })
    .mouseout(function() {
      $(".single img#facebook").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/facebook-off.jpg");
    });
  $(".single img#email")
    .mouseover(function() {
      $(".single img#email").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/email-on.jpg");
    })
    .mouseout(function() {
      $(".single img#email").attr("src", "http://www.walterthebus.org/wp-content/themes/walterthebus/assets/img/scribbles/email-off.jpg");
    });


});