function fetchTip() {
    jQuery("#tipBox").load("dailyTip.html");
    jQuery("#tipBox").show();
}
