/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

if (Drupal.jsEnabled) {
  $(document).ready(function () {
    $("#primary ul.links li:eq(2)*").addClass("active-trail active");
    });
}
