I do not know why but I have problems with this code. The banner is displayed on every page although it has specified the attribute $(location).attr(\'href\') you can help me?:<
Instead of
$(location).attr('href');
use
currentUrl = location;