﻿function fnLakeTip(){
    var sHtml = "<div style='font-weight:normal;text-decoration:none'><p><b>Can't find your lake? Try swapping your words, for example...</b></p>";
        sHtml += "<p>If you’re looking for <b>\"Lake Keystone\"</b>, try searching for <b>\"Keystone Lake\"</b>.</p>";
        sHtml += "<p>Also keep in mind that our database incorporates approximately 2000 lakes across 7 counties in Central Florida.</p></div>";

    $('#lnkLakePopup').aqLayer({closeBtn:true,attach:'mid',opacity:'10'}).click(function(){ $('#lnkLakePopup').aqLayer(sHtml) }); 
}
