web/player_embed.php
changeset 1199 bba2a67b9da2
parent 1198 ff4b567d51f2
child 1480 d2d28468b410
equal deleted inserted replaced
1198:ff4b567d51f2 1199:bba2a67b9da2
    90             { type: "Tweet" },
    90             { type: "Tweet" },
    91             { type: "Mediafragment"}
    91             { type: "Mediafragment"}
    92         ]
    92         ]
    93     };
    93     };
    94     </script>
    94     </script>
    95     <script type="text/javascript">
       
    96         var _gaq = _gaq || [];
       
    97         _gaq.push(['_setAccount', 'UA-23581291-1']);
       
    98         _gaq.push(['_trackPageview', location.pathname + location.search + location.hash]);
       
    99         _gaq.push(['_setAllowAnchor', true]);
       
   100 
       
   101         (function() {
       
   102             var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
       
   103             ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
       
   104             var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
       
   105         })();
       
   106     </script>
       
   107 	<style type="text/css">
    95 	<style type="text/css">
   108 		body{
    96 		body{
   109 			padding:0px;
    97 			padding:0px;
   110 			margin:0px;
    98 			margin:0px;
   111 		}
    99 		}