$(function() {
	if ((url_video_tribute != '')  && (section_id == 'lifestyle')) {
	    tribute = url_video_tribute.split('|');
	    tributeTitle = tribute[0];
	    tributeURL = tribute[1];
        $('.subNavLinks').append('<li><a href="' + tributeURL + '">' + tributeTitle + '</a></li>')
    }
    if ((url_video_tribute_obit != '')  && (section_id == 'obituaries')) {
        tribute = url_video_tribute_obit.split('|');
	    tributeTitle = tribute[0];
	    tributeURL = tribute[1];
        $('.subNav').append('<ul class="subNavLinks"><li><a href="' + tributeURL + '">' + tributeTitle + '</a></li></ul>')
    }
});
