Need help on installing JavaScript

Permalink
I want to add the js below on my pagehttp://www.autometkorting.nl

How can add this to my page?

Erik

<script type="text/javascript">
var BS_tag = '82ab77de-214b-f779-410d-9f5277c3dd07';
var BS_tw = 'auto';
var BS_th = 'auto';
document.write(unescape("%3Cscript src='https://www.alpheracalculator.nl/js/teaser/tag/" + BS_tag + "/width/" + BS_tw + "/height/" + BS_th + "' type='text/javascript'%3E%3C/script%3E"));
</script>

 
mkly replied on at Permalink Reply
mkly
lol forum security fail.

Can you edit your post and place the javascript code between
[code]
//put code in here

[/code]
sorento replied on at Permalink Reply
(<script type="text/javascript">
var BS_tag = '82ab77de-214b-f779-410d-9f5277c3dd07';
var BS_tw = 'auto';
var BS_th = 'auto';
document.write(unescape("%3Cscript src='https://www.alpheracalculator.nl/js/teaser/tag/" + BS_tag + "/width/" + BS_tw + "/height/" + BS_th + "' type='text/javascript'%3E%3C/script%3E"));
</script>)