/* 
 * doNav.js
 * Created By: Matt Williams
 * Description: Make whole <li> a clickable link
 */

function doNav(theUrl){
    document.location.href = theUrl;
}
