

// start jquery functions
$(function() {

$("ul.subnav li:first").addClass('parent');
  
});