﻿$(document).ready(function() {
$("li#li_news").mouseenter(function() {
        changeNav(this);
    });
    $("li#li_rank").mouseenter(function() {
        changeNav(this);
    });
});
