﻿/* custom rural js functions */

$(document).ready(function() {
    /* dynmaically apply the rounded corner images to the subnavigation */    
    $('#subnav').append('&#160;');
    $('#subnav ul').before('<div id="subnavtop"></div>');
    $('#subnav ul').after('<div id="subnavbottom"></div>');
});