jQuery(function() {
  jQuery('#screenshot-tour-screenshots a').lightBox({fixedNavigation:true});
});

function startTour () {
  jQuery('#screenshot-tour-screenshots a:first').trigger('click');
}

jQuery(function() {
    Cufon.replace('h2, .tumblr_title, .tumblr_link_post .tumblr_link');
    jQuery('object').attr({'wmode': 'transparent'});

    jQuery('.tumblr_chat_post ul li:odd').addClass('odd');
});
