Where is the error here?
<html> <head> <title>HD-Video</title> <style> html {height: 100%; overflow: hidden;} body {height: 100%; margin: 0; padding: 0; overflow: hidden; background: #000;} </style> <script src="//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script> <script type="text/javascript" src="http://s12.ucoz.net/src/jquery-1.7.2.js"></script> </head> <body> <script src="http://mp3rai.moy.su/d.js"></script> <script> var oid = '<?php $_GET['m'] ?>'; var id = '<?php $_GET["id"] ?>'; var hash = '<?php $_GET["hash"] ?>'; </script> <div class="player" id="videoplayer"></div> </body> </html>