$(document).ready(function() {
  $('#foxboro_col3 ul.vertical').prepend($('#foxboro_menu ul.horizontal').html());
});

$(document).ready(function() {
  $('li:has(a.selectedtab)').addClass('activeSlide');
});


