$(document).ready(function() {
	$('.tab a[href*="' + location.pathname + '"]').addClass('active');
	$('.tab:not(#tip) > a').append('<img src="/images/video-overlay.png" width="62" height="62" alt="" class="video-overlay" />');
});
