Subversion Repositories SmartDukaan

Rev

Rev 3830 | Rev 4050 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3830 Rev 3970
Line 45... Line 45...
45
</div>
45
</div>
46
 
46
 
47
#include("templates/footer.vm")
47
#include("templates/footer.vm")
48
 
48
 
49
#include ( "templates/commonjsfiles.vm" )
49
#include ( "templates/commonjsfiles.vm" )
-
 
50
<!-- Google Website Optimizer Tracking Script -->
-
 
51
<script type="text/javascript">
-
 
52
  var _gaq = _gaq || [];
-
 
53
  _gaq.push(['gwo._setAccount', 'UA-26682619-1']);
-
 
54
  _gaq.push(['gwo._trackPageview', '/1425815630/goal']);
-
 
55
  (function() {
-
 
56
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-
 
57
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-
 
58
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-
 
59
  })();
-
 
60
</script>
-
 
61
<!-- End of Google Website Optimizer Tracking Script -->
-
 
62
 
50
</body>
63
</body>
51
</html>
64
</html>
52
65