I have an external javascript in header section, like this way:
<head>
<script type="text/javascript" src="myscript.js"></script>
</head>
This javascript creates a banner for the cookie law, in every page of the site. The banner is shown only the first time you enter the site.
I want to load this javascript in all site except two page. I use Wordpress and Genesis Framework.
How can I do that?