Advertisement
Guest User

Untitled

a guest
Jul 11th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1.  
  2.  
  3. $(document).ready(function () {
  4. // activate cookie cutter
  5. $.cookieCuttr({
  6. cookieDeclineButton: true,
  7. cookieAnalyticsMessage: "We use cookies, just to track visits to our website, we store no personal details."
  8. });
  9. });
  10.  
  11. if (jQuery.cookie('cc_cookie_decline') == "cc_cookie_decline") {
  12. } else {
  13. var _gaq = _gaq || [];
  14. _gaq.push(['_setAccount', 'UA-42958849-1']);
  15. _gaq.push(['_trackPageview']);
  16.  
  17. (function() {
  18. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  19. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  20. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  21. })();
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement