40676886 by Dan Rempel

BMK switched to Eye Return

1 parent 48fc99ee
...@@ -54,30 +54,12 @@ ...@@ -54,30 +54,12 @@
54 <meta charset="utf-8"> 54 <meta charset="utf-8">
55 <title>HTML5 GSAP Ad</title> 55 <title>HTML5 GSAP Ad</title>
56 <meta name="ad.size" content="width=728,height=90"> 56 <meta name="ad.size" content="width=728,height=90">
57 <script type="text/javascript">
58
59 // IAB source: modified to allow link testing
60 var clickTag = "http://www.bakermckenzie.com/";
61 function getParameterByName(name)
62 {
63 var match = RegExp('[?&]' + name + '=([^&]*)').exec(window.location.search);
64 if (match == null || match == ""){
65 return clickTag;
66 } else{
67 return match && decodeURIComponent(match[1].replace(/\+/g, ' '));
68 }
69 }
70 clickTag = getParameterByName('clickTag');
71 </script>
72
73 <!--
74 <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script> 57 <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script>
75 <script type="text/javascript"> 58 <script type="text/javascript">
76 window.onload = function() { 59 window.onload = function() {
77 eyeBuild.initialize(); 60 eyeBuild.initialize();
78 } 61 }
79 </script> 62 </script>
80 -->
81 63
82 64
83 65
...@@ -313,8 +295,7 @@ ...@@ -313,8 +295,7 @@
313 </head> 295 </head>
314 296
315 <body> 297 <body>
316 <a id="click-tag" href="javascript:window.open(window.clickTag)"> 298 <a href="javascript:eyeBuild.doClick(0)" class="cta">
317 <!-- <a href="javascript:eyeBuild.doClick(0)" class="cta"> -->
318 <div id="border"> 299 <div id="border">
319 300
320 <div id="line-img-group"> 301 <div id="line-img-group">
......
...@@ -54,30 +54,12 @@ ...@@ -54,30 +54,12 @@
54 <meta charset="utf-8"> 54 <meta charset="utf-8">
55 <title>HTML5 GSAP Ad</title> 55 <title>HTML5 GSAP Ad</title>
56 <meta name="ad.size" content="width=728,height=90"> 56 <meta name="ad.size" content="width=728,height=90">
57 <script type="text/javascript">
58
59 // IAB source: modified to allow link testing
60 var clickTag = "http://www.bakermckenzie.com/";
61 function getParameterByName(name)
62 {
63 var match = RegExp('[?&]' + name + '=([^&]*)').exec(window.location.search);
64 if (match == null || match == ""){
65 return clickTag;
66 } else{
67 return match && decodeURIComponent(match[1].replace(/\+/g, ' '));
68 }
69 }
70 clickTag = getParameterByName('clickTag');
71 </script>
72
73 <!--
74 <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script> 57 <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script>
75 <script type="text/javascript"> 58 <script type="text/javascript">
76 window.onload = function() { 59 window.onload = function() {
77 eyeBuild.initialize(); 60 eyeBuild.initialize();
78 } 61 }
79 </script> 62 </script>
80 -->
81 63
82 64
83 65
...@@ -302,8 +284,7 @@ ...@@ -302,8 +284,7 @@
302 </head> 284 </head>
303 285
304 <body> 286 <body>
305 <a id="click-tag" href="javascript:window.open(window.clickTag)"> 287 <a href="javascript:eyeBuild.doClick(0)" class="cta">
306 <!-- <a href="javascript:eyeBuild.doClick(0)" class="cta"> -->
307 <div id="border"> 288 <div id="border">
308 289
309 <div id="line-img-group"> 290 <div id="line-img-group">
......
1 js file
...\ No newline at end of file ...\ No newline at end of file
1 //js file
...\ No newline at end of file ...\ No newline at end of file
......