Giulio Fidente | 180d172 | 2013-06-14 09:29:38 +0200 | [diff] [blame] | 1 | {% if INTERNET_DEFENSE_LEAGUE %} |
| 2 | <script type="text/javascript"> |
| 3 | window._idl = {}; |
| 4 | _idl.variant = "banner"; |
| 5 | (function() { |
| 6 | var idl = document.createElement('script'); |
| 7 | idl.type = 'text/javascript'; |
| 8 | idl.async = true; |
| 9 | idl.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'members.internetdefenseleague.org/include/?url=' + (_idl.url || '') + '&campaign=' + (_idl.campaign || '') + '&variant=' + (_idl.variant || 'banner'); |
| 10 | document.getElementsByTagName('body')[0].appendChild(idl); |
| 11 | })(); |
| 12 | </script> |
| 13 | {% endif %} |