Advertisement
Mouamle

The Player

Feb 10th, 2017
1,149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 183.00 KB | None | 0 0
  1.  
  2. <!DOCTYPE HTML>
  3. <!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
  4. <!--[if IE 7 ]>    <html lang="en" class="no-js ie7"> <![endif]-->
  5. <!--[if IE 8 ]>    <html lang="en" class="no-js ie8"> <![endif]-->
  6. <!--[if IE 9 ]>    <html lang="en" class="no-js ie9"> <![endif]-->
  7. <!--[if (gt IE 9)|!(IE)]><!-->
  8. <html lang="en" class="no-js">
  9. <!--<![endif]-->
  10.     <head>
  11.         <meta charset="UTF-8">
  12.         <title>
  13.         Sherlock </title>
  14.         <meta name="viewport" content="width=device-width, initial-scale=1.0">
  15.  
  16.         <meta name="author" content="DPS-Themes">
  17.         <meta name="robots" content="noindex, nofollow" />
  18.         <link rel="shortcut icon" type="image/x-icon" href="http://cinemana.earthlinktele.com/images/favicon.ico" />
  19.         <link rel="icon"  type="image/png"  href="http://cinemana.earthlinktele.com/images/favicon.png"/>
  20.  
  21.  
  22.  
  23.         <!-- Bootstrap -->
  24.              <link href="http://cinemana.earthlinktele.com/assetsUI/css/bootstrap.min.css" rel="stylesheet" media="screen" />         <link href="http://cinemana.earthlinktele.com/assetsUI/assets/font-awesome/css/font-awesome.css" rel="stylesheet" />         <!-- Template CSS -->
  25.        <!-- <link href="assetsUI/css/style.css" rel="stylesheet" media="screen">-->
  26.               <link href="http://cinemana.earthlinktele.com/assetsUI/css/style.css?v=8" rel="stylesheet" media="screen" />         <link href="http://cinemana.earthlinktele.com/assetsUI/lightStyle/empty.css" rel="stylesheet" media="screen" />         <!-- Third Party CSS -->
  27.         <link href="http://cinemana.earthlinktele.com/assetsUI/assets/animate.css-master/animate.min.css" rel="stylesheet" media="screen" />       <link href="http://cinemana.earthlinktele.com/assetsUI/assets/rendro-easy-pie-chart-20d9260/demo/style.css" rel="stylesheet" type="text/css" />        <!-- Responsive CSS -->
  28.        <link href="http://cinemana.earthlinktele.com/assetsUI/css/responsive.css" rel="stylesheet" media="screen" />
  29.  
  30.        <link href="http://cinemana.earthlinktele.com/assetsUI/css/lightStyle.css?v=5" rel="stylesheet" media="screen" />
  31.  
  32.  
  33.  
  34.      <!-- auto completion scripts -->
  35.             <link href="http://cinemana.earthlinktele.com/assetsUI/autocomplate/jquery-ui.css" rel="stylesheet" media="screen" />  
  36.  
  37.  
  38.    <script language="javascript">
  39.     function fbshareCurrentPage()
  40.     {
  41.         window.open("https://www.facebook.com/sharer/sharer.php?u="+escape(window.location.href)+"&t="+document.title, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');
  42.         return false;
  43.     }
  44.    </script>
  45.  
  46.  
  47.     </head>
  48.     <body class="wide">
  49.     <input name="currentUrl" id="currentUrl" type="hidden" value="http://cinemana.earthlinktele.com/page/movie/watch/en/38635">
  50. <!-- code for facebook sharing -->
  51. <!--
  52. <div id="fb-root"></div>
  53. <script>(function(d, s, id) {
  54.  var js, fjs = d.getElementsByTagName(s)[0];
  55.  if (d.getElementById(id)) return;
  56.  js = d.createElement(s); js.id = id;
  57.  js.src = "//connect.facebook.net/ar_AR/sdk.js#xfbml=1&version=v2.0";
  58.  fjs.parentNode.insertBefore(js, fjs);
  59. }(document, 'script', 'facebook-jssdk'));</script>
  60. -->
  61.  
  62. <script>
  63.  
  64. var is_uiwebview = /(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(navigator.userAgent);
  65. var is_safari_or_uiwebview = /(iPhone|iPod|iPad).*AppleWebKit/i.test(navigator.userAgent);
  66.  
  67. if(is_uiwebview){
  68. alert('قامت الشركة بطرح البرنامج الرسمي لسينمانا الان, اذا كنت تستخدم برنامج اخر بنفس الاسم فهو غير رسمي والشركة غير مسؤولة عنه ,  لتنزيل البرنامج الجديد اضغط هنا');
  69. window.location = "http://cinemana.earthlinktele.com/deviceApp/iphone/CinemanaApp.html";
  70.  
  71. }
  72.  
  73.  
  74.  
  75. if(getCookie('appSeen') == ""){
  76.  
  77.  
  78.  
  79.       if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i) || (navigator.userAgent.match(/iPad/i)))) {
  80.           if (document.cookie.indexOf("iphone_redirect=false") == -1) window.location = "http://cinemana.earthlinktele.com/deviceApp/iphone/";
  81.       }
  82.  
  83.       if ((navigator.userAgent.match(/Android/i))) {
  84.           if ((navigator.userAgent.indexOf('Android') != -1)) window.location = "http://cinemana.earthlinktele.com/deviceApp/android/";
  85.       }
  86.  
  87. }
  88.  
  89.  
  90.  
  91.  
  92. function getCookie(cname) {
  93.     var name = cname + "=";
  94.     var ca = document.cookie.split(';');
  95.     for(var i = 0; i <ca.length; i++) {
  96.        var c = ca[i];
  97.        while (c.charAt(0)==' ') {
  98.            c = c.substring(1);
  99.        }
  100.        if (c.indexOf(name) == 0) {
  101.            return c.substring(name.length,c.length);
  102.        }
  103.    }
  104.    return "";
  105. }
  106.  
  107.  
  108. </script>
  109. <!-- endcode for facebook sharing -->
  110. <header>
  111.  
  112.          
  113.  
  114.             <div class="upperbar"></div>
  115.             <div class="toparea">
  116.  
  117.                 <div class="container">
  118.  
  119.                     <div class="row">
  120.                         <div class="col-lg-6 col-sm-6 col-xs-12 info">
  121.                        
  122.                            
  123.                                                    
  124.                            <a href="#login" class="fancybox"  id="loginFancyLink"> <span><i class="icon-user"></i>Login</span> </a>
  125.                              
  126.                          
  127.                      
  128.  
  129.                                                      
  130.                             <a href="#register" class="fancybox  register"  id="registerFancyLink"  > <span><i class="icon-edit-sign mgr5 "></i>Register</span> </a>                              
  131.                            
  132.                          
  133.                        
  134.          
  135.          
  136.          
  137.          
  138.              <span> | </span>
  139.              
  140.              <font class="switchLangBtn" id="ar"  style="cursor:pointer;">
  141.                  
  142.                  <span  class="language  "><i class="icon-quote-left"></i> عربي </span>
  143.                          
  144.             </font>
  145.                <font id="testLangPlace" >
  146.              </font>
  147.            
  148.                
  149.  
  150.                         </div>
  151.                         <div class="col-lg-6 col-sm-6 col-xs-6 text-right hidden-xs">
  152.                             <div class="social">
  153.                            
  154.                            
  155.        <a href="https://www.facebook.com/earthlinktele/?fref=nf" title="Facebook" class="facebook"  target="_blank"> <i class="icon icon-facebook"></i> </a>
  156.                  
  157.          <a href="https://twitter.com/Cinemana2014" title="Twitter" class="twitter"  target="_blank" > <i class="icon icon-twitter twitter"></i> </a>
  158.                    
  159.                  
  160.          <a href="https://plus.google.com/u/0/b/113599242324219131072" title="Google+" class="google-plus"  target="_blank" ><i class="icon icon-google-plus"></i> </a>                                              
  161.                            
  162.              
  163.                             </div>
  164.  
  165.                             <div class="search">
  166.                                
  167.                                 <label for="s">Search:</label>
  168.                                 <input type="text" style="background-color:white;color:#808080" maxlength="50" id="suchenInput" name="suchenInput" class="textfield  " />
  169.                                        
  170.                                 <a href="#suchen" class="fancybox  suchen"  id="suchenLink"  >
  171.                                 <button type="button"  class="ta-btn">
  172.                                     <i class="icon-search"></i>
  173.                                 </button>
  174.                                 </a>
  175.                                
  176.                             </div>
  177.  
  178.                         </div>
  179.  
  180.                     </div>
  181.  
  182.                 </div>
  183.  
  184.             </div>
  185.  
  186.             <div class="bottomarea">
  187.  
  188.                 <div class="navbar navbar-default navbar-static-top" role="navigation">
  189.                     <div class="container">
  190.                         <div class="navbar-header">
  191.                             <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
  192.                                 <span class="sr-only">Toggle navigation</span>
  193.                                 <span class="icon-bar"></span>
  194.                                 <span class="icon-bar"></span>
  195.                                 <span class="icon-bar"></span>
  196.                             </button>
  197.  
  198.      
  199.                          <a href="http://cinemana.earthlinktele.com/page/home/index/en" class="navbar-brand logo1"> </a>  
  200.                                 </div>
  201.                         <div class="navbar-collapse collapse">
  202.  
  203.                             <ul class="nav navbar-nav navbar-right">
  204.                            
  205.                            
  206.                                                                    
  207.                                                                              
  208.                                    
  209.                                                              
  210.                                
  211.                                 <li class="dropdown active">
  212.                  
  213. <a href="http://cinemana.earthlinktele.com/page/home/index/en" class="dropdown-toggle">Home<i class=" icon-home"></i></a>                                </li>
  214.                                 <li class="dropdown">
  215.  <a href="http://cinemana.earthlinktele.com/page/movie/index/en/1" class="dropdown-toggle " id="moviesLightClass">Movies<i class="icon-facetime-video"></i></a>          
  216. <!-- <a href="#" id="moviesLightClass"  >
  217. Movies<i class="icon-facetime-video"></i> </a>  -->                        
  218.                                    
  219.                                 </li>
  220.                                 <li class="dropdown">
  221.  <a href="http://cinemana.earthlinktele.com/page/movie/index/en/2" class="dropdown-toggle">Series<i class="icon-film"></i></a>                                      
  222.                                 </li>
  223.  
  224.  
  225.                                 <li class="dropdown">
  226.   <a href="http://cinemana.earthlinktele.com/page/faq/index/en" class="dropdown-toggle">FAQ<i class="icon-question-sign"></i></a>                                   </li>
  227.                                
  228.                                 <li>
  229.   <a href="http://cinemana.earthlinktele.com/page/contact/index/en" class="dropdown-toggle">Contact<i class="icon-envelope"></i></a>  
  230.                                </li>
  231.                  
  232.                             </ul>
  233.  
  234.                         </div>
  235.                     </div>
  236.                 </div>
  237.             </div>
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.         </header>
  245.        
  246.      
  247.      
  248.    
  249.      
  250.                                              
  251.     <div class="lightMainContainer page-wrap" >
  252.    
  253.    
  254.  
  255.  
  256.        
  257. <script src="http://cinemana.earthlinktele.com/assetsUI/js/jquery.js"></script>
  258. <script>
  259.     $(function() {
  260. /*       $('#searchMoviesForm').submit(function (evt) {
  261.             evt.preventDefault();
  262.              
  263.         }); */
  264.     //..................................................................................................    
  265.     });
  266. </script>              
  267. <script>
  268.     function checkValueLenght() {
  269.         // alert('checkValueLenght ');   
  270. /*      var searchText = $("#searchText").val();
  271.        
  272.         if (searchText.length < 3)
  273.         {
  274.             //  alert('legnth is too short' );
  275.              $("#searchText").val("");
  276.        
  277.              return false;
  278.         }else
  279.         {
  280.             return true;
  281.         }*/
  282.                        
  283.     }
  284. </script>
  285.  
  286.      
  287.    
  288.  
  289.  
  290.  
  291.  <script type="text/javascript">
  292.  /* suchen input   */
  293.     $(function() {
  294.   //.........................................
  295.  
  296.     $('#suchenInput').keypress(function(e) {
  297.         if(e.which == 13) {
  298.             $('#suchenLink').click();
  299.         }
  300.     });
  301.  //.........................................
  302.   $('#suchenLink').click(function ()
  303.   {//755
  304.      
  305.      var suchenInput = ($('#suchenInput').val()).trim();
  306.      if ( suchenInput && suchenInput.length > 0 )
  307.      {
  308.         $('#video_title_search').val(suchenInput);
  309.      }
  310.   }//755
  311.  
  312.   );
  313.  //.........................................
  314.   $('#advanceSearch').click(function ()
  315.   {//755
  316.      $('#suchenLink').click();
  317.      var suchenInput = ($('#searchText').val()).trim();  
  318.      if ( suchenInput && suchenInput.length > 0 )
  319.      {
  320.         $('#video_title_search').val(suchenInput);
  321.      }
  322.   }//755
  323.  
  324.   );  
  325.   //.........................................  
  326.    
  327.     });
  328.     </script>
  329.  
  330.  <script type="text/javascript">
  331.  /* suchen input   */
  332.     $(function() {
  333.   //.........................................
  334.  
  335.   $('#suchenBtn').click(function ()
  336.   {//755
  337.      
  338.      // alert('you click sucnehlj');
  339.   }//755
  340.  
  341.   );
  342.  
  343.   //.........................................  
  344.   });
  345. </script>
  346.  
  347.  
  348.  <script type="text/javascript">
  349.  /* contact message  */
  350.     $(function() {
  351.         //.........................................
  352.  
  353.   $('#send_contact_message').click(function ()
  354.   {//755
  355.            
  356.   //alert('  send_contact_message ');
  357.         var lang = $('input[type=hidden]#lang').val();       
  358.         var userName = ($('#userName').val()).trim();  
  359.         var comments = ($('#comments').val()).trim();  
  360.         var capatchaContact = ($('#capatchaContact').val()).trim();        
  361.         var email = $('#email').val();  email = $.trim(email)  ;
  362.         var emailfilter=/^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i ;
  363.         var returnval=emailfilter.test(email); 
  364.          
  365.     // alert('season addComment2  '+yourMessage);
  366.         if (userName == '' )
  367.         {
  368.             $('#userName').val("");
  369.             $("#errorMsg").html("Name is empty");                  
  370.         }else  
  371.         if (userName.length < 3 )
  372.         {
  373.             $('#userName').val("");            
  374.             $("#errorMsg").html("Your name should be longer than three characters");                   
  375.         }else
  376.         if (userName.length >50  )
  377.         {
  378.             $('#userName').val("");            
  379.             $("#errorMsg").html("Name should be shorter than 50 characters");                  
  380.         }else
  381.         if (comments == '' )
  382.         {
  383.             $('#comments').val("");
  384.             $("#errorMsg").html("Comment is empty!");                  
  385.         }else
  386.         if (capatchaContact == '' )
  387.         {
  388.             $('#capatchaContact').val("");
  389.             $("#errorMsg").html("The characters that you entered didn't match the word verification. Please try again. ");                 
  390.         }else          
  391.         if (comments.length < 3 )
  392.         {
  393.             $('#comments').val("");            
  394.             $("#errorMsg").html("Comment should be longer than two characters");                   
  395.         }else
  396.         if (comments.length >500  )
  397.         {
  398.             $('#comments').val("");            
  399.             $("#errorMsg").html("Comment should be shorter than 500 characters");                  
  400.         }else          
  401.         if (returnval==false)
  402.         {//65
  403.              
  404.              $('input#email').attr('value',''); // $('input#rePw').focus();
  405.              $("#errorMsg").html("E-mail format is not valid");
  406.                 //e.select()
  407.         }//65
  408.         else
  409.         {
  410.                $("#loadingDivContact").show();
  411.                $("#send_contact_message").attr("disabled", true);      
  412.             // alert("everything is ok ");
  413.                var base_url = 'http://cinemana.earthlinktele.com/';
  414.  
  415.                $('#errorMsg').load( base_url + 'page/contact/ajaxSendMessage',
  416.                 { lang:lang, userName:userName, email:email, comments:comments , capatchaContact:capatchaContact},
  417.                 function(data)
  418.                  {//333
  419.                  // alert(data);
  420.                     $("#loadingDivContact").hide();
  421.                     $("#send_contact_message").attr("disabled", false);
  422.                     if (data == 0)
  423.                     {
  424.                       $("#errorMsg").html("<font class='redErrorMessageLight ' > Error occurs  </font>");
  425.                       //alert("Error occurs ");              
  426.          
  427.                    }else
  428.                     if (data == 1)
  429.                     {
  430.                             $("#errorMsg").html("");
  431.                             //$('#capatchaContact').val("");
  432.                             window.location =  base_url + 'page/user/sendMessage/'+lang;
  433.                              
  434.                    }else
  435.                     if (data == 2)
  436.                     {
  437.                       $("#errorMsg").html("<font class='redErrorMessageLight ' > The characters that you entered didn't match the word verification. Please try again.  </font>");
  438.                    }                   
  439.                  
  440.                  }//333
  441.        
  442.                ); //close for load
  443.            
  444.            
  445.         }//end else evey thing is valaid
  446.  
  447.  
  448.    }//755
  449.  
  450.   );
  451.  
  452.   //.........................................  
  453.    
  454.     });
  455.     </script>
  456.    
  457.      
  458. <script type="text/javascript">
  459.     $(function() {
  460.         //alert('sdfsf');
  461.        //.........................................
  462.    //payment2Dates  paymentDays
  463.   $('.lightPopularLink').click(function ()
  464.   {//755
  465.  
  466.      // alert('lightPopularLink ');  
  467.     // var id = $(this).attr('id');
  468.      $('.lightPopularLink').attr('class', '   lightPopularLink');
  469.      $(this).attr('class', ' ActiveTab  lightPopularLink');
  470.  
  471.  
  472.    
  473.     var owlObject = $(this).attr('data-owl');
  474.  
  475.     if(owlObject == null){return;}
  476.     if($("#"+ owlObject +"").html().replace(/\s+/g, '') == "")
  477.     {
  478.         var timeType = $(this).attr('data-Time');
  479.         var videosType = $(this).attr('data-videoType');
  480.         urlSite = "http://"+ window.location.hostname +"/api/android/"+ videosType +"/kind/"+ timeType +"";
  481.        
  482.         $("#"+ owlObject +"").parent().prepend('<img id="owloadgif" style="width:3%" alt="blankimage" src="http://cinemana.earthlinktele.com/loadingImages/loadingicon.gif">')
  483.        
  484.         $.ajax({url:  urlSite, success: function(result){          
  485.         $("#owloadgif").remove()   
  486.                 var owl = $("#"+ owlObject +"");
  487.                 owl.owlCarousel();
  488.                 for (i in result)
  489.                 {  
  490.                     var videoTitle = "";
  491.  
  492.                     if(result[i].kind == 2)
  493.                     {
  494.  
  495.                         if(lang.value == "ar" )
  496.                         {
  497.                         videoTitle = videoTitle = ""+ result[i].en_title +" <br> "+ result[i].season +" : الموسم | "+ result[i].episodeNummer +": الحلقة";
  498.                         }
  499.                         else
  500.                         {
  501.                         videoTitle = ""+ result[i].en_title +" <br> Episode : "+ result[i].episodeNummer +" | Season : "+ result[i].season +" ";
  502.                         }
  503.                     }
  504.                     else
  505.                     {
  506.                         if(lang.value == "ar" )
  507.                         {
  508.                             videoTitle =  result[i].ar_title
  509.                         }
  510.                         else
  511.                         {
  512.                                 videoTitle =  result[i].en_title
  513.                         }
  514.                     }  
  515.                     var content = '<div class="post"><div class="blog small"><div class="img-cnt zoom fadeInUp" data-transition="fadeInUp"><img src= "'+ result[i].imgMediumThumbObjUrl +'" data-src="'+ result[i].imgMediumThumbObjUrl +'" class="poster lazy" alt=""><div class="overlay primary o50"><div class="icon-wrap"><a class="icon-cnt watchLaterBtn" title="Watch Later" id="'+ result[i].nb +'"><i class="icon-time icon-2x "></i></a><a href="' + window.location.hostname + '/page/movie/watch/'+ lang.value +'/'+ result[i].nb +'" title="Play" class="icon-cnt"><i class="icon-play-sign icon-2x"></i></a></div></div></div><h4><a href="' + window.location.hostname + '/page/movie/watch/'+ lang.value +'/'+ result[i].nb +'" title="Play">'+ videoTitle +'</a></h4></div><!-- end blog small --></div>';
  516.                 owl.data('owlCarousel').addItem(content);
  517.                 }
  518.         }});
  519.  
  520.     }
  521.  
  522.  
  523.  
  524.     }//755
  525.    );
  526.    //..................................................................................................    
  527.     });
  528.     </script>  
  529.    
  530.      
  531.    
  532. <script type="text/javascript">
  533.     $(function() {
  534.     //  alert('hi  '+getCookie("benutzerName") );
  535.  $('#username').val(getCookie("benutzerName"));
  536.  $('#password').val(getCookie("passwort"));
  537. //-----------------------------------------------
  538. function setCookie(user,user_value,exdays) {
  539.     var d = new Date();
  540.     d.setTime(d.getTime() + (exdays*24*60*60*1000));
  541.     var expires = "expires=" + d.toGMTString();
  542.     document.cookie = user+"="+user_value+"; "+expires;
  543. }
  544.  
  545. function getCookie(cname) {
  546.     var name = cname + "=";
  547.     var ca = document.cookie.split(';');
  548.     for(var i=0; i<ca.length; i++) {
  549.        var c = ca[i];
  550.        while (c.charAt(0)==' ') c = c.substring(1);
  551.        if (c.indexOf(name) == 0) {
  552.            return c.substring(name.length, c.length);
  553.        }
  554.    }
  555.    return "";
  556. }
  557.  
  558. function remember_information(username,password)
  559. {
  560. // setCookie("benutzerName",username, 30);
  561. // setCookie("passwort",password, 30);
  562. }
  563.  
  564. //-----------------------------------------------  
  565.    
  566.     $('#capatcha').keydown(function(event) {
  567.        if (event.keyCode == 13) {
  568.             //submit form
  569.              $('#loginMember').click();
  570.            //this.form.submit();
  571.             //alert("submit form " );
  572.           // return false;
  573.         }
  574.    });
  575. //-----------------------------------------------  
  576.        
  577.     $('#password').keydown(function(event) {
  578.        if (event.keyCode == 13) {
  579.             //submit form
  580.              $('#loginMember').click();
  581.            //this.form.submit();
  582.             //alert("submit form " );
  583.           // return false;
  584.         }
  585.    });
  586.    
  587.    
  588.    
  589.      $('#loginMember').click(  
  590.         function()
  591.            {//2
  592.             //$("#loadingLoginDiv").show();
  593.             //alert('you click on login ');
  594.              var user = $('#username').val();
  595.              var pass = $('#password').val();
  596.              var capatcha = $('#capatcha').val();
  597.              
  598.             //////// var recaptcha = $('#g-recaptcha-response').val();
  599.              //alert("Recaptcha value = "+recaptcha);            
  600.              if ( user == '')
  601.              {
  602.                   $("#loginRes").html("  Username is empty");          
  603.              }else
  604.              if ( pass == '')
  605.              {
  606.                   $("#loginRes").html("  Password is empty");          
  607.              }else
  608.              if ( capatcha == '')
  609.              {
  610.                   $("#loginRes").html("  The characters that you entered didn't match the word verification. Please try again. ");         
  611.              }else
  612.              {//beror ajax
  613.                //alert ('info is not EMPTY  ');
  614.                //var rememberMe = $('#rememberMe').attr("checked");
  615.                
  616.                if ($('#rememberMe').is(":checked")){
  617.                    var  rememberMe  = 1;
  618.                    remember_information(user,pass);
  619.                }else {
  620.                    var  rememberMe  = 0;         
  621.                }
  622.                 // alert ('rememberMe1 =  '+rememberMe);
  623.                var base_url = 'http://cinemana.earthlinktele.com/';
  624.              
  625.                $("#loadingLoginImg").show();
  626.                $("#loginMember").hide();
  627.                
  628.                $('#loginRes').load( base_url + 'page/user/ajaxCheckMember',
  629.                 {benutzerName:user, passwort:pass, rememberMe:rememberMe, capatcha:capatcha },//, recaptcha:recaptcha},//  },
  630.                 function(data)
  631.                  {//333
  632.  
  633.                    $("#loadingLoginImg").hide();                                 
  634.                    $("#loginMember").show();
  635.  
  636.                     //alert(data);
  637.                     //$("#loadingLoginDiv").hide();
  638.                     if (data == 'ar' || data == 'en')//valid login
  639.                     {
  640.                         var currentUrl = $('#currentUrl').val();
  641.                         $('#loginRes').html(" <div class='lightGreenColor' > Welcome </div>");
  642.                         var url = base_url + 'page/home/index/' + data;  
  643.                         window.location = currentUrl;//url;            
  644.                         //reload()
  645.                     }else
  646.                     if (data == 2 )//error username
  647.                     {
  648.                         $('#loginRes').html("  Password or Username is incorrect");                        
  649.                     }else
  650.                     if (data == 3 )//error password
  651.                     {
  652.                         $('#loginRes').html("  Password or Username is incorrect");                        
  653.                     }
  654.                     else
  655.                     if (data == 4 )//not activated registration by email
  656.                     {
  657.                         $('#loginRes').html("  You didn't confirm your registeration by email!");                          
  658.                     }
  659.                     else
  660.                     if (data == 5 )//  stopped by admin  
  661.                     {
  662.                         $('#loginRes').html("  You have been stoped by admin");                        
  663.                     }
  664.                     else
  665.                     if (data == 6 )// wrong capcatcha  
  666.                     {
  667.                         $('#loginRes').html("  The characters that you entered didn't match the word verification. Please try again. ");                           
  668.                     }/*
  669.                     else
  670.                     if (data == 7 )//  stopped by admin  
  671.                     {
  672.                         $('#loginRes').html("  Invalid reCAPTCHA code");                           
  673.                     }
  674.                     else
  675.                     if (data == 8 )//  stopped by admin  
  676.                     {
  677.                         $('#loginRes').html("  Please re-enter your reCAPTCHA");                           
  678.                     }                                                      
  679.                     */
  680.                     else //error
  681.                     {//error
  682.                        ///alert('error case ' );
  683.                         $('#loginRes').html("  Error occurs ");    
  684.                     }//error
  685.                  
  686.                  }//333
  687.        
  688.                ); //close for load
  689.          
  690.              }//end not empty username
  691.            }//2
  692.    )//end of click
  693.  //..................................................................................................    
  694.    
  695.      $('#registerLight').click(  
  696.         function()
  697.            {//2
  698.         //  alert("you click register ")
  699.              var lang = $('input[type=hidden]#lang').val();
  700.              
  701.              if ( (lang != 'ar') && (lang != 'en'))
  702.              {
  703.                 lang = 'en';
  704.              }
  705.             // alert("lang = "+ lang);                   
  706.              var usernameReg = $('#usernameReg').val(); usernameReg = $.trim(usernameReg)  ;
  707.              var passwordReg = $('#passwordReg').val();  passwordReg = $.trim(passwordReg)  ;
  708.              var rePasswordReg = $('#rePasswordReg').val();  rePasswordReg = $.trim(rePasswordReg)  ;  
  709.              var nameReg = $('#nameReg').val();  nameReg = $.trim(nameReg);              
  710.              var emailReg = $('#emailReg').val();  emailReg = $.trim(emailReg);
  711.              var gender = $('#gender').val();  gender = $.trim(gender);              
  712.              //alert("gender = "+gender);
  713.              var emailfilter=/^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i ;
  714.  
  715.              var returnval=emailfilter.test(emailReg);
  716.  
  717.              if ( nameReg == '')
  718.              { 
  719.                   $('input[type=text]#nameReg').val("");
  720.                   $("#registerErrorMessage").html("  Name is empty");          
  721.              }else
  722.              if (nameReg.length <=  3 )
  723.              {
  724.                 $('input[type=text]#nameReg').val("");
  725.                 $("#registerErrorMessage").html("Your name should be longer than three characters");                   
  726.              }else 
  727.              if (nameReg.length > 15 )
  728.              {
  729.                 $('input[type=text]#nameReg').val("");
  730.                 $("#registerErrorMessage").html("Your name should be shorter than 15 characters");                 
  731.              }else                   
  732.              if ( usernameReg == '')
  733.              { 
  734.                   $('input[type=text]#usernameReg').val("");
  735.                   $("#registerErrorMessage").html("  Username is empty");          
  736.              }else
  737.              if ( passwordReg == '')
  738.              {  //alert('pass is empty');
  739.                   $('input[type=password]#passwordReg').val("");                 
  740.                   $("#registerErrorMessage").html("  Password is empty");          
  741.              }else 
  742.              if (usernameReg.length <= 3 )
  743.              {
  744.                 $('input[type=text]#usernameReg').val("");
  745.                 $("#registerErrorMessage").html("Username should be longer than three characters");                
  746.              }else 
  747.              if (passwordReg.length <= 5 )
  748.              {  //alert('pass is smaller than 3 empty');
  749.                 $('input[type=password]#passwordReg').val("")
  750.                 $('input[type=password]#rePasswordReg').val("");                               
  751.                 $("#registerErrorMessage").html("Password should be longer than five characters");                 
  752.              }else
  753.              if ( rePasswordReg == '')
  754.              {  //alert('pass confirm is empty');
  755.                   $('input[type=password]#rePasswordReg').val("");               
  756.                   $("#registerErrorMessage").html("  Password Confirmation is empty");         
  757.              }else 
  758.              if (rePasswordReg != passwordReg )
  759.              { //alert('pass AND confirm not match ');
  760.                  // $('input[type=password]#rePasswordReg').val("");
  761.                 $("#registerErrorMessage").html("Password & Confirmation don't match");                
  762.              }else                   
  763.              if (returnval==false)
  764.              {//65
  765.                  
  766.                  $('input#emailReg').attr('value','')// $('input#rePw').focus();
  767.                  $("#registerErrorMessage").html("E-mail format is not valid");
  768.                     //e.select()
  769.              }//65
  770.              else            
  771.              {//beror ajax
  772.              
  773.                // alert('welcome to cinemana world ');
  774.                   var base_url = 'http://cinemana.earthlinktele.com/';
  775.                   var ajaxPath = base_url + 'page/user/ajaxRegister';
  776.                   //alert(ajaxPath);
  777.                  
  778.                   $("#loadingRegisterImg").show();
  779.                   $("#registerLight").hide();
  780.                  
  781.                   $('#registerErrorMessage').load(ajaxPath,
  782.                     { benutzerName:usernameReg, passwort:passwordReg, email:emailReg, name: nameReg, lang:lang, gender:gender  },
  783.                     function(data)
  784.                      {//333
  785.                         $("#loadingRegisterImg").hide();
  786.                         $("#registerLight").show();
  787.                      //  alert(data);
  788.                         $("#registerErrorMessage").html("");
  789.                         if (data == 0)
  790.                         {
  791.                            $("#registerErrorMessage").html("Username already exists")
  792.                         }else
  793.                         if (data == -2)
  794.                         {
  795.                            $("#registerErrorMessage").html("Email already exists!");   
  796.                         }else                      
  797.                         if (data > 0)
  798.                         {
  799.                             $("#registerErrorMessage").html("");
  800.                             //alert("result is ok ");
  801.                            //redirect user to message page
  802.                             var url =  base_url + 'page/user/registration/'+lang;
  803.                             //alert(url);
  804.                             window.location = url;
  805.                     <!--       $("#registerErrorMessage").html(" <font color='green' >Your registration completed successfully  </br> Review your email to confirm your registration  </font> <br>  Note: Check your email, if registration email didn't arrive to your inbox, check spam folder  ");-->
  806.                            
  807.                         }else
  808.                         {
  809.                            $("#registerErrorMessage").html("Error occurs ");   
  810.                         }
  811.                      
  812.                      }//333
  813.            
  814.                    ); //close for load               
  815.              }//end not empty username  
  816.              
  817.              
  818.              
  819.           }//2
  820.    )//end of click
  821.  //..................................................................................................    
  822.            
  823.  
  824.     });
  825.     </script>
  826.    
  827.    <script type="text/javascript">
  828.     $(function() {
  829.          
  830.      //..................................................................................................    
  831.       $('#likeLightClass').click(  
  832.         function()
  833.         {//2
  834.           //like_
  835.           var id = $('input[type=hidden]#videoItemNb').val();  
  836.           var likeValue = 1;
  837.          
  838.           var oldNumberOfLikesLight = $("#numberOfLikesLight").html();
  839.           var oldNumberOfDisLikesLight = $("#numberOfDisLikesLight").html();         
  840.              
  841.           //  var iconClass = $(this).("i").attr('class');
  842.       //  alert(" iconClass " );
  843.                 var base_url = 'http://cinemana.earthlinktele.com/';
  844.                   $('#resultOfOperatioins').load( base_url + 'page/user/ajaxAddLikeDislike',
  845.                     { video_item_lighttigerNb:id , likeValue:likeValue },
  846.                     function(data)
  847.                      {//333
  848.                         //alert( data);
  849.                        
  850.                         var separatorIndex = data.indexOf('-') ;
  851.                         var endIndex = data.length - separatorIndex - 1;
  852.                         var likesNumber = data.substring(0, endIndex);
  853.                         //alert(" likesNumber "+likesNumber);
  854.                        
  855.                         var disLikesNumber = data.substring(separatorIndex+1, data.length);
  856.                         //alert(" disLikesNumber "+disLikesNumber);
  857.                            
  858.  
  859.                        if (data == -1)
  860.                        {
  861.                          // alert("Login First!");
  862.                         // $("#resultOfOperatioins").html("Login First!"); 
  863.                         $("#resultOfOperatioins").html("");
  864.                         //redirect user to login page
  865.                         $('#loginFancyLink').click();
  866.                        }else
  867.                        {
  868.                               if (oldNumberOfLikesLight < likesNumber)
  869.                               {
  870.                                 //  $(".icon-thumbs-up").
  871.                                 //likeActiveColorLight  
  872.                                 // disLikeActiveColorLight  
  873.                                 //alert( "you like i t" );
  874.                                  $(".icon-thumbs-up").removeClass('icon-thumbs-up').addClass('icon-thumbs-up  likeActiveColorLight');
  875.                                  $(".icon-thumbs-down").removeClass('disLikeActiveColorLight');
  876.                                
  877.                               }else
  878.                               if ((oldNumberOfLikesLight == likesNumber) && (disLikesNumber < oldNumberOfDisLikesLight))
  879.                               {
  880.                                  
  881.                                  $(".icon-thumbs-down").removeClass('disLikeActiveColorLight');
  882.                               }
  883.                              
  884.                               $("#numberOfDisLikesLight").html(disLikesNumber);
  885.                               $("#numberOfLikesLight").html(likesNumber);                                                              
  886.                               $("#resultOfOperatioins").html(" ");                     
  887.                        }
  888.    
  889.  
  890.                      
  891.                      }//333
  892.            
  893.                    ); //close for load       
  894.                
  895.                
  896.                  
  897.         }//2   
  898.       ) // end of click  
  899.          
  900.    //..................................................................................................    
  901.     //..................................................................................................    
  902.       $('#disLikeLightClass').click(  
  903.         function()
  904.         {//2
  905.          //disLike_
  906.           var id = $('input[type=hidden]#videoItemNb').val();  
  907.           var likeValue = 0;
  908.          
  909.           var oldNumberOfLikesLight = $("#numberOfLikesLight").html();
  910.           var oldNumberOfDisLikesLight = $("#numberOfDisLikesLight").html();
  911.          
  912.                  
  913.         // alert("you click likeLightClass "+id);
  914.                 var base_url = 'http://cinemana.earthlinktele.com/';
  915.                   $('#resultOfOperatioins').load( base_url + 'page/user/ajaxAddLikeDislike',
  916.                     { video_item_lighttigerNb:id , likeValue:likeValue },
  917.                     function(data)
  918.                      {//333
  919.                         //alert( data);
  920.                        
  921.                         var separatorIndex = data.indexOf('-') ;
  922.                         var endIndex = data.length - separatorIndex - 1;
  923.                         var disLikesNumber = data.substring(0, endIndex);
  924.                         //alert(" disLikesNumber "+disLikesNumber);
  925.                        
  926.                         var likesNumber = data.substring(separatorIndex+1, data.length);
  927.                         //alert(" likesNumber "+likesNumber);
  928.  
  929.                        if (data == -1)
  930.                        {
  931.                          // alert("Login First!");
  932.                          //$("#resultOfOperatioins").html("Login First!");   
  933.                          $("#resultOfOperatioins").html("");
  934.                         //redirect user to login page
  935.                         $('#loginFancyLink').click();                        
  936.                        }else
  937.                        {
  938.                            
  939.                               if (oldNumberOfDisLikesLight < disLikesNumber)
  940.                               {
  941.                                 //  $(".icon-thumbs-up").
  942.                                 //likeActiveColorLight  
  943.                                 // disLikeActiveColorLight  
  944.                                 //alert( "you like i t" );
  945.                                  $(".icon-thumbs-down").removeClass('icon-thumbs-down').addClass('icon-thumbs-down  disLikeActiveColorLight');
  946.                                  $(".icon-thumbs-up").removeClass('likeActiveColorLight');
  947.                               }else
  948.                               if ((oldNumberOfDisLikesLight == disLikesNumber) && (likesNumber < oldNumberOfLikesLight))
  949.                               {
  950.                                  
  951.                                  $(".icon-thumbs-up").removeClass('likeActiveColorLight');
  952.                               }
  953.                                                        
  954.                               $("#numberOfDisLikesLight").html(disLikesNumber);
  955.                               $("#numberOfLikesLight").html(likesNumber);                                                              
  956.                               $("#resultOfOperatioins").html(" ");                     
  957.                        }
  958.                        
  959.                        
  960.                      }//333
  961.            
  962.                    ); //close for load       
  963.          }//2  
  964.  
  965.       ) // end of click  
  966.          
  967.    //..................................................................................................    
  968.  
  969.  $('#add2favoritLightClass').click(  
  970.         function()
  971.         {//2
  972.  
  973.  
  974.         var id = $('input[type=hidden]#videoItemNb').val();      
  975.  
  976.      
  977.         //  alert("you click add2favoritLightClass " );
  978.                 var base_url = 'http://cinemana.earthlinktele.com/';
  979.                   $('#resultOfOperatioins').load( base_url + 'page/user/ajaxAdd2Favorit',
  980.                     { video_item_lighttigerNb:id   },
  981.                     function(data)
  982.                      {//333
  983.                     //   alert(data);
  984.                        if (data == -1)
  985.                        {
  986.                          // alert("Login First!");
  987.                         // $("#resultOfOperatioins").html("Login First!");
  988.                          $("#resultOfOperatioins").html("");     
  989.                         //redirect user to login page
  990.                         $('#loginFancyLink').click();
  991.                        }else
  992.                        {
  993.                        //  $("#resultOfOperatioins").html("ok added ");
  994.                         // $("#favoritSection").html(" <div class='tag'   id='reomveFromFavoritLightClass'>                            <i class='icon-heart' style='color: #E61313'></i>favorite    </div>");
  995.                           $("#add2favoritLightClass").hide();
  996.                           $("#reomveFromFavoritLightClass").show();                        
  997.                                
  998.                        }
  999.                      }//333
  1000.            
  1001.                    ); //close for load                       
  1002.          }//2  
  1003.  
  1004.       ) // end of click  
  1005.     //..................................................................................................    
  1006.   $('#reomveFromFavoritLightClass').click(  
  1007.         function()
  1008.         {//2
  1009.  
  1010.  
  1011.         var id = $('input[type=hidden]#videoItemNb').val();      
  1012.  
  1013.      
  1014.         //  alert("you click reomveFromFavoritLightClass " );
  1015.                 var base_url = 'http://cinemana.earthlinktele.com/';
  1016.                   $('#resultOfOperatioins').load( base_url + 'page/user/ajaxRemoveFromFavorit',
  1017.                     { video_item_lighttigerNb:id   },
  1018.                     function(data)
  1019.                      {//333
  1020.                        if (data == -1)
  1021.                        {
  1022.                          // alert("Login First!");
  1023.                          $("#resultOfOperatioins").html("Login First!");     
  1024.                        }else
  1025.                        {
  1026.                        //  $("#resultOfOperatioins").html("ok added ");
  1027.                         // $("#favoritSection").html(" <div class='tag'   id='add2favoritLightClass'>                            <i class='icon-heart-empty' ></i>Add to Favorites  </div>");
  1028.                            
  1029.                           $("#add2favoritLightClass").show();
  1030.                           $("#reomveFromFavoritLightClass").hide();                      
  1031.                            
  1032.                        }
  1033.                      }//333
  1034.            
  1035.                    ); //close for load                       
  1036.          }//2  
  1037.  
  1038.       ) // end of click  
  1039.     //..................................................................................................    
  1040.  
  1041.  
  1042.     });
  1043.     </script>
  1044.    
  1045.     <script type="text/javascript">
  1046.     $(function() {
  1047.        
  1048.         //alert('sdfsf');
  1049.   //.........................................
  1050.    //payment2Dates  paymentDays
  1051.   $('.color_select').click(function ()
  1052.   {//755
  1053.  
  1054.  
  1055.      var style_lighttigerNb = $(this).attr('id');
  1056.      var fileName = $(this).attr('role');    
  1057.      //alert('style_lighttigerNb '+style_lighttigerNb);
  1058.     // alert('fileName '+ fileName);             
  1059.        //$('head').append('<link rel="stylesheet" href="assetsUI/css/red.css" type="text/css"  media="screen" />');
  1060.  
  1061.  
  1062.      
  1063.      
  1064.             var base_url = 'http://cinemana.earthlinktele.com/';
  1065.                   $('#resultOfChangingStyle').load( base_url + 'page/user/ajaxChangeStyleSetting',
  1066.                     { style_lighttigerNb:style_lighttigerNb   },
  1067.                     function(data)
  1068.                      {//333 return current style filename
  1069.                      //alert(data);
  1070.                        if (data == -1)
  1071.                        {
  1072.  
  1073.                          $("#resultOfChangingStyle").html("Login First!");   
  1074.                        }else
  1075.                        if (data == 0)
  1076.                        {
  1077.  
  1078.                          $("#resultOfChangingStyle").html("Error occurs ");  
  1079.                        }else                       
  1080.                        {
  1081.                  
  1082.                          $("#resultOfChangingStyle").html("");  //$('link[href="http://localhost/vod_ci/assetsUI/css/green.css"]').attr('href','"http://localhost/vod_ci/assetsUI/css/red.css"');
  1083.                             var currentFileName = data;//'green.css';
  1084.                             var currentLinkSrc = "http://localhost/vod_ci/assetsUI/lightStyle/"+ currentFileName ;
  1085.                            
  1086.                             var newLinkSrc = "http://localhost/vod_ci/assetsUI/lightStyle/" + fileName ;
  1087.                    
  1088.                    
  1089.                                  
  1090.                         //  $('link[href="http://localhost/vod_ci/assetsUI/lightStyle/green.css"]').
  1091.                             $('link[href=\"'+currentLinkSrc+'\"]').attr('href', newLinkSrc);   
  1092.                             location.reload(); 
  1093.                        }
  1094.                      }//333
  1095.            
  1096.                    ); //close for load   
  1097.                
  1098.    }//755
  1099.  
  1100.   );
  1101.  
  1102.     //..................................................................................................    
  1103.  
  1104.     });
  1105.     </script>  
  1106.         <script type="text/javascript">
  1107.     $(function() {
  1108.        
  1109.         //alert('sdfsf');
  1110.   //.........................................  
  1111.   $('#currentPassEdit').change(function ()//mouseout
  1112.   {//76
  1113.      // alert(" currentPassEdit  change" );
  1114.     var currentPassEdit = ($('input[type=password]#currentPassEdit').val()).trim();
  1115.     var newPassEdit = ($('input[type=password]#newPassEdit').val()).trim();
  1116.     var reNewPassEdit = ($('input[type=password]#reNewPassEdit').val()).trim();    
  1117.  
  1118.     if (currentPassEdit.length == 0)
  1119.     {
  1120.         $('input[type=password]#currentPassEdit').val("");
  1121.         $("#errorMsgProfile").html("Password is empty");
  1122.         $("#successMsgLight").html("");                
  1123.     }else  
  1124.     if (currentPassEdit.length <= 5 )
  1125.     {
  1126.         $('input[type=password]#currentPassEdit').val("");             
  1127.         $("#errorMsgProfile").html("Password should be longer than five characters");                  
  1128.         $("#successMsgLight").html("");
  1129.     }else
  1130.     {//username is ok so checck if it exists before
  1131.            
  1132.            
  1133. // alert(" ajax tag light "+benutzerName );
  1134.        var base_url = 'http://cinemana.earthlinktele.com/';
  1135.  
  1136.        $('#errorMsgProfile').load( base_url + 'page/user/ajaxCheckPassword',
  1137.         {passwort:currentPassEdit, newPassEdit:newPassEdit, reNewPassEdit:reNewPassEdit   },
  1138.         function(data)
  1139.          {//333
  1140.            // alert('data'+data);
  1141.            $("#successMsgLight").html("")
  1142.            if (data == -1)
  1143.            {
  1144.  
  1145.              $("#errorMsgProfile").html("Login First!");     
  1146.            }else
  1147.             if (data == 0)
  1148.             {
  1149.                  $("#errorMsgProfile").html("<font class='redErrorMessageLight ' > Password is not correct </font>");
  1150.                   $('#currentPassEdit').val("");
  1151.            }else
  1152.             if (data == 1)
  1153.             {
  1154.                  $("#errorMsgProfile").html("<font class='lightGreenColor ' > Password is Correct </font>");
  1155.                  
  1156.             }else
  1157.             {
  1158.                  $("#errorMsgProfile").html("<font class='lightGreenColor ' > Error occurs  </font>");         
  1159.             }
  1160.          
  1161.          
  1162.          }//333
  1163.  
  1164.        ); //close for load
  1165.          
  1166.  
  1167.     }//username is ok so checck if it exists before
  1168.   }//76
  1169.  
  1170.    );
  1171.    //.........................................
  1172.    
  1173.      //.........................................  
  1174.   $('#newPassEdit').change(function ()//mouseout
  1175.   {//76
  1176.      // alert(" currentPassEdit  change" );
  1177.         var newPassEdit = ($('input[type=password]#newPassEdit').val()).trim();
  1178.         var reNewPassEdit = ($('input[type=password]#reNewPassEdit').val()).trim();
  1179.        
  1180.         if (newPassEdit == '' )
  1181.         {
  1182.             $('input[type=password]#newPassEdit').val("");
  1183.             $("#errorMsgProfile").html("New Password is Empty");                   
  1184.         }else  
  1185.         if (newPassEdit.length <=  5  )
  1186.         {
  1187.             $('input[type=password]#newPassEdit').val("");             
  1188.             $("#errorMsgProfile").html("Password should be longer than five characters");                  
  1189.         }
  1190.        
  1191.        
  1192. /*      else
  1193.         if ( reNewPassEdit != newPassEdit )
  1194.         {
  1195.             $('input[type=password]#reNewPassEdit').val("");   
  1196.             $('input[type=password]#newPassEdit').val("");                         
  1197.             $("#errorMsgProfile").html("Confirmation does not match password");                
  1198.         }else  
  1199.         {
  1200.                 $("#errorMsgProfile").html("  ");  
  1201.            
  1202.         }*/
  1203.        
  1204.        
  1205.          
  1206.   }//76
  1207.  
  1208.   );
  1209.  
  1210.  
  1211.   //.........................................  
  1212.  $('#reNewPassEdit').change(function ()//mouseout
  1213.  {//76
  1214.      // alert(" reNewPassEdit  change" );
  1215.         var newPassEdit = ($('input[type=password]#newPassEdit').val()).trim();
  1216.         var reNewPassEdit = ($('input[type=password]#reNewPassEdit').val()).trim();
  1217.        
  1218.         if (reNewPassEdit == '' )
  1219.         {
  1220.             $('input[type=password]#reNewPassEdit').val("");
  1221.             $("#errorMsgProfile").html("New Password is Empty");                   
  1222.         }else  
  1223.         if (reNewPassEdit.length <= 5 )
  1224.         {
  1225.             $('input[type=password]#reNewPassEdit').val("");               
  1226.             $("#errorMsgProfile").html("Password should be longer than five characters");                  
  1227.         }
  1228.         else
  1229.         if ( reNewPassEdit != newPassEdit )
  1230.         {
  1231.             $('input[type=password]#reNewPassEdit').val("");   
  1232.             $('input[type=password]#newPassEdit').val("");                         
  1233.             $("#errorMsgProfile").html("Confirmation does not match password");                
  1234.         }else  
  1235.         {
  1236.                 $("#errorMsgProfile").html("  ");  
  1237.            
  1238.         }
  1239.        
  1240.        
  1241.          
  1242.   }//76
  1243.  
  1244.   );
  1245.     //..................................................................................................    
  1246.  
  1247.     });
  1248.     </script>
  1249.    
  1250.    
  1251.  <script type="text/javascript">
  1252.  /* for seaosns video */
  1253.     $(function() {
  1254.     // alert('jquery  ');
  1255.          
  1256.        //.........................................
  1257.    //payment2Dates  paymentDays
  1258.   $('.bot1').click(function ()
  1259.   {//755
  1260.  
  1261.         // alert('season click  ');
  1262.      var id = $(this).attr('id');
  1263.      $('.bot1').attr('class', '   bot1');
  1264.      $(this).attr('class', ' ActiveTab1 bot1');
  1265.  
  1266.  
  1267.    }//755
  1268.  
  1269.   );
  1270.  
  1271.   //.........................................  
  1272.    
  1273.     });
  1274.     </script>
  1275.      <script type="text/javascript">
  1276.  /* for seaosns video */
  1277.     $(function() {
  1278.     // alert('jquery  ');
  1279.          
  1280.        //.........................................
  1281.    //   categoryMenu
  1282.   $('.categoryMenu').click(function ()
  1283.   {//755
  1284.  
  1285.      
  1286.        var category = $(this).attr('id');
  1287.        //alert('  click   = '+category);
  1288.        $("#choosenCategory").html(category);
  1289.         $("#choosenCategory").show();
  1290.        
  1291.    }//755
  1292.  
  1293.   );
  1294.  
  1295.   //.........................................  
  1296.    
  1297.     });
  1298.     </script>  
  1299.          
  1300.      
  1301.    
  1302.      <script type="text/javascript">
  1303.  /* for watch  later video */
  1304.     $(function() {
  1305.         //.........................................
  1306.  
  1307.   $('.watchLaterBtn').click(function ()
  1308.   {//755
  1309.  
  1310.      
  1311.       var id = $(this).attr('id');
  1312.       //alert('watchLaterBtn click  '+id);   
  1313.  
  1314.                      
  1315.     var base_url = 'http://cinemana.earthlinktele.com/';
  1316.  
  1317.        $('#watchLaterResult').load( base_url + 'page/user/ajaxWatchLater',
  1318.         {video_item_lighttigerNb:id},
  1319.         function(data)
  1320.          {//333
  1321.          
  1322.            if (data == -1)
  1323.            {
  1324.              $("#watchLaterResult").html("Login First!");  
  1325.              $("#watchLaterResult").html("");
  1326.              // alert("Login First!");
  1327.               //redirect user to login page
  1328.               $('#loginFancyLink').click();
  1329.  
  1330.            }else
  1331.             if (data == 0)
  1332.             {
  1333.               $("#watchLaterResult").html("<font class='redErrorMessageLight ' > Error occurs  </font>");
  1334.               alert("Error occurs ");            
  1335.  
  1336.            }else
  1337.             if (data == 1)
  1338.             {
  1339.               $("#watchLaterResult").html("<font class='lightGreenColor ' > Added successfully </font>");
  1340.               alert("Added successfully");               
  1341.                  
  1342.             }
  1343.          
  1344.          }//333
  1345.  
  1346.        ); //close for load
  1347.  
  1348.  
  1349.    }//755
  1350.  
  1351.   );
  1352.  
  1353.   //.........................................  
  1354.    
  1355.     });
  1356.     </script>  
  1357.     <script type="text/javascript">
  1358.  /* for cancel videos from watch table  */
  1359.     $(function() {
  1360.         //.........................................
  1361.  
  1362.   $('.cancelFromWatchTable').click(function ()
  1363.   {//755
  1364.  
  1365.      //alert("you click cancel history");
  1366.       var id = $(this).attr('id');
  1367.  
  1368.     var historyKind = $('input[type=hidden]#historyKind').val();   
  1369.     // alert('id click  '+id);   
  1370.        // alert('historyKind click  '+historyKind);                  
  1371.                      
  1372.     var base_url = 'http://cinemana.earthlinktele.com/';
  1373.  
  1374.        $('#watchLaterResult').load( base_url + 'page/user/ajaxCancelVideoFromWatchInfo',
  1375.         {video_item_lighttigerNb:id, kind:historyKind},
  1376.         function(data)
  1377.          {//333
  1378.          // alert(  data);   
  1379.            if (data == -1)
  1380.            {
  1381.              $("#watchLaterResult").html("Login First!");  
  1382.               alert("Login First!");
  1383.            }else
  1384.             if (data == 0)
  1385.             {
  1386.               $("#watchLaterResult").html("<font class='redErrorMessageLight ' > Error occurs  </font>");
  1387.               alert("Error occurs ");            
  1388.  
  1389.            }else
  1390.             if (data == 1)
  1391.             {
  1392.               $("#watchLaterResult").html("<font class='lightGreenColor ' > Added successfully </font>");
  1393.               alert("Canceled successfully");
  1394.      location.reload();                      
  1395.                  
  1396.             }
  1397.          
  1398.          }//333
  1399.  
  1400.        ); //close for load
  1401.  
  1402.  
  1403.    }//755
  1404.  
  1405.   );
  1406.  
  1407.   //.........................................  
  1408.    
  1409.     });
  1410.     </script>
  1411.      
  1412.  <script type="text/javascript">
  1413.  /* for cancel videos from watch table  */
  1414.     $(function() {
  1415.         //.........................................
  1416.  
  1417.   $('#clearMemberHistory').click(function ()
  1418.   {//755
  1419.  
  1420.      
  1421.      var historyKind = $('input[type=hidden]#historyKind').val();  
  1422.      //alert('id click  '+id);   
  1423.       //  alert('historyKind click  '+historyKind);                  
  1424.                      
  1425.     var base_url = 'http://cinemana.earthlinktele.com/';
  1426.  
  1427.        $('#watchLaterResult').load( base_url + 'page/user/ajaxCancelAllWatchHistory',
  1428.         { kind:historyKind},
  1429.         function(data)
  1430.          {//333
  1431.          
  1432.            if (data == -1)
  1433.            {
  1434.              $("#watchLaterResult").html("Login First!");  
  1435.               alert("Login First!");
  1436.            }else
  1437.             if (data == 0)
  1438.             {
  1439.               $("#watchLaterResult").html("<font class='redErrorMessageLight ' > Error occurs  </font>");
  1440.               alert("Error occurs ");            
  1441.  
  1442.            }else
  1443.             if (data == 1)
  1444.             {
  1445.               $("#watchLaterResult").html("<font class='lightGreenColor ' > Cleared successfully </font>");
  1446.               alert("Cleared successfully");
  1447.      location.reload();                      
  1448.                  
  1449.             }
  1450.          
  1451.          }//333
  1452.  
  1453.        ); //close for load
  1454.  
  1455.  
  1456.    }//755
  1457.  
  1458.   );
  1459.  
  1460.   //.........................................  
  1461.    
  1462.     });
  1463.     </script>
  1464.  
  1465.   <script type="text/javascript">
  1466.  /* show extra comments   */
  1467.     $(function() {
  1468.         //.........................................
  1469.  
  1470.   $('#showMoreComments').click(function ()
  1471.   {//755
  1472.  
  1473.      var videoItemNb = $('input[type=hidden]#videoItemNb').val();  
  1474.      var startFromIndexOfComments = $('input[type=hidden]#startFromIndexOfComments').val();
  1475.      var limitComments = $('input[type=hidden]#limitComments').val();  
  1476.      var commentsNumber = $('input[type=hidden]#commentsNumber').val();  
  1477.      
  1478.      
  1479.      var newStartIndex = parseInt(startFromIndexOfComments) + parseInt(limitComments) ;
  1480.     //  alert('startFromIndexOfComments ='+startFromIndexOfComments );                   
  1481.      // alert('limitComments ='+limitComments );                         
  1482.                      
  1483.  
  1484.     var base_url = 'http://cinemana.earthlinktele.com/';
  1485.  
  1486.     $("#loadingDiv").show();
  1487.  
  1488.        $('#tempResComment').load( base_url + 'page/movie/ajaxGetRestOfComments',
  1489.         { startFromIndexOfComments:startFromIndexOfComments,
  1490.           limitComments:limitComments,
  1491.           videoItemNb:videoItemNb},
  1492.         function(data)
  1493.          {//333
  1494.            //alert(data);
  1495.            
  1496.             $("#loadingDiv").hide();
  1497.  
  1498.            $('input[type=hidden]#startFromIndexOfComments').val(newStartIndex);  
  1499.          
  1500.  
  1501.             if (data == 0)
  1502.             {
  1503.               $("#tempResComment").html("<font class='redErrorMessageLight ' > Error occurs  </font>");
  1504.               //alert("Error occurs ");              
  1505.  
  1506.            }else
  1507.             {
  1508.                  $('#tempResComment').html("");  
  1509.                 $('#extraCommentLocation').append(data);
  1510.                
  1511.                 if (commentsNumber <= newStartIndex)
  1512.                 {
  1513.                    $('input[type=hidden]#startFromIndexOfComments').val(limitComments);                    
  1514.                    $("#showMoreComments").hide();
  1515.                 }
  1516.             }
  1517.          
  1518.          }//333
  1519.  
  1520.        ); //close for load
  1521.  
  1522.   }//755
  1523.  
  1524.  ) ;
  1525.  
  1526.   //.........................................  
  1527.  
  1528.     });
  1529.     </script>
  1530.      <script type="text/javascript">
  1531.  /* show extra comments   */
  1532.     $(function() {
  1533.         //.........................................
  1534.  
  1535.   $(".captchaRegenerator, #loginFancyLink").click(function ()
  1536.   {//755
  1537.         var base_url = 'http://cinemana.earthlinktele.com/';
  1538.        
  1539.         $('.regeneratorCaptchaResult').load( base_url + 'page/contact/ajaxRegenerateCaptcha',
  1540.         {  },
  1541.         function(data)
  1542.          {//333
  1543.              
  1544.          }//333
  1545.         ); //close for load
  1546.  
  1547.    }//755
  1548.  
  1549.   ) ;
  1550.  
  1551.   //.........................................  
  1552.    
  1553.     });
  1554.     </script>
  1555.       <script type="text/javascript">
  1556.  /* show extra comments   */
  1557.     $(function() {
  1558.         //.........................................
  1559.  
  1560.   $('.switchLangBtn').click(function ()
  1561.   {//755
  1562.         var lang = $(this).attr('id');  
  1563.           //  alert(lang);
  1564.         var base_url = 'http://cinemana.earthlinktele.com/';
  1565.        
  1566.         $('#testLangPlace').load( base_url + 'page/home/ajaxSwitchLang',
  1567.         { lang:lang },
  1568.         function(data)
  1569.          {//333
  1570.                //alert(data);
  1571.                 $('#testLangPlace').html("");  
  1572.                 if (data.length > 0)
  1573.                 {
  1574.                     window.location =  data ;
  1575.                 }
  1576.          }//333
  1577.         ); //close for load
  1578.  
  1579.    }//755
  1580.  
  1581.   ) ;
  1582.  
  1583.   //.........................................  
  1584.    
  1585.     });
  1586.     </script>  
  1587.          
  1588.    
  1589. <script type="text/javascript">
  1590. $(function() {
  1591.         //.........................................
  1592.  
  1593.   $('.deleteMyComment').click(function ()
  1594.   {//755
  1595.  
  1596.      var videoItemNb = $.trim($('input[type=hidden]#videoItemNb').val());
  1597.      var commentNb =  $.trim($(this).attr('id')) ;
  1598.      //alert(" deleteMyComment ccoment nb : " + commentNb);
  1599.  
  1600.     var resultConfirm = confirm("Are you sure you want to delete this Comment?");
  1601.     if (resultConfirm ) {
  1602.  
  1603.            var base_url = 'http://cinemana.earthlinktele.com/';
  1604.            $("#loadingDiv").show();
  1605.            $('#deleteCommentResult').load( base_url + 'page/user/ajaxDeleteComment',
  1606.             { videoItemNb:videoItemNb,
  1607.               commentNb:commentNb },
  1608.             function(data)
  1609.              {//333
  1610.                 //alert(data);
  1611.                $("#loadingDiv").hide();
  1612.                if (data == -1)
  1613.                {
  1614.                    $("#deleteCommentResult").html("<font class='redErrorMessageLight ' > Login First! </font>");
  1615.      
  1616.                }else
  1617.                if (data == 1)              
  1618.                {
  1619.                    $("#deleteCommentResult").html("");
  1620.                     var commentContainerName = '.comment_cnt#'+commentNb+'';
  1621.                     // alert(" commentContainerName: " + commentContainerName);
  1622.                     $(commentContainerName).focus();
  1623.                     $(commentContainerName).hide( "slow" );
  1624. /*                  $('html, body').animate({
  1625.                         scrollTop: $(document).height()-$(window).height()},
  1626.                         1400,
  1627.                         "easeOutQuint"
  1628.                     );*/
  1629.                 }else
  1630.                 if (data == 0)
  1631.                 {
  1632.                    $("#deleteCommentResult").html("<font class='redErrorMessageLight ' > Error occurs  </font>");
  1633.      
  1634.                }
  1635.              }//333
  1636.            ); //close for load
  1637.  
  1638.  
  1639.    
  1640.     }//end click yes delete
  1641.      else {
  1642.  
  1643.        return false;//to stop return to page top
  1644.     }
  1645.    
  1646.    
  1647.        return false;//to stop return to page top    
  1648.    
  1649.   }//755
  1650.  
  1651. ) ;
  1652.  
  1653.   //.........................................  
  1654.    
  1655. });
  1656. </script>
  1657. <script type="text/javascript">
  1658.  /* update  comments   */
  1659. $(function() {
  1660.         //.........................................
  1661.  
  1662.   $('.updateMyComment').click(function ()
  1663.   {//755
  1664.  
  1665.      var videoItemNb = $.trim($('input[type=hidden]#videoItemNb').val());
  1666.      var commentNb =  $.trim($(this).attr('id')) ;
  1667.  
  1668.      
  1669.  
  1670.         var commentTextContent = '#commentTextContent_'+commentNb+'';
  1671.         var updateDive = '#commentTextContentUpdate_'+commentNb+'';    
  1672.    
  1673.         var oldComment = $(commentTextContent).html();
  1674.         //alert("oldtext" +oldComment);
  1675.         $(commentTextContent).hide();// "slow" );
  1676.         //$(updateDive).html(""+oldComment);
  1677.         $(updateDive).show();// "slow" );      
  1678.        
  1679.  
  1680.  
  1681.  
  1682.       return false;//to stop return to page top
  1683.    
  1684.    
  1685.    
  1686.   }//755
  1687.  
  1688. ) ;
  1689.  
  1690.   //.........................................  
  1691.   //.........................................  
  1692.  
  1693.    //.........................................     
  1694.      
  1695. });
  1696. </script>
  1697. <script type="text/javascript">
  1698.  /* update  comments   */
  1699. $(function() {
  1700.    //.........................................
  1701.    $('.saveMyCommentClass').click(function ()
  1702.   {//755
  1703.  
  1704.         var videoItemNb = $.trim($('input[type=hidden]#videoItemNb').val());
  1705.         var commentNb =  $.trim($(this).attr('id')) ;
  1706.      
  1707.         var commentTextContent = '#commentTextContent_'+commentNb+'';
  1708.         var updateDive = '#commentTextContentUpdate_'+commentNb+'';
  1709.  
  1710.         var editMyCommentClass = '#editMyCommentClass_'+commentNb+'';      
  1711.         var msgSaveCommentUpdate = '#msgSaveCommentUpdate_'+commentNb+'';  
  1712.         // alert(" editMyCommentClass: "+editMyCommentClass);
  1713.         var newComment = $.trim($(editMyCommentClass).val());
  1714.         //  alert(" newComment: "+newComment.length);
  1715.         newComment = newComment.replace(/<[^>]+>/ig,"");
  1716.        
  1717.         if (newComment.length  == 0)
  1718.         {
  1719.  
  1720.             $(msgSaveCommentUpdate).html(" <font class='redErrorMessageLight ' > Comment is empty! </font>"  );
  1721.            
  1722.         }else
  1723.         if (newComment.length  <  3)
  1724.         {
  1725.          
  1726.             $(msgSaveCommentUpdate).html(" <font class='redErrorMessageLight ' > Comment should be longer than three characters </font>"  );
  1727.            
  1728.         }else      
  1729.         {//case of legal new comment
  1730.              //save new value to DB
  1731.            var base_url = 'http://cinemana.earthlinktele.com/';
  1732.            $("#loadingDiv").show();
  1733.            $('#deleteCommentResult').load( base_url + 'page/user/ajaxUpdateComment',
  1734.             { videoItemNb:videoItemNb,
  1735.               commentNb:commentNb,
  1736.               newComment:newComment },
  1737.             function(data)
  1738.              {//333
  1739.                //alert(data);
  1740.                $("#loadingDiv").hide();
  1741.                if (data == -1)
  1742.                {
  1743.                    $("#deleteCommentResult").html("<font class='redErrorMessageLight ' > Login First! </font>");
  1744.      
  1745.                }else
  1746.                if (data == 1)              
  1747.                {
  1748.                    $("#deleteCommentResult").html("");
  1749.  
  1750.                     $(commentTextContent).html(""+newComment);
  1751.                    // alert(" newComment: "+newComment);
  1752.                     $(commentTextContent).show();
  1753.                     $(updateDive).hide();  
  1754. /*                  $('html, body').animate({
  1755.                         scrollTop: $(document).height()-$(window).height()},
  1756.                         1400,
  1757.                         "easeOutQuint"
  1758.                     );*/
  1759.                 }else
  1760.                 if (data == 0)
  1761.                 {
  1762.                    $("#deleteCommentResult").html("<font class='redErrorMessageLight ' > Error occurs  </font>");
  1763.      
  1764.                }
  1765.              }//333
  1766.            ); //close for load
  1767.            
  1768.                      
  1769.  
  1770.         }//end case of legal new comment
  1771.        
  1772.     }//755
  1773.  
  1774. ) ;
  1775.    //.........................................     
  1776.    
  1777. });
  1778. </script>
  1779.  
  1780. <script type="text/javascript">
  1781.  /* for comments video */
  1782.     $(function() {
  1783.      
  1784.   //.........................................
  1785.  
  1786.   $('#addComment').unbind().click(function ()
  1787.   {//755
  1788.    
  1789.       var yourMessage = ($('#comments').val()).trim();
  1790.        yourMessage = yourMessage.replace(/<[^>]+>/ig,"");
  1791.       var id = $('input[type=hidden]#videoItemNb').val();
  1792.       var currentdate = new Date();
  1793.       var strDate = currentdate.getFullYear() + "-" + (currentdate.getMonth()+1) + "-" + currentdate.getDate();
  1794.  
  1795.  
  1796.  
  1797.      
  1798.     // alert('season addComment2  '+yourMessage);
  1799.         if (yourMessage == '' )
  1800.         {
  1801.             $('#comments').val("");
  1802.             $("#errorMsgComment").html("Comment is empty!");                   
  1803.         }else  
  1804.         if (yourMessage.length < 3 )
  1805.         {
  1806.             $('#comments').val("");            
  1807.             $("#errorMsgComment").html("Comment should be longer than three characters");                  
  1808.         }else
  1809.         if (yourMessage.length > 300 )
  1810.         {
  1811.             $('#comments').val("");            
  1812.             $("#errorMsgComment").html("Comment should be shorter than 300 characters");                   
  1813.         }else      
  1814.         {
  1815.            
  1816.                var base_url = 'http://cinemana.earthlinktele.com/';
  1817.  
  1818.                var mitglied_name =  '' ;
  1819.                var mitglied_lighttigerImg =  '' ;  
  1820.               // $objUrl = getObjUrlFromCEPH($bucket = 'mitgliedImages',$mitglied_lighttigerImg, $defaultImg = 'no-user-image.jpg');                           
  1821.               var newImage  = base_url + 'defaultImages/no-user-image.jpg';//'page/movie/showImage/mitgliedImages/'+mitglied_lighttigerImg;
  1822.                var userImage = base_url + "mitgliedImages/"+mitglied_lighttigerImg;
  1823.                
  1824.                            
  1825.                $('#errorMsgComment').load( base_url + 'page/user/ajaxAddComment',
  1826.                 {comment:yourMessage ,video_item_lighttigerNb:id  },
  1827.                 function(data)
  1828.                  {//333
  1829.                 //  alert(' '+data);
  1830.                    if (data == -1)
  1831.                    {
  1832.                      //$("#errorMsgComment").html("Login First!"); 
  1833.                      $('#comments').val("");
  1834.                      $("#errorMsgComment").html("");
  1835.                      //redirect user to login page
  1836.                      $('#loginFancyLink').click();                   
  1837.    
  1838.                    }else
  1839.                    if (data ==  1)
  1840.                    {
  1841.                       $("#errorMsgComment").html("<font color='green' >Your comment was added successfully</font>");
  1842.                       $('#comments').val("");
  1843.                      
  1844.                   $('#commentArea').append( "<div class='comment_cnt'><div class='a-image'><img src='"+newImage+"' class='img-circle' width='80' height='87' /></div><div class='comment'><h3 class='pull-left sp-r-10'>  "+mitglied_name+"</h3><span class='pull-left date'> "+strDate+"</span><div class='clearfix'></div>" +yourMessage+"</div><div class='clearfix'></div> </div>"  );
  1845.  
  1846.                                
  1847.                    }else
  1848.                    if (data == 0)
  1849.                    {
  1850.                       $("#errorMsgComment").html("Sorry,Failed to add comment");
  1851.                       $('#comments').val("");  
  1852.                    }else
  1853.                    {
  1854.                       $("#errorMsgComment").html("Error occurs ");
  1855.                       $('#comments').val("");  
  1856.                    }
  1857.                  
  1858.                  }//333
  1859.        
  1860.                ); //close for load
  1861.            
  1862.            
  1863.            
  1864.         }//end ok so send ajax part
  1865.          
  1866.  
  1867.    }//755
  1868.  
  1869.   );
  1870.  
  1871.   //.........................................  
  1872.    
  1873.     });
  1874.     </script>
  1875.    
  1876.  <script type="text/javascript">
  1877.  /* for issues video */
  1878.     $(function() {
  1879.     //.........................................    
  1880.  $('#issue_lighttigerNb').change(function() {
  1881.     // issueSelectorOptions
  1882.     var issue_lighttigerNb =  $('option:selected.issueSelectorOptions').attr('id');//$(this).attr('id');// $('option:selected').attr('id');
  1883.     var id = $('input[type=hidden]#videoItemNb').val();
  1884.  
  1885.      //alert('  click issue_lighttigerNb id = '+issue_lighttigerNb);
  1886.     if (issue_lighttigerNb != 0 )
  1887.     {
  1888.  
  1889.         var resultConfirm = confirm("Are you sure you want to send this Issue?");
  1890.         if (resultConfirm ) {
  1891.             //$('#issueResult').html(issue_lighttigerNb);
  1892.             var base_url = 'http://cinemana.earthlinktele.com/';
  1893.    
  1894.            $('#issueResult').load( base_url + 'page/user/ajaxSendIssue',
  1895.             {issue_lighttigerNb:issue_lighttigerNb ,video_item_lighttigerNb:id},
  1896.             function(data)
  1897.              {//333
  1898.               //  alert('data'+data);
  1899.                $('#issueResult').html("");
  1900.                if (data == -1)
  1901.                {
  1902.                  //$("#issueResult").html("Login First!");
  1903.                   //redirect user to login page
  1904.                   $('#loginFancyLink').click();  
  1905.                }else
  1906.                 if (data == 0)
  1907.                 {
  1908.                   $("#issueResult").html("<font class='redErrorMessageLight ' > Error occurs  </font>");
  1909.      
  1910.                }else
  1911.                 if (data == 1)
  1912.                 {
  1913.                   $("#issueResult").html("<font class='lightGreenColor ' > Thanks for your participation </font>");
  1914.                      
  1915.                 }
  1916.              
  1917.              }//333
  1918.    
  1919.            ); //close for load
  1920.         }//end sure to send issue
  1921.         else {
  1922.            
  1923.         }
  1924.  
  1925.     }//choose a real issue
  1926.  
  1927.      });
  1928.    //.........................................       
  1929.    
  1930.     });
  1931.     </script>  
  1932.    
  1933.    
  1934.     <script type="text/javascript">
  1935.  /* for resolution picker */
  1936.     $(function() {
  1937.     //.........................................    
  1938.  $('#resolutionPicker').change(function() {
  1939.     // issueSelectorOptions
  1940.     var resolution =  $('option:selected.resolutionSelectorOptions').attr('id');//$(this).attr('id');// $('option:selected').attr('id');
  1941.     var id = $('input[type=hidden]#videoItemNb').val();
  1942.     //alert(resolution);
  1943.      if (resolution != 0 )
  1944.      {//3
  1945.         var myVideo = document.getElementsByTagName('video')[0];
  1946.         var resolutionSourcesArray = document.querySelectorAll('[data-res="' + resolution + '"]');     
  1947.         if (resolutionSourcesArray.length > 0)
  1948.         {//2
  1949.             var elementSource = resolutionSourcesArray[0];
  1950.             var resolutionSrc = elementSource.getAttribute("src");             
  1951.             //alert(resolutionSrc);
  1952.  
  1953.             myVideo.src = resolutionSrc;
  1954.             myVideo.load();
  1955.             myVideo.play();
  1956.                        
  1957.         }//2
  1958.    
  1959.      }//3
  1960.  
  1961.    });
  1962.    //.........................................       
  1963.    
  1964.  });
  1965.     </script>
  1966.    
  1967.    
  1968. <script type="text/javascript">
  1969.  /* detect video player    */
  1970. $(function() {
  1971.     //alert("no mp 4 ");
  1972.    //.........................................
  1973. /*      var useragent = navigator.userAgent;
  1974.         useragent = useragent.toLowerCase();
  1975.         if (useragent.indexOf('ipad') != -1 ||
  1976.             useragent.indexOf('iphone') != -1 ||
  1977.             useragent.indexOf('symbianos') != -1 ||
  1978.             useragent.indexOf('ipod') != -1 ||
  1979.             useragent.indexOf('android') != -1 ||
  1980.             useragent.indexOf('blackberry') != -1 ||
  1981.             useragent.indexOf('samsung') != -1 ||
  1982.             useragent.indexOf('nokia') != -1 ||
  1983.             useragent.indexOf('windows ce') != -1 ||
  1984.             useragent.indexOf('sonyericsson') != -1 ||
  1985.             useragent.indexOf('webos') != -1 ||
  1986.             useragent.indexOf('wap') != -1 ||
  1987.             useragent.indexOf('motor') != -1 ||
  1988.             useragent.indexOf('symbian') != -1 )
  1989.         {
  1990.            alert(' laptop pc ');   
  1991.         }else
  1992.         {
  1993.            alert('Not ipad nor iphon');
  1994.                    
  1995.         }
  1996.  */
  1997.        
  1998.         var myVideo = document.createElement('video');//createElement('video');getElementsByTagName
  1999.        
  2000.         // alert("myVideo "+ myVideo);
  2001.        
  2002.        
  2003.         if (!myVideo.canPlayType('video/mp4')) {
  2004.         // alert("no mp 4 ");
  2005.          
  2006.         //   $(".vjs-menu-content li:contains('webm240')").remove();
  2007.        
  2008.             var matchcounter = 0
  2009.             var videotypes = document.querySelectorAll('[type="video/mp4"]');
  2010.             var allres = document.getElementsByTagName("source");
  2011.             for (var i = 0, element; element = videotypes[i]; i++) {
  2012.                 var resolutiontype = element.getAttribute("data-res");
  2013.                 var resolutionArray = document.querySelectorAll('[data-res="' + resolutiontype + '"]');
  2014.                 matchcounter = resolutionArray.length;
  2015.                 //console.log(resolutionArray)
  2016.                
  2017.                 if(matchcounter < 2){
  2018.                     $(".vjs-menu-content li:contains(" + resolutiontype + ")").remove();
  2019.                      $(".resolutionSelectorOptions:contains(" + resolutiontype + ")").remove(); //FOR TEST                 
  2020.                    
  2021.                 }
  2022.                 matchcounter = 0;
  2023.             }//end for
  2024.  
  2025.  
  2026.              $( "source" ).remove( ".mp4" );
  2027.         }else
  2028.         {
  2029.          // alert("can play mp4 ");
  2030.         }
  2031.    
  2032.         if (!myVideo.canPlayType('video/ogg')) {
  2033.                     //  alert("no webm");
  2034.             var matchcounter = 0
  2035.             var videotypes = document.querySelectorAll('[type="video/ogg"]');
  2036.             var allres = document.getElementsByTagName("source");
  2037.             for (var i = 0, element; element = videotypes[i]; i++) {
  2038.                 var resolutiontype = element.getAttribute("data-res");
  2039.                 var resolutionArray = document.querySelectorAll('[data-res="' + resolutiontype + '"]');
  2040.                 matchcounter = resolutionArray.length;
  2041.                 //console.log(resolutionArray)
  2042.                
  2043.                 if(matchcounter < 2){
  2044.                     $(".vjs-menu-content li:contains(" + resolutiontype + ")").remove();
  2045.                      $(".resolutionSelectorOptions:contains(" + resolutiontype + ")").remove(); //FOR TEST                         
  2046.                 }
  2047.                 matchcounter = 0;
  2048.             }//end for
  2049.            
  2050.                                
  2051.           $( "source" ).remove( ".ogg" );
  2052.         //  $(".vjs-menu-content li:contains('webm240')").remove();
  2053.          //  alert("no ogg ");
  2054.         }
  2055.    
  2056.         if (!myVideo.canPlayType('video/webm')) {
  2057.                 //      alert("no webm");
  2058.                
  2059.             var matchcounter = 0
  2060.             var videotypes = document.querySelectorAll('[type="video/webm"]');
  2061.             var allres = document.getElementsByTagName("source");
  2062.             for (var i = 0, element; element = videotypes[i]; i++) {
  2063.                 var resolutiontype = element.getAttribute("data-res");
  2064.                 var resolutionArray = document.querySelectorAll('[data-res="' + resolutiontype + '"]');
  2065.                 matchcounter = resolutionArray.length;
  2066.                 //console.log(resolutionArray)
  2067.                
  2068.                 if(matchcounter < 2){
  2069.                     $(".vjs-menu-content li:contains(" + resolutiontype + ")").remove();
  2070.                     $(".resolutionSelectorOptions:contains(" + resolutiontype + ")").remove();  //FOR TEST                     
  2071.                 }
  2072.                 matchcounter = 0;
  2073.             }//end for
  2074.            
  2075.            
  2076.             $( "source" ).remove( ".webm" );
  2077.            
  2078. /*         
  2079.             $(".vjs-menu-content li:contains('webm240')").remove();
  2080.             $(".vjs-menu-content li:contains('webm360')").remove();    
  2081.             $(".vjs-menu-content li:contains('webm480')").remove();
  2082.             $(".vjs-menu-content li:contains('webm720')").remove();                                
  2083.  
  2084. */      }
  2085.     //.........................................    
  2086. });
  2087. </script>
  2088.  
  2089. <script type="text/javascript">
  2090. $(document).ready(function(){
  2091.    $('#example').bind('contextmenu',function() { return false; });
  2092. });
  2093.  
  2094. </script>
  2095.     <div class="wrapper index" id="lightMainContent"> <!-- for the main content -->        <section class="main arrow">
  2096.             <div class="container">
  2097.                 <div class="row"><!-- start video player libraries and js -->
  2098.     <!-- Load Video.js core components -->
  2099.   <script src="http://cinemana.earthlinktele.com/videoPlayerJs/videojsupdate/videojsup.js"></script>
  2100.   <script src="http://cinemana.earthlinktele.com/videoPlayerJs/videojsupdate/libjass.js"></script>
  2101.   <script src="http://cinemana.earthlinktele.com/videoPlayerJs/videojsupdate/videojs.ass.js"></script>
  2102.   <script src="http://cinemana.earthlinktele.com/videoPlayerJs/videojsupdate/videojs.hotkeys.min.js"></script>
  2103.  
  2104.     <!-- Load the plugin (NB: github is not a CDN, please host these file on your own server) -->
  2105.        <link href="http://cinemana.earthlinktele.com/videoPlayerJs/videojsupdate/video-js.css?V1" rel="stylesheet" />        
  2106.   <link href="http://cinemana.earthlinktele.com/videoPlayerJs/videojsupdate/libjass.css" rel="stylesheet" type="text/css">
  2107.      
  2108.           <link href="http://cinemana.earthlinktele.com/videoPlayerJs/videojsupdate/videojs.ass.css" rel="stylesheet" type="text/css">
  2109.  
  2110.              
  2111. <style>
  2112. ::cue{
  2113.  
  2114.   color: #FFF;
  2115.   background: transparent;
  2116.   text-shadow: black 0 0 0.2em;
  2117.   font: 1.5em sans-serif;
  2118.   text-align:right;
  2119. }
  2120.  
  2121. </style>
  2122.  
  2123.  
  2124. <?//modified by: m.aziz, show parental control warning popup?>
  2125. <style>
  2126. /* The Modal (background) */
  2127. .modal {
  2128.     display: none; /* Hidden by default */
  2129.     position: fixed; /* Stay in place */
  2130.     z-index: 1; /* Sit on top */
  2131.     left: 0;
  2132.     top: 0;
  2133.     width: 100%; /* Full width */
  2134.     height: 100%; /* Full height */
  2135.     overflow: auto; /* Enable scroll if needed */
  2136.     background-color: rgb(0,0,0); /* Fallback color */
  2137.     background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  2138.     color: red;
  2139. }
  2140.  
  2141. /* Modal Content/Box */
  2142. .modal-content {
  2143.     background-color: #fefefe;
  2144.     margin: 15% auto; /* 15% from the top and centered */
  2145.     padding: 20px;
  2146.     width: 50%; /* Could be more or less, depending on screen size */
  2147. }
  2148.  
  2149. /* The Close Button */
  2150. .closeLayer {
  2151.     background-color: #81c784;
  2152.     color: #fff;
  2153.     border: none;
  2154.     float: left;
  2155.     margin-left: 10px;
  2156.     padding-top: 7px;
  2157.     padding-bottom: 7px;
  2158.     padding-left: 10px;
  2159.     padding-right: 10px;
  2160. }
  2161.  
  2162. .closeLayer:hover,
  2163. .closeLayer:focus {
  2164.     background-color: #66bb6a;
  2165.     color: black;
  2166.     cursor: pointer;
  2167. }
  2168.  
  2169. /* The Exit Button */
  2170. .exitLayer {
  2171.     background-color: #e57373;
  2172.     color: #fff;
  2173.     border: none;
  2174.     float: left;
  2175.     margin-left: 10px;
  2176.     padding-top: 7px;
  2177.     padding-bottom: 7px;
  2178.     padding-left: 10px;
  2179.     padding-right: 10px;
  2180. }
  2181.  
  2182. .exitLayer:hover,
  2183. .exitLayer:focus {
  2184.     background-color: #ef5350;
  2185.     color: black;
  2186.     cursor: pointer;
  2187. }
  2188.  
  2189. h5, .checkboxColor {
  2190.     color: black;
  2191. }
  2192. </style>
  2193. <!-- The Modal -->
  2194. <div id="myModal" class="modal">
  2195.   <!-- Modal content -->
  2196.   <div class="modal-content">
  2197.       <div class="container">
  2198.         <div class="col-sm-12"><h2>Parental control warning</h2></div>
  2199.         <div class="col-sm-2"><img height=120% width=120% src='http://cinemana.earthlinktele.com//images/parent_icon.png'></img></div>
  2200.         <div class="col-sm-10">
  2201.        
  2202.             <h5>The video is rated  
  2203.             <img src="http://cinemana.earthlinktele.com/assetsUI/img/seriesRating/TV-14.png" class="paddingButtop" alt=""/> ,
  2204.             You need to be at least <strong>'14'</strong> years old to continue.</h5>
  2205.                         <p><input type="checkbox" id="ignoreParentalControl"> <span class='checkboxColor'>Never show this warning again.</span></p>
  2206.                    
  2207.         </div>
  2208.         <div class="col-sm-7"></div>
  2209.         <div class="col-sm-5">
  2210.             <span ><button class="exitLayer">Get me out</button> </span>
  2211.             <span ><button class="closeLayer" style=''>I'm old enough</button> </span>
  2212.         </div>
  2213.       </div>
  2214.    
  2215.    
  2216.    
  2217.   </div>
  2218. </div>
  2219. <script>
  2220. // Get the modal
  2221. var modal = document.getElementById('myModal');
  2222. // Get the button that opens the modal
  2223. var btn = document.getElementById("myBtn");
  2224. // When the user clicks on the button, open the modal
  2225. if(1 == 1 && (14 != 0)){
  2226.    if(getCookie("ignoreParentalControl") != 'true'){
  2227.         var title = '28811';
  2228.         var seriesList = getCookie("seriesList");
  2229.         if(seriesList != ""){
  2230.         var arr = $.parseJSON(seriesList);
  2231.         if(jQuery.inArray(title, arr) == -1){
  2232.             modal.style.display = "block";
  2233.         }
  2234.     }else{
  2235.         modal.style.display = "block";
  2236.     }
  2237. }else if(1 > 1 && (0 != 0)){
  2238.     alert('Age restricted video');
  2239.     window.location = 'http://cinemana.earthlinktele.com//';
  2240. }
  2241. }
  2242.  
  2243. // Get the <span> element that closes the modal
  2244. var span1 = document.getElementsByClassName("closeLayer")[0];
  2245. // When the user clicks on <span> (x), close the modal
  2246. span1.onclick = function() {
  2247.     modal.style.display = "none";
  2248.     setCookie(1);
  2249. }
  2250. // Get the <span> element that exit the pages
  2251. var span2 = document.getElementsByClassName("exitLayer")[0];
  2252. // When the user clicks on <span> (x), close the modal
  2253. span2.onclick = function() {
  2254.     window.location = 'http://cinemana.earthlinktele.com//';
  2255.     setCookie(0);
  2256. }
  2257. function setCookie(flag){
  2258.     var ignore_chkbx = document.getElementById("ignoreParentalControl").checked;
  2259.     createCookie("ignoreParentalControl="+ignore_chkbx, setExpireDate(365));
  2260.     var series = 2;
  2261.     if((flag == 1) && (series==2)){
  2262.         // get old cookie
  2263.         var seriesList = getCookie("seriesList");
  2264.         if(seriesList != ""){
  2265.             // json to array
  2266.             var arr = $.parseJSON(seriesList);
  2267.         }else{
  2268.             var arr = [];
  2269.         }
  2270.         // check if list have series already
  2271.         var title = '28811';
  2272.         if(jQuery.inArray(title, arr) == -1){
  2273.             // if size is 10
  2274.             if(arr.length == 10){
  2275.                 arr.splice(0, 1);
  2276.             }
  2277.             // add series to list
  2278.             arr.push(title);
  2279.             // update cookie
  2280.             seriesList = JSON.stringify(arr);
  2281.             createCookie("seriesList="+seriesList, setExpireDate(365));
  2282.         }
  2283.     }
  2284. }
  2285. function setExpireDate(days){
  2286.     var date, expires;
  2287.     date = new Date();
  2288.     date.setTime(date.getTime()+(days*24*60*60*1000));
  2289.     expires = "expires="+date.toGMTString();
  2290.     return expires;
  2291. }
  2292. function createCookie(cookie, expire){
  2293.     document.cookie = cookie+"; "+expire;
  2294. }
  2295. function ResumeVideo(){
  2296.     //getting cookies values
  2297.     //currently running video ID
  2298.     var videoID= '38635';
  2299.  
  2300.     //Initializing Video Player
  2301.     var videoPlayer = videojs('player');
  2302.     var storedVideoTime;
  2303.  
  2304.     var storedVideoID=getCookie("CnWatchHistory");
  2305.     var jsonstoredVideoID=decodeURIComponent(storedVideoID);
  2306.     var arr = JSON.parse(jsonstoredVideoID);
  2307.     for (var i=0; i<arr.length; i++) {
  2308.         //alert(arr[i]);
  2309.         if(videoID==arr[i].id){
  2310.             storedVideoTime=arr[i].videoTime;
  2311.             break;
  2312.        }
  2313.     }
  2314.     videoPlayer.currentTime(storedVideoTime);
  2315.     videoPlayer.play();
  2316. }
  2317. function getCookie(cname) {
  2318.    var name = cname + "=";
  2319.    var ca = document.cookie.split(';');
  2320.    for(var i = 0; i <ca.length; i++) {
  2321.        var c = ca[i];
  2322.        while (c.charAt(0)==' ') {
  2323.            c = c.substring(1);
  2324.        }
  2325.        if (c.indexOf(name) == 0) {
  2326.            return c.substring(name.length,c.length);
  2327.        }
  2328.    }
  2329.    return "";
  2330. }
  2331. </script>
  2332.  
  2333.  
  2334.  
  2335.  <!-- end video player libraries and js -->
  2336.  
  2337. <input name="videoItemNb" id="videoItemNb" type="hidden" value="38635" />
  2338. <div class="col-lg-9 col-md-9">
  2339.                     <div class="blog nm">
  2340.                         <div class="img-cnt">
  2341.                          
  2342.      
  2343.            
  2344.      <!--  width="100%" height="400" -->
  2345.      <!-- data-setup='{"nativeControlsForTouch": false}'
  2346.     data-setup='{"customControlsOnMobile": true}'
  2347.      -->
  2348.  
  2349.  <video id="player"   poster="http://cinemana.earthlinktele.com/defaultImages/empty.png" class="video-js vjs-big-play-centered vjs-default-skin  sublime5 dims   " controls data-uid="a240e92d" data-autoresize="fit" preload="none" data-logo-enable='true' >
  2350.  
  2351.            <source src="http://cn1.rgwha.elcld.com/240mp4/5F299AC1-EE5F-F623-A48C-0CFA79F4E25A_video.mp4?AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1487106049&Signature=IJEtutRB9aim6XkSiRaVq13tdw0%3D"  type="video/mp4" data-res="240p"  class="mp4"  />
  2352.           <source src="http://cn1.rgwha.elcld.com/360mp4/32E999AF-4023-132D-AA2B-BA21AA40E481_video.mp4?AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1487106049&Signature=YkKJLoAjNDhWMPjmYuelFtXOA3o%3D"  type="video/mp4" data-res="360p"  class="mp4"  />
  2353.           <source src="http://cn1.rgwha.elcld.com/480mp4/E125B6AC-6CA8-28F2-C3A4-E0B189ECC1BA_video.mp4?AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1487106049&Signature=I2xW55T88kpFExCtE4cxXKsPcnA%3D"  type="video/mp4" data-res="480p"  class="mp4"  />
  2354.           <source src="http://cn1.rgwha.elcld.com/720mp4/40A7D15E-50B2-EB41-4C0C-9E46789351F0_video.mp4?AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1487106050&Signature=lUnbIcDbPz%2FiP2elUyhBtt3XNK4%3D"  type="video/mp4" data-res="720p"  class="mp4"  />
  2355.            
  2356.      
  2357.                                                      
  2358.                
  2359.                                                                    
  2360.                                   <track kind="captions" src="http://cinemana.earthlinktele.com/page/movie/showVideo/translationFile/15280762-CABD-B163-D418-9E3F643585B8_ar_transfile.vtt" srclang="ar" label="Arabic" default></track>
  2361.  
  2362.  
  2363.                      
  2364.                
  2365.                    
  2366.                        
  2367.                        
  2368.                
  2369.      
  2370.   </video>
  2371.  
  2372.  
  2373. <script>
  2374.  
  2375.  jQuery(document).ready(function() {
  2376.  
  2377.  
  2378.  var subStation = "";
  2379.  
  2380. //detect if this android or ios to show the normal subtitles only
  2381. if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
  2382.  
  2383.   normalInitialize();
  2384.  
  2385. }
  2386. else{
  2387.  
  2388. //determining whether to launch the videojs with special translation or normal
  2389. if(subStation == "")
  2390. {
  2391.   normalInitialize();
  2392. }
  2393. else{
  2394. //console.log("this video is supported with Alpha-SubStation "+subStation);
  2395. initializeSubsation(subStation);
  2396.  
  2397. }
  2398.  
  2399. }
  2400.  
  2401. //auto play the video if this param exist...usually used after the next watch episode is triggered
  2402.  if(window.location.search.indexOf('autoplay=true') == 1)
  2403.  {
  2404.        var videoPlayer = videojs('player');
  2405.         videoPlayer.play();
  2406.  }
  2407.  
  2408.  
  2409. //initializing the Video Player
  2410.    var videoPlayer = videojs('player');
  2411.    var CnWatchExpire = setExpireDate(7);
  2412.     videoPlayer.on('timeupdate', function(){
  2413.     var storedVideoID=getCookie("CnWatchHistory");
  2414.     var jsonstoredVideoID=decodeURIComponent(storedVideoID);
  2415.     var arr = JSON.parse(jsonstoredVideoID);
  2416.     var videoID= '38635';
  2417.     var time = videoPlayer.currentTime();
  2418.     for (var i=0; i<arr.length; i++) {
  2419.        //alert(arr[i]);
  2420.          if(videoID==arr[i].id){
  2421.          
  2422.          arr[i].videoTime=time;
  2423.          break;
  2424.          }
  2425.        }
  2426.        var json_str = JSON.stringify(arr);
  2427.        document.cookie="CnWatchHistory="+ json_str+"; expires ="+ CnWatchExpire  +"; path=/; domain=";
  2428.        
  2429.      
  2430.  
  2431.  
  2432.  });
  2433.  
  2434.  
  2435.  
  2436.  
  2437.  
  2438.   //Resolution Selector for the player
  2439. var player = videojs('player');
  2440.  
  2441. $(" <div aria-label='resolution Menu' aria-haspopup='true' aria-live='polite' type='button' role='button' tabindex='0' class='vjs-resolution-button vjs-menu-button vjs-menu-button-popup vjs-control vjs-button '><span class='vjs-control-text'>Subtitles</span><div class='vjs-menu'><ul id='resolutions' class='vjs-menu-content'></ul></div></div>").insertBefore( ".vjs-captions-button" );
  2442.  
  2443. $('video source').each(function(num,val){
  2444. if($(this).attr('class')=='mp4')
  2445.    {
  2446.     var url = $(this).attr('src');
  2447.     var datares = $(this).attr('data-res');
  2448.    
  2449.                         $("#resolutions").prepend("<li aria-selected='false' aria-live='polite' role='button' tabindex='0' class='vjs-menu-item' type='button' src="+ url +">"+ datares +"<span class='vjs-control-text'></span></li>");
  2450.        
  2451. }
  2452. });
  2453. $("#resolutions").prepend("<li aria-selected='false' aria-live='polite' role='button' tabindex='0' class='vjs-menu-item' type='button'>Resolutions<span class='vjs-control-text'></span></li>");
  2454. //END Resolution Selector for the player
  2455.  
  2456.  
  2457. //click the english on play //This dont work on playstation
  2458. /*
  2459. videojs("example").ready(function(){
  2460.  
  2461. $( "li:contains('Arabic')" ).click()
  2462.  
  2463. });
  2464. */
  2465.  
  2466. videojs("player").on("error", function () {
  2467.    countdown();
  2468. });
  2469.  
  2470.  function RetryVideoPlay(){
  2471.    var url = document.URL;
  2472.    var videoPlayer = videojs('player');
  2473.    var Currentdomain= document.domain;
  2474.    var Time=getCookie("CurrentVideoTime");
  2475.     videoPlayer.load();
  2476.      videoPlayer.src = url;
  2477.     videoPlayer.currentTime(Time);
  2478.     videoPlayer.play();
  2479.  }
  2480.  
  2481. //Fixing the issue when the user hide the subtitles then replay the video
  2482. var playerIsPaused = 0;
  2483. videojs("player").on("pause", function () {
  2484. playerIsPaused = 1;
  2485. });
  2486.  
  2487.  
  2488. videojs("player").on("ended", function () {
  2489.  
  2490. var videoID= '38635';
  2491.  
  2492. var videoPlayer = videojs('player');
  2493. var currentEpsID;
  2494. var nextEpisode;
  2495.  
  2496.  
  2497. var SeasonInfo = [{"season":"1"},{"season":"2"},{"season":"3"},{"season":"4"}];
  2498. var EpisodeInfo = [{"nb":"28811","ar_title":"Sherlock","en_title":"Sherlock","other_title":"","published":"1","stars":"9.3","ar_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","en_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","mDate":"2011-06-05","year":"2010","updateDateTime":"1485279919","kind":"2","season":"1","img":"2BEE599D-BA77-241C-993C-4D085DAC1819_poster.jpg","imgThumb":"E53C1395-F778-B7E5-59D2-E45426C7165C_poster_thumb.jpg","imgMediumThumb":"FAE011D2-5DCC-886D-FBD5-75E18B896216_poster_medium_thumb.jpg","imgObjUrl":"posterImages\/2BEE599D-BA77-241C-993C-4D085DAC1819_poster.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488315613&Signature=gFUCorEGaOrhDaXB0dpziiJkH%2BM%3D","imgThumbObjUrl":"posterImages\/E53C1395-F778-B7E5-59D2-E45426C7165C_poster_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488315613&Signature=cE%2FglzZzUlbKVwpGC261%2B7u2MmA%3D","imgMediumThumbObjUrl":"posterImages\/FAE011D2-5DCC-886D-FBD5-75E18B896216_poster_medium_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488315613&Signature=nTzGzSkBdsN%2Ff3MPIf0SFWLugB0%3D","objectUrlExpiration":"2017-03-01","orderNmmer":"1","filmRating":"1","seriesRating":"5","episodeNummer":"1","rate":"23807","isSpecial":"0","itemDate":"2016-11-23 00:00:00","videoUploadDate":"2016-11-22","language_lighttigerNb":"7","trailterFile":"","fileFile":"6E667CCA-816B-ED4F-F730-02B5A5BBA668_video.mkv","fileSizeClient":"-1","duration":"5286.28000","fileSizeServer":"20229392528","realFileName":"Sherlock.S01E01.a.study.in.pink.1080i.REMUX-Privat","imdbUrlRef":"http:\/\/www.imdb.com\/title\/tt1475582","rootSeries":"0","benutzer_lighttigerNb":"45","updaterNb":"45","uploaderNb":"45","snapshot":"","snapshotTimeSeconds":"1","arTranslationFile":"5322533D-353E-D502-7E43-3F469736D0AE_ar_transfile.srt","enTranslationFile":"","useParentImg":"0","serverHashCode":"3b710cde1d46c2dec2464a2aab7452e3","cephHashCode":"","serverTagCommand":"\/usr\/bin\/md5sum \/tmp\/plupload\/6E667CCA-816B-ED4F-F730-02B5A5BBA668_video.mkv | \/usr\/bin\/awk '{print $1}'","cephTagCommand":"","channels":"","enableFastTranscode":"0","spTranslationFile":"","bucket_Location":"video-source","showComments":"1","transcode_priority":"0","episode_flag":"0000","trailer":"","audioStreamNumber":"0"},{"nb":"28812","ar_title":"Sherlock","en_title":"Sherlock","other_title":"","published":"1","stars":"9.3","ar_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","en_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","mDate":"0000-00-00","year":"2010","updateDateTime":"1479884324","kind":"2","season":"1","img":"","imgThumb":"","imgMediumThumb":"","imgObjUrl":"","imgThumbObjUrl":"","imgMediumThumbObjUrl":"","objectUrlExpiration":"0000-00-00","orderNmmer":"1","filmRating":"1","seriesRating":"5","episodeNummer":"2","rate":"7023","isSpecial":"0","itemDate":"2016-11-23 00:00:00","videoUploadDate":"2016-11-22","language_lighttigerNb":"7","trailterFile":"","fileFile":"3431762E-1D77-594E-E2BE-452C4A420AA3_video.mkv","fileSizeClient":"-1","duration":"5306.68000","fileSizeServer":"20192221963","realFileName":"Sherlock.S01E02.the.blind.banker.1080i.REMUX-Priva","imdbUrlRef":"http:\/\/www.imdb.com\/title\/tt1475582","rootSeries":"28811","benutzer_lighttigerNb":"45","updaterNb":"45","uploaderNb":"45","snapshot":"","snapshotTimeSeconds":"1","arTranslationFile":"91C76B62-E9A2-9BBA-3FCE-E97E9DE9338A_ar_transfile.srt","enTranslationFile":"","useParentImg":"1","serverHashCode":"d5f54d58e1e70247cb9d8ca668e00209","cephHashCode":"","serverTagCommand":"\/usr\/bin\/md5sum \/tmp\/plupload\/3431762E-1D77-594E-E2BE-452C4A420AA3_video.mkv | \/usr\/bin\/awk '{print $1}'","cephTagCommand":"","channels":"","enableFastTranscode":"0","spTranslationFile":"","bucket_Location":"video-source","showComments":"1","transcode_priority":"0","episode_flag":"0000","trailer":"","audioStreamNumber":"0"},{"nb":"28813","ar_title":"Sherlock","en_title":"Sherlock","other_title":"","published":"1","stars":"9.3","ar_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","en_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","mDate":"0000-00-00","year":"2010","updateDateTime":"1479884398","kind":"2","season":"1","img":"","imgThumb":"","imgMediumThumb":"","imgObjUrl":"","imgThumbObjUrl":"","imgMediumThumbObjUrl":"","objectUrlExpiration":"0000-00-00","orderNmmer":"1","filmRating":"1","seriesRating":"5","episodeNummer":"3","rate":"5584","isSpecial":"0","itemDate":"2016-11-23 00:00:00","videoUploadDate":"2016-11-22","language_lighttigerNb":"7","trailterFile":"","fileFile":"0CE19963-9E26-341C-05F7-7842C0BE8D14_video.mkv","fileSizeClient":"-1","duration":"5360.92000","fileSizeServer":"20536033302","realFileName":"Sherlock.S01E03.the.great.game.1080i.REMUX-Private","imdbUrlRef":"http:\/\/www.imdb.com\/title\/tt1475582","rootSeries":"28811","benutzer_lighttigerNb":"45","updaterNb":"45","uploaderNb":"45","snapshot":"","snapshotTimeSeconds":"1","arTranslationFile":"7E52609C-5666-2915-D9A9-3A3198FB2992_ar_transfile.srt","enTranslationFile":"","useParentImg":"1","serverHashCode":"aab1128e58015419e4675ef594696b4b","cephHashCode":"","serverTagCommand":"\/usr\/bin\/md5sum \/tmp\/plupload\/0CE19963-9E26-341C-05F7-7842C0BE8D14_video.mkv | \/usr\/bin\/awk '{print $1}'","cephTagCommand":"","channels":"","enableFastTranscode":"0","spTranslationFile":"","bucket_Location":"video-source","showComments":"1","transcode_priority":"0","episode_flag":"0000","trailer":"","audioStreamNumber":"0"},{"nb":"28814","ar_title":"Sherlock","en_title":"Sherlock","other_title":"","published":"1","stars":"9.3","ar_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","en_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","mDate":"0000-00-00","year":"2012","updateDateTime":"1480185038","kind":"2","season":"2","img":"C787F793-0103-BB91-9F41-5BFB169ABC60_poster.jpg","imgThumb":"B67C4CB6-4FAB-919E-D119-144802D7E9E6_poster_thumb.jpg","imgMediumThumb":"28CB2524-BB4D-ABF6-EFEB-A3F1C1385E4E_poster_medium_thumb.jpg","imgObjUrl":"posterImages\/C787F793-0103-BB91-9F41-5BFB169ABC60_poster.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488315895&Signature=mo7JCMcD6qjX6X%2BLQRxuj0WWM7Y%3D","imgThumbObjUrl":"posterImages\/B67C4CB6-4FAB-919E-D119-144802D7E9E6_poster_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488315895&Signature=yr0xyUWlqRrJoDNrguqGWp80tqc%3D","imgMediumThumbObjUrl":"posterImages\/28CB2524-BB4D-ABF6-EFEB-A3F1C1385E4E_poster_medium_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488315895&Signature=5dkXwntEE6%2F4sT68KcHOjInpD2Y%3D","objectUrlExpiration":"2017-03-01","orderNmmer":"1","filmRating":"1","seriesRating":"5","episodeNummer":"1","rate":"4865","isSpecial":"0","itemDate":"2016-11-26 00:00:00","videoUploadDate":"2016-11-26","language_lighttigerNb":"7","trailterFile":"","fileFile":"E998DE9C-88E4-AEBE-A551-84474E2C84E8_video.mkv","fileSizeClient":"-1","duration":"5374.56000","fileSizeServer":"21804128991","realFileName":"Sherlock.S02E01.a.scandal.in.belgravia.1080i.REMUX","imdbUrlRef":"http:\/\/www.imdb.com\/title\/tt1475582","rootSeries":"28811","benutzer_lighttigerNb":"45","updaterNb":"45","uploaderNb":"45","snapshot":"","snapshotTimeSeconds":"1","arTranslationFile":"06CAE943-C9E2-0EE8-0161-B5A5DD7C52BF_ar_transfile.srt","enTranslationFile":"","useParentImg":"0","serverHashCode":"9044eebf6434ef923b3bb479a5dbb9ea","cephHashCode":"","serverTagCommand":"\/usr\/bin\/md5sum \/tmp\/plupload\/E998DE9C-88E4-AEBE-A551-84474E2C84E8_video.mkv | \/usr\/bin\/awk '{print $1}'","cephTagCommand":"","channels":"","enableFastTranscode":"0","spTranslationFile":"","bucket_Location":"video-source","showComments":"1","transcode_priority":"0","episode_flag":"0000","trailer":"","audioStreamNumber":"0"},{"nb":"28815","ar_title":"Sherlock","en_title":"Sherlock","other_title":"","published":"1","stars":"9.3","ar_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","en_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","mDate":"0000-00-00","year":"2012","updateDateTime":"1480185056","kind":"2","season":"2","img":"C787F793-0103-BB91-9F41-5BFB169ABC60_poster.jpg","imgThumb":"B67C4CB6-4FAB-919E-D119-144802D7E9E6_poster_thumb.jpg","imgMediumThumb":"28CB2524-BB4D-ABF6-EFEB-A3F1C1385E4E_poster_medium_thumb.jpg","imgObjUrl":"posterImages\/C787F793-0103-BB91-9F41-5BFB169ABC60_poster.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1486933969&Signature=zl611eVUveuXxMoH%2B3yJ8J%2FPKxs%3D","imgThumbObjUrl":"posterImages\/B67C4CB6-4FAB-919E-D119-144802D7E9E6_poster_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1486933969&Signature=OH%2FVnEXwgx%2FqHNt%2FFFL%2BAxkrdbQ%3D","imgMediumThumbObjUrl":"posterImages\/28CB2524-BB4D-ABF6-EFEB-A3F1C1385E4E_poster_medium_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1486933969&Signature=CFcwFQmApTUNBxryx2MpfmMZoXs%3D","objectUrlExpiration":"2017-02-13","orderNmmer":"1","filmRating":"1","seriesRating":"5","episodeNummer":"2","rate":"4153","isSpecial":"0","itemDate":"2016-11-26 00:00:00","videoUploadDate":"2016-11-26","language_lighttigerNb":"7","trailterFile":"","fileFile":"BC29C15C-DC72-9A9D-9E7E-7BAD1103FA8A_video.mkv","fileSizeClient":"-1","duration":"5303.12000","fileSizeServer":"21470360696","realFileName":"Sherlock.S02E02.the.hounds.of.baskerville.1080i.RE","imdbUrlRef":"http:\/\/www.imdb.com\/title\/tt1475582","rootSeries":"28811","benutzer_lighttigerNb":"45","updaterNb":"45","uploaderNb":"45","snapshot":"","snapshotTimeSeconds":"1","arTranslationFile":"FF6F75C0-A524-251E-C993-A9440A5700D4_ar_transfile.srt","enTranslationFile":"","useParentImg":"0","serverHashCode":"5dac72b98615dbfbc22bc16ee43a66d7","cephHashCode":"","serverTagCommand":"\/usr\/bin\/md5sum \/tmp\/plupload\/BC29C15C-DC72-9A9D-9E7E-7BAD1103FA8A_video.mkv | \/usr\/bin\/awk '{print $1}'","cephTagCommand":"","channels":"","enableFastTranscode":"0","spTranslationFile":"","bucket_Location":"video-source","showComments":"1","transcode_priority":"0","episode_flag":"0000","trailer":"","audioStreamNumber":"0"},{"nb":"28816","ar_title":"Sherlock","en_title":"Sherlock","other_title":"","published":"1","stars":"9.3","ar_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","en_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","mDate":"0000-00-00","year":"2012","updateDateTime":"1480185079","kind":"2","season":"2","img":"C787F793-0103-BB91-9F41-5BFB169ABC60_poster.jpg","imgThumb":"B67C4CB6-4FAB-919E-D119-144802D7E9E6_poster_thumb.jpg","imgMediumThumb":"28CB2524-BB4D-ABF6-EFEB-A3F1C1385E4E_poster_medium_thumb.jpg","imgObjUrl":"posterImages\/C787F793-0103-BB91-9F41-5BFB169ABC60_poster.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1489007188&Signature=39RABSSFTAqUhYzZIPYgUe73uXQ%3D","imgThumbObjUrl":"posterImages\/B67C4CB6-4FAB-919E-D119-144802D7E9E6_poster_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1489007188&Signature=KUrNCnxrO%2FHhiwrlOBf8XfB0ER4%3D","imgMediumThumbObjUrl":"posterImages\/28CB2524-BB4D-ABF6-EFEB-A3F1C1385E4E_poster_medium_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1489007188&Signature=VAMBJxGW65kJWjjhr65GMFf3pTI%3D","objectUrlExpiration":"2017-03-09","orderNmmer":"1","filmRating":"1","seriesRating":"5","episodeNummer":"3","rate":"3948","isSpecial":"0","itemDate":"2016-11-26 00:00:00","videoUploadDate":"2016-11-26","language_lighttigerNb":"7","trailterFile":"","fileFile":"2036FBDB-10EB-CE1F-D0E9-A70FAFAC1D0F_video.mkv","fileSizeClient":"-1","duration":"5307.48000","fileSizeServer":"21409243087","realFileName":"Sherlock.S02E03.the.reichenbach.fall.1080i.REMUX-P","imdbUrlRef":"http:\/\/www.imdb.com\/title\/tt1475582","rootSeries":"28811","benutzer_lighttigerNb":"45","updaterNb":"45","uploaderNb":"45","snapshot":"","snapshotTimeSeconds":"1","arTranslationFile":"53CDCC66-226C-FE5B-89E4-6AAAA4510A86_ar_transfile.srt","enTranslationFile":"","useParentImg":"0","serverHashCode":"1de1a2af44eac269f36ed378e1ca39be","cephHashCode":"","serverTagCommand":"\/usr\/bin\/md5sum \/tmp\/plupload\/2036FBDB-10EB-CE1F-D0E9-A70FAFAC1D0F_video.mkv | \/usr\/bin\/awk '{print $1}'","cephTagCommand":"","channels":"","enableFastTranscode":"0","spTranslationFile":"","bucket_Location":"video-source","showComments":"1","transcode_priority":"0","episode_flag":"0000","trailer":"","audioStreamNumber":"0"},{"nb":"28817","ar_title":"Sherlock","en_title":"Sherlock","other_title":"","published":"1","stars":"9.3","ar_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","en_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","mDate":"0000-00-00","year":"2013","updateDateTime":"1480271399","kind":"2","season":"3","img":"2C00A469-0762-8387-5685-0D1BBCB4CCD0_poster.jpg","imgThumb":"23033974-CA92-45F6-0B46-25509207B8B7_poster_thumb.jpg","imgMediumThumb":"1C59D565-2074-AFA9-4E69-C899CFECC830_poster_medium_thumb.jpg","imgObjUrl":"posterImages\/2C00A469-0762-8387-5685-0D1BBCB4CCD0_poster.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488315896&Signature=Z6DBOhjjoFIcjIDN5EhtMCKI5ko%3D","imgThumbObjUrl":"posterImages\/23033974-CA92-45F6-0B46-25509207B8B7_poster_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488315896&Signature=yEhfmmoABZyBxqx221cKpKOsRWc%3D","imgMediumThumbObjUrl":"posterImages\/1C59D565-2074-AFA9-4E69-C899CFECC830_poster_medium_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488315896&Signature=PSl%2FzMpPxIOLx1j%2FQx70icB9nUI%3D","objectUrlExpiration":"2017-03-01","orderNmmer":"1","filmRating":"1","seriesRating":"5","episodeNummer":"1","rate":"4311","isSpecial":"0","itemDate":"2016-11-27 00:00:00","videoUploadDate":"2016-11-27","language_lighttigerNb":"7","trailterFile":"","fileFile":"0BFE9794-3B71-E44F-5878-99CE63986B6C_video.mkv","fileSizeClient":"-1","duration":"5188.96000","fileSizeServer":"21716012438","realFileName":"Sherlock.S03E01.the.empty.hearse.1080i.REMUX-Priva","imdbUrlRef":"http:\/\/www.imdb.com\/title\/tt1475582","rootSeries":"28811","benutzer_lighttigerNb":"45","updaterNb":"45","uploaderNb":"45","snapshot":"","snapshotTimeSeconds":"1","arTranslationFile":"12ED40CA-DA9B-FC18-157A-BD1934754B8E_ar_transfile.srt","enTranslationFile":"","useParentImg":"0","serverHashCode":"55fdd8e613d468fbf51d163960e78f68","cephHashCode":"","serverTagCommand":"\/usr\/bin\/md5sum \/tmp\/plupload\/0BFE9794-3B71-E44F-5878-99CE63986B6C_video.mkv | \/usr\/bin\/awk '{print $1}'","cephTagCommand":"","channels":"","enableFastTranscode":"0","spTranslationFile":"","bucket_Location":"video-source","showComments":"1","transcode_priority":"0","episode_flag":"0000","trailer":"","audioStreamNumber":"0"},{"nb":"28818","ar_title":"Sherlock","en_title":"Sherlock","other_title":"","published":"1","stars":"9.3","ar_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","en_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","mDate":"0000-00-00","year":"2013","updateDateTime":"1480271419","kind":"2","season":"3","img":"2C00A469-0762-8387-5685-0D1BBCB4CCD0_poster.jpg","imgThumb":"23033974-CA92-45F6-0B46-25509207B8B7_poster_thumb.jpg","imgMediumThumb":"1C59D565-2074-AFA9-4E69-C899CFECC830_poster_medium_thumb.jpg","imgObjUrl":"posterImages\/2C00A469-0762-8387-5685-0D1BBCB4CCD0_poster.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1489007188&Signature=srixuxB48jdS2Ct%2ByUeKLFv%2FIOA%3D","imgThumbObjUrl":"posterImages\/23033974-CA92-45F6-0B46-25509207B8B7_poster_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1489007188&Signature=ZutrxQQH%2BWUjmHGFNlqDfHxw15w%3D","imgMediumThumbObjUrl":"posterImages\/1C59D565-2074-AFA9-4E69-C899CFECC830_poster_medium_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1489007188&Signature=3lPXD3b45E1vqGX9qoyZn4f2tug%3D","objectUrlExpiration":"2017-03-09","orderNmmer":"1","filmRating":"1","seriesRating":"5","episodeNummer":"2","rate":"3659","isSpecial":"0","itemDate":"2016-11-27 00:00:00","videoUploadDate":"2016-11-27","language_lighttigerNb":"7","trailterFile":"","fileFile":"35E95E12-8945-1092-4DBE-CCF0BD25D5AB_video.mkv","fileSizeClient":"-1","duration":"5165.96000","fileSizeServer":"21544299248","realFileName":"Sherlock.S03E02.the.sign.of.three.1080i.REMUX-Priv","imdbUrlRef":"http:\/\/www.imdb.com\/title\/tt1475582","rootSeries":"28811","benutzer_lighttigerNb":"45","updaterNb":"45","uploaderNb":"45","snapshot":"","snapshotTimeSeconds":"1","arTranslationFile":"771B7ADF-4DF2-3813-E113-89B33A5A3F77_ar_transfile.srt","enTranslationFile":"","useParentImg":"0","serverHashCode":"76ac8e679b336f188f5c1d606f24dcad","cephHashCode":"","serverTagCommand":"\/usr\/bin\/md5sum \/tmp\/plupload\/35E95E12-8945-1092-4DBE-CCF0BD25D5AB_video.mkv | \/usr\/bin\/awk '{print $1}'","cephTagCommand":"","channels":"","enableFastTranscode":"0","spTranslationFile":"","bucket_Location":"video-source","showComments":"1","transcode_priority":"0","episode_flag":"0000","trailer":"","audioStreamNumber":"0"},{"nb":"28819","ar_title":"Sherlock","en_title":"Sherlock","other_title":"","published":"1","stars":"9.3","ar_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","en_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","mDate":"0000-00-00","year":"2013","updateDateTime":"1480316957","kind":"2","season":"3","img":"2C00A469-0762-8387-5685-0D1BBCB4CCD0_poster.jpg","imgThumb":"23033974-CA92-45F6-0B46-25509207B8B7_poster_thumb.jpg","imgMediumThumb":"1C59D565-2074-AFA9-4E69-C899CFECC830_poster_medium_thumb.jpg","imgObjUrl":"posterImages\/2C00A469-0762-8387-5685-0D1BBCB4CCD0_poster.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1489007190&Signature=Uq0gioUP62ofU29gmeKt%2FwjssOs%3D","imgThumbObjUrl":"posterImages\/23033974-CA92-45F6-0B46-25509207B8B7_poster_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1489007190&Signature=fPppXrCO6cZUiLtSctL8SQLxQzk%3D","imgMediumThumbObjUrl":"posterImages\/1C59D565-2074-AFA9-4E69-C899CFECC830_poster_medium_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1489007190&Signature=B7vlpSQVX2taLRLmXzqrXrIcKvc%3D","objectUrlExpiration":"2017-03-09","orderNmmer":"1","filmRating":"1","seriesRating":"5","episodeNummer":"3","rate":"3724","isSpecial":"0","itemDate":"2016-11-28 00:00:00","videoUploadDate":"2016-11-28","language_lighttigerNb":"7","trailterFile":"","fileFile":"E60EE2DC-59DC-E2C3-7685-E1E3FBE5469F_video.mkv","fileSizeClient":"-1","duration":"5348.96000","fileSizeServer":"27591502577","realFileName":"Sherlock.S03E03.his.last.vow.1080i.REMUX-PrivateHD","imdbUrlRef":"http:\/\/www.imdb.com\/title\/tt1475582","rootSeries":"28811","benutzer_lighttigerNb":"45","updaterNb":"45","uploaderNb":"45","snapshot":"","snapshotTimeSeconds":"1","arTranslationFile":"738BE020-3D18-229A-4190-F3ADFC86CE8E_ar_transfile.srt","enTranslationFile":"","useParentImg":"0","serverHashCode":"e7d9dbc0f8679a45c871e225fe53c679","cephHashCode":"","serverTagCommand":"\/usr\/bin\/md5sum \/tmp\/plupload\/E60EE2DC-59DC-E2C3-7685-E1E3FBE5469F_video.mkv | \/usr\/bin\/awk '{print $1}'","cephTagCommand":"","channels":"","enableFastTranscode":"0","spTranslationFile":"","bucket_Location":"video-source","showComments":"1","transcode_priority":"0","episode_flag":"0000","trailer":"","audioStreamNumber":"0"},{"nb":"38635","ar_title":"Sherlock","en_title":"Sherlock","other_title":"","published":"1","stars":"9.3","ar_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","en_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","mDate":"0000-00-00","year":"2010","updateDateTime":"1483336565","kind":"2","season":"4","img":"5CE134C2-56CF-C8CB-A9F2-CDDA345DCAAE_poster.png","imgThumb":"04C2B287-0374-5F61-5EF7-F0105B396309_poster_thumb.png","imgMediumThumb":"D185E3B9-CF7E-DB4C-5D5B-EF02613F26B2_poster_medium_thumb.png","imgObjUrl":"posterImages\/5CE134C2-56CF-C8CB-A9F2-CDDA345DCAAE_poster.png?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1489007195&Signature=bZhZ6jRmkuC%2FhBP6v%2FJmLRYLnco%3D","imgThumbObjUrl":"posterImages\/04C2B287-0374-5F61-5EF7-F0105B396309_poster_thumb.png?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1489007195&Signature=v5RVd0MkHrvKwv55qCOTBJ26aaY%3D","imgMediumThumbObjUrl":"posterImages\/D185E3B9-CF7E-DB4C-5D5B-EF02613F26B2_poster_medium_thumb.png?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1489007195&Signature=I3sNpqAzmPeMKsE2PhHJMSflcFg%3D","objectUrlExpiration":"2017-03-09","orderNmmer":"1","filmRating":"1","seriesRating":"5","episodeNummer":"0","rate":"4898","isSpecial":"0","itemDate":"2017-01-02 00:00:00","videoUploadDate":"2016-03-14","language_lighttigerNb":"7","trailterFile":"","fileFile":"25D375D6-8378-A583-78E3-1683DB2C43A9_video.mkv","fileSizeClient":"-1","duration":"","fileSizeServer":"24605071404","realFileName":"The.Abominable.Bride.2016.Bluray.Remux.1080p.AVC.A","imdbUrlRef":"http:\/\/www.imdb.com\/title\/tt3845232","rootSeries":"28811","benutzer_lighttigerNb":"39","updaterNb":"39","uploaderNb":"39","snapshot":"","snapshotTimeSeconds":"1","arTranslationFile":"15280762-CABD-B163-D418-9E3F643585B8_ar_transfile.srt","enTranslationFile":"","useParentImg":"0","serverHashCode":"89b81136acc779f09b401f28c9d342a3","cephHashCode":"","serverTagCommand":"\/usr\/bin\/md5sum \/tmp\/plupload\/25D375D6-8378-A583-78E3-1683DB2C43A9_video.mkv | \/usr\/bin\/awk '{print $1}'","cephTagCommand":"","channels":"","enableFastTranscode":"0","spTranslationFile":"","bucket_Location":"movie","showComments":"1","transcode_priority":"0","episode_flag":"0000","trailer":"","audioStreamNumber":"0"},{"nb":"62819","ar_title":"Sherlock","en_title":"Sherlock","other_title":"","published":"1","stars":"9.2","ar_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","en_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","mDate":"0000-00-00","year":"2010","updateDateTime":"1485279832","kind":"2","season":"4","img":"04199350-535F-5EA3-C628-4CD710FE64E2_poster.png","imgThumb":"55F3232D-812B-4E8E-3BB9-7111C757AEC1_poster_thumb.png","imgMediumThumb":"A44C60AA-EBE1-CA6D-600F-DABDC52C1F4F_poster_medium_thumb.png","imgObjUrl":"posterImages\/04199350-535F-5EA3-C628-4CD710FE64E2_poster.png?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488488474&Signature=10yesYpMR8WHqxXPnzcFP2qyqyI%3D","imgThumbObjUrl":"posterImages\/55F3232D-812B-4E8E-3BB9-7111C757AEC1_poster_thumb.png?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488488474&Signature=a530QkXp2ifLFueQnXuRO2OKrqE%3D","imgMediumThumbObjUrl":"posterImages\/A44C60AA-EBE1-CA6D-600F-DABDC52C1F4F_poster_medium_thumb.png?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488488474&Signature=nv2q4x72NLLbdV%2BKZ%2FHvco7rs14%3D","objectUrlExpiration":"2017-03-03","orderNmmer":"1","filmRating":"1","seriesRating":"5","episodeNummer":"1","rate":"10376","isSpecial":"0","itemDate":"2017-01-04 00:00:00","videoUploadDate":"2017-01-24","language_lighttigerNb":"7","trailterFile":"","fileFile":"9F138CE1-F44D-40B7-F67B-4DCAEF81D79F_video.mkv","fileSizeClient":"-1","duration":"","fileSizeServer":"21787807833","realFileName":"Sherlock.S04E01.The.Six.Thatchers.1080p.BluRay.REM","imdbUrlRef":"http:\/\/www.imdb.com\/title\/tt1475582\/","rootSeries":"28811","benutzer_lighttigerNb":"45","updaterNb":"45","uploaderNb":"45","snapshot":"","snapshotTimeSeconds":"1","arTranslationFile":"81858065-0875-A818-6C0D-7C6BCB9701D2_ar_transfile.srt","enTranslationFile":"","useParentImg":"0","serverHashCode":"9a7ff5a3a8485181c20866468409da2e","cephHashCode":"","serverTagCommand":"\/usr\/bin\/md5sum \/tmp\/plupload\/9F138CE1-F44D-40B7-F67B-4DCAEF81D79F_video.mkv | \/usr\/bin\/awk '{print $1}'","cephTagCommand":"","channels":"","enableFastTranscode":"0","spTranslationFile":"","bucket_Location":"video-source","showComments":"1","transcode_priority":"0","episode_flag":"0000","trailer":"https:\/\/www.youtube.com\/watch?v=s0fGZKCeSz8","audioStreamNumber":"0"},{"nb":"62820","ar_title":"Sherlock","en_title":"Sherlock","other_title":"","published":"1","stars":"9.2","ar_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","en_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","mDate":"0000-00-00","year":"2010","updateDateTime":"1485279882","kind":"2","season":"4","img":"04199350-535F-5EA3-C628-4CD710FE64E2_poster.png","imgThumb":"55F3232D-812B-4E8E-3BB9-7111C757AEC1_poster_thumb.png","imgMediumThumb":"A44C60AA-EBE1-CA6D-600F-DABDC52C1F4F_poster_medium_thumb.png","imgObjUrl":"posterImages\/04199350-535F-5EA3-C628-4CD710FE64E2_poster.png?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488488583&Signature=98HFgmLyRpTekCpbZmwVXATlyXs%3D","imgThumbObjUrl":"posterImages\/55F3232D-812B-4E8E-3BB9-7111C757AEC1_poster_thumb.png?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488488583&Signature=Q5PMPPm0aIOm1HQv4iE8yGrCZ6A%3D","imgMediumThumbObjUrl":"posterImages\/A44C60AA-EBE1-CA6D-600F-DABDC52C1F4F_poster_medium_thumb.png?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488488583&Signature=uC9TfAYtABLC5IwYn2ltfN2vE1o%3D","objectUrlExpiration":"2017-03-03","orderNmmer":"1","filmRating":"1","seriesRating":"5","episodeNummer":"2","rate":"3187","isSpecial":"0","itemDate":"2017-01-09 00:00:00","videoUploadDate":"2017-01-24","language_lighttigerNb":"7","trailterFile":"","fileFile":"5AE2B90C-7D5F-7457-FA62-2AAACDC5F54D_video.mkv","fileSizeClient":"-1","duration":"","fileSizeServer":"21899008105","realFileName":"Sherlock.S04E02.The.Lying.Detective.1080p.BluRay.R","imdbUrlRef":"http:\/\/www.imdb.com\/title\/tt1475582\/","rootSeries":"28811","benutzer_lighttigerNb":"45","updaterNb":"45","uploaderNb":"45","snapshot":"","snapshotTimeSeconds":"1","arTranslationFile":"26C5F7F7-7DCB-A414-6058-B946068F75CD_ar_transfile.srt","enTranslationFile":"","useParentImg":"0","serverHashCode":"cf4c46f8a05e47243f5beb3713651fca","cephHashCode":"","serverTagCommand":"\/usr\/bin\/md5sum \/tmp\/plupload\/5AE2B90C-7D5F-7457-FA62-2AAACDC5F54D_video.mkv | \/usr\/bin\/awk '{print $1}'","cephTagCommand":"","channels":"","enableFastTranscode":"0","spTranslationFile":"","bucket_Location":"video-source","showComments":"1","transcode_priority":"0","episode_flag":"0000","trailer":"https:\/\/www.youtube.com\/watch?v=s0fGZKCeSz8","audioStreamNumber":"0"},{"nb":"62821","ar_title":"Sherlock","en_title":"Sherlock","other_title":"","published":"1","stars":"9.2","ar_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","en_content":"A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.","mDate":"0000-00-00","year":"2010","updateDateTime":"1485279919","kind":"2","season":"4","img":"04199350-535F-5EA3-C628-4CD710FE64E2_poster.png","imgThumb":"55F3232D-812B-4E8E-3BB9-7111C757AEC1_poster_thumb.png","imgMediumThumb":"A44C60AA-EBE1-CA6D-600F-DABDC52C1F4F_poster_medium_thumb.png","imgObjUrl":"posterImages\/04199350-535F-5EA3-C628-4CD710FE64E2_poster.png?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488488414&Signature=rFwqCBAXEiiOyQgq689OUfchOPw%3D","imgThumbObjUrl":"posterImages\/55F3232D-812B-4E8E-3BB9-7111C757AEC1_poster_thumb.png?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488488414&Signature=ONNdyAf6oEweAXyIwjjNNmMhugw%3D","imgMediumThumbObjUrl":"posterImages\/A44C60AA-EBE1-CA6D-600F-DABDC52C1F4F_poster_medium_thumb.png?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488488414&Signature=lnHmX%2FaTJMy0uX2x1pFnxZUhd6c%3D","objectUrlExpiration":"2017-03-03","orderNmmer":"1","filmRating":"1","seriesRating":"5","episodeNummer":"3","rate":"2713","isSpecial":"0","itemDate":"2017-01-16 00:00:00","videoUploadDate":"2017-01-24","language_lighttigerNb":"7","trailterFile":"","fileFile":"31FC3F2E-AD96-6DFD-7D3F-56BAAF58C29A_video.mkv","fileSizeClient":"-1","duration":"","fileSizeServer":"21899952434","realFileName":"Sherlock.S04E03.The.Final.Problem.1080p.BluRay.REM","imdbUrlRef":"http:\/\/www.imdb.com\/title\/tt1475582\/","rootSeries":"28811","benutzer_lighttigerNb":"45","updaterNb":"45","uploaderNb":"45","snapshot":"","snapshotTimeSeconds":"1","arTranslationFile":"4E573A25-B1B0-17B3-6AE3-7B2A2ECB2D40_ar_transfile.srt","enTranslationFile":"","useParentImg":"0","serverHashCode":"35142140649887825704d68af28ae9f4","cephHashCode":"","serverTagCommand":"\/usr\/bin\/md5sum \/tmp\/plupload\/31FC3F2E-AD96-6DFD-7D3F-56BAAF58C29A_video.mkv | \/usr\/bin\/awk '{print $1}'","cephTagCommand":"","channels":"","enableFastTranscode":"0","spTranslationFile":"","bucket_Location":"video-source","showComments":"1","transcode_priority":"0","episode_flag":"0000","trailer":"https:\/\/www.youtube.com\/watch?v=s0fGZKCeSz8","audioStreamNumber":"0"}];
  2499.  
  2500.  if(SeasonInfo!=null & EpisodeInfo!=null )
  2501. {
  2502.  
  2503.            currentEpsID=  videoID;
  2504.            //  currentEpsID++;
  2505.  
  2506.            if(currentEpsID == EpisodeInfo[0].rootSeries)
  2507.            {
  2508.                  nextEpisode=EpisodeInfo[0].nb;
  2509.                  PlayNextSeriesVideo(nextEpisode);
  2510.  
  2511.            }else
  2512.            {
  2513.                for (var i=0; i<EpisodeInfo.length; i++)
  2514.                {
  2515.  
  2516.                     //calculating the index of current Episode Running
  2517.                     if(EpisodeInfo[i].nb==currentEpsID)
  2518.                     {
  2519.                          //calculating the index of next Episode to be Run
  2520.                            nextEpisodeIndex=i+1;
  2521.                            if(EpisodeInfo[nextEpisodeIndex]==undefined) {return;}
  2522.  
  2523.                            nextEpisode=EpisodeInfo[nextEpisodeIndex].nb;
  2524.                            PlayNextSeriesVideo(nextEpisode);
  2525.                            break;
  2526.  
  2527.                     }
  2528.  
  2529.  
  2530.                 }
  2531.  
  2532.            }
  2533. }
  2534.  
  2535. });
  2536.  
  2537. function countdown(){
  2538.      
  2539.       var seconds = 3,
  2540.       second = 0,
  2541.       interval;
  2542.   interval = setInterval(function() {
  2543.       $('.vjs-modal-dialog-content').text('Error occured, retrying in ' + (seconds - second) + ' seconds')
  2544.       if (second >= seconds) {
  2545.            clearInterval(interval);
  2546.            RetryVideoPlay();
  2547.        }
  2548.  
  2549.        second++;
  2550.    }, 1000);
  2551. }
  2552.  
  2553. function PlayNextSeriesVideo(nextEpisode){
  2554.  
  2555. var idValue = "/"+ nextEpisode  +"?autoplay=true";
  2556. var url = document.URL;
  2557. newUrl = url.replace(/\/[^\/]*$/, idValue);
  2558.  
  2559.  window.location=newUrl;
  2560.  
  2561.  }
  2562.  
  2563.  
  2564. //click the arabic on play
  2565. videojs("player").on("play", function () {
  2566.  
  2567. if(playerIsPaused ==0){
  2568.  
  2569. var arabicsub =$('li').filter(function() {
  2570. if($(this).text().indexOf('Arabic') >= 0){
  2571.    return $(this);
  2572. }
  2573. });
  2574. arabicsub.click();
  2575.  
  2576. //shuts the subtitles for ass down
  2577. $('.vjs-ass-button').click();
  2578.  
  2579. }
  2580.  
  2581. });
  2582.  
  2583. //END click the arabic on play
  2584.  
  2585.  
  2586. //Resuming the video on video play
  2587.   var resumeTrigger = 0;
  2588. document.getElementById('player_html5_api').onplay= function()
  2589. {
  2590.     if(resumeTrigger == 0)
  2591.     {
  2592.     ResumeVideo();
  2593.     resumeTrigger = 1;
  2594.     }
  2595. };
  2596. //End Resume Player
  2597.  
  2598.  
  2599. //Fixing loading spinner on the latest version of videojs
  2600. document.getElementById('player_html5_api').onwaiting = function() {
  2601.  
  2602. var ActivateLoadSpinner = setInterval(function(){ checkLoad(ActivateLoadSpinner) }, 300);
  2603.  
  2604. };
  2605.  
  2606.  function checkLoad(ActivateLoadSpinner) {
  2607.        
  2608.         if (videojs('player').readyState() == 4) {
  2609.             videojs('player').removeClass('vjs-seeking');
  2610.             clearInterval(ActivateLoadSpinner);
  2611.         } else {
  2612.             videojs('player').addClass('vjs-seeking');
  2613.         }
  2614.     }
  2615.  
  2616. //END Fixing loading spinner on the latest version of videojs
  2617.  
  2618.  
  2619.  
  2620. //replace the source and reload the video
  2621. $('#resolutions li').click(function() {
  2622.  
  2623. var time = videojs('player').currentTime();
  2624. var url = $(this).attr('src');
  2625. videojs('player').src(url).one( 'loadedmetadata', function() {
  2626.                
  2627.                 player.currentTime( time );
  2628.             });  
  2629.       player.play();
  2630. });
  2631.  
  2632. //applying the current active resulotion
  2633. $('#resolutions li').click(function() {
  2634. $("#resolutions li").removeClass( "vjs-selected" )
  2635. this.classList.add("vjs-selected");
  2636.  
  2637. });
  2638.  
  2639. //Regex alignment to the arabic subtitles due to misplaced parantheses
  2640. var trackElements = document.querySelectorAll("track");
  2641. trackElements[0].addEventListener("load", function() {
  2642.  
  2643.     setTimeout(function (){
  2644. var video = document.getElementsByTagName('video')[0]
  2645. var tracks = video.textTracks
  2646. var track = tracks[0]
  2647. var cues = track.cues
  2648.  
  2649. setTimeout(function (){
  2650. for (var index in cues) {
  2651. cues[index].line=12
  2652. var m = cues[index].text.split('\n')
  2653. if(m.length > 1){
  2654.  
  2655. var line1 ='&lrm;'+m[0]+'\n';
  2656. var line2 ='&lrm;'+m[1] ;
  2657. var cuetext = line1.concat(line2);
  2658. cues[index].text = cuetext.replace(/\\/g,"").replace(/"/g,"");
  2659. }
  2660. else{
  2661.  cues[index].text = "&lrm;"+ cues[index].text +"";
  2662. }
  2663.  
  2664. }
  2665. }, 1000);
  2666. }, 500);
  2667.  
  2668.  
  2669.  
  2670. });
  2671.  
  2672.  
  2673. });
  2674.  
  2675.  
  2676.    </script>   
  2677.  
  2678.  
  2679.     <script type="text/javascript">
  2680.  
  2681.  function normalInitialize(){
  2682.  
  2683.   videojs('player', {
  2684.         controls: true,
  2685.         customControlsOnMobile: true,
  2686.         preload: false,
  2687.         nativeControlsForTouch: false
  2688.       });
  2689.      
  2690.       initializeHotKeys();
  2691.     }
  2692.    
  2693.  
  2694.   function initializeSubsation(subPath){
  2695.  
  2696.       videojs('player', {
  2697.         controls: true,
  2698.         customControlsOnMobile: true,
  2699.         preload: false,
  2700.         nativeControlsForTouch: false,
  2701.         plugins: {
  2702.           ass: {
  2703.             'src': [subPath]
  2704.           }
  2705.         }
  2706.       });
  2707.      
  2708.      
  2709.       initializeHotKeys();
  2710.      
  2711.                  
  2712.     }
  2713.    
  2714.  
  2715.  
  2716.  
  2717.   function initializeHotKeys(){
  2718.    // initialize the plugin
  2719.       videojs('player').ready(function() {
  2720.         this.hotkeys({
  2721.           volumeStep: 0.1,
  2722.           seekStep: 5,
  2723.           enableMute: true,
  2724.           enableFullscreen: true,
  2725.           enableVolumeScroll: true,
  2726.  
  2727.           // Enhance existing simple hotkey with a complex hotkey
  2728.           fullscreenKey: function(e) {
  2729.             // fullscreen with the F key or Ctrl+Enter
  2730.             return ((e.which === 70) || (e.ctrlKey && e.which === 13));
  2731.           }
  2732.           });  
  2733.       });
  2734.                  
  2735.  }
  2736.  
  2737.  
  2738. $(document).on('click','.vjs-ass-button',function() {
  2739.  
  2740.     if ($('.vjs-ass-button').hasClass('inactive')) {
  2741.    
  2742.         var englishsub =$('li').filter(function() {
  2743.         if($(this).text().indexOf('Arabic') >= 0){
  2744.         return $(this);
  2745.         }
  2746.         });
  2747.         englishsub.click();
  2748.        
  2749.     }else
  2750.     {
  2751.    
  2752.    
  2753.         var captionsOff =$('li').filter(function() {
  2754.         if($(this).text().indexOf('captions off') >= 0){
  2755.         return $(this);
  2756.         }
  2757.         });
  2758.         captionsOff.click();
  2759.        
  2760.     }
  2761. });
  2762.  
  2763.  
  2764.     </script>
  2765.  
  2766.  
  2767.  
  2768.  
  2769.                             </div>
  2770.                             <div class="author">
  2771.                           <img src="http://cinemana.earthlinktele.com/assetsUI/img/licensed/team/team-member-2.jpg" alt="poter" width="70"/>                          
  2772.    
  2773.                             </div>
  2774.                            
  2775.                            
  2776.                        <!-- light test lightFontClass-->
  2777.                        
  2778.                        
  2779.                        
  2780.                      
  2781.              
  2782.          
  2783.          
  2784.          
  2785.   <table width="100%" border="0"  >
  2786.   <tr>
  2787.     <td align="left"  style="vertical-align:top;" width="10%">
  2788.                     <ul class='paginationLight ActiveTab1 nm sp-t-10' style="">
  2789.         <li>
  2790. <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/28819" title="Previous" class="icon-cnt"> <i class="icon-angle-left "></i> </a>      </li>
  2791.         </ul>
  2792.         </td>
  2793.     <td align="center" style="vertical-align:middle;">
  2794.        <h2 class="text-center "    >
  2795.                 Sherlock
  2796.        
  2797.                        
  2798.         <font size="-1" class="color" >
  2799.         [
  2800.            
  2801.         With Translation          
  2802.         ]
  2803.         </font>
  2804.            
  2805.        
  2806.         </h2>
  2807.                 <h5 class="text-center   "  >
  2808.                     Season : 4 | Episode : 0        </h5>
  2809.             </td>
  2810.     <td align="right" style="vertical-align:top;" width="10%">
  2811.          <ul class='paginationLight ActiveTab1 nm sp-t-10'>
  2812.         <li>
  2813. <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/62819" title="Next" class="icon-cnt"> <i class="icon-angle-right"></i> </a>        
  2814.  
  2815.         </li>
  2816.         </ul>
  2817.          
  2818.     </td>
  2819.   </tr>
  2820. </table>
  2821.  
  2822.                         <!--<div class="tag"><i class="icon-time"></i> 24 October 2013</div>-->
  2823.                            
  2824.  <!--   start part of likes dislikes comments favoirt -->
  2825.                             <div class="text-center" >
  2826.                             <div class="tag "><i class="icon-tag"></i>
  2827.                                  English                                                              
  2828.                              </div>
  2829.                            
  2830.        
  2831.        
  2832.        
  2833. <!--             <a data-rel="tooltip" href="#" data-original-title="Uploader" class="tag"><i class="icon-user"></i>
  2834.              
  2835.            
  2836.             </a>-->
  2837.                             <div class="tag"><i class="icon-eye-open"></i> 4898            view(s)  
  2838.                                </div>
  2839.                            
  2840.                            
  2841.                            
  2842.                                                  
  2843.  
  2844.    <div class="tag   tag-event"    id="add2favoritLightClass"  style=" display:  inline-block;"  >
  2845.         <i class="icon-heart-empty " ></i>  
  2846.        Add to Favorites  
  2847.         </div>
  2848.  
  2849.  
  2850.  
  2851.      <div class="tag  tag-event"   id="reomveFromFavoritLightClass"  style="  display: none;">
  2852.      <i class="icon-heart" style="color:#E61313"></i>favorite     </div>
  2853.                            
  2854.  
  2855.  
  2856.              
  2857.                              
  2858.                             <div class="tag"><i class="icon-comments"></i>
  2859.                          21                                 Comments                            </div>
  2860.                            
  2861.                            
  2862.                            
  2863.                             <div class="tag  tag-event  " id="likeLightClass" >
  2864.                             <i class="icon-thumbs-up  "  ></i>
  2865.                            
  2866.                              <font id="numberOfLikesLight" class="47" >
  2867.                              47
  2868.                              </font>
  2869.                               Like                              
  2870.                               </div>
  2871.                              
  2872.                              
  2873.                              
  2874.                             <div class="tag  tag-event" id="disLikeLightClass"  >
  2875.                             <i class="icon-thumbs-down  "   ></i>
  2876.                               <font id="numberOfDisLikesLight" class="3" >
  2877.                                3                               </font>
  2878.                                  
  2879.                                Dislike                            
  2880.                              </div>
  2881.  
  2882.  
  2883.  
  2884.                            </div>  
  2885.                              
  2886.                              <div id="resultOfOperatioins" class="redErrorMessageLight" align="center"> </div>
  2887.                              
  2888.                              
  2889. <!--   end part of likes dislikes comments favoirt -->
  2890.  
  2891.                                
  2892. <div class="share_cnt ">
  2893.                                 <div class="pull-left report-title">
  2894.                                
  2895.                                
  2896.                                 Share                                
  2897.                                 </div>
  2898. <div class="social pull-left" style="padding-left: 20px;">
  2899.      
  2900.        
  2901. <a href="https://www.facebook.com/sharer/sharer.php?u="http://cinemana.earthlinktele.com/page/movie/watch/en/38635&t="Sherlock" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=500,width=500');return false;"  alt="Share on Facebook"  data-rel="tooltip" data-original-title="Facebook" class="facebook" data-title="Sherlock"><i class="icon-facebook"></i></a>
  2902.  
  2903. <!--    <a data-rel="tooltip" data-original-title="Facebook" class="facebook" href="#"><i class="icon-facebook"></i></a>
  2904. -->  
  2905. <!--
  2906. <a href="javascript:googlePlusshareCurrentPage()"   data-rel="tooltip" data-original-title="Google Plus" class="google-plus">
  2907. <i class="icon-google-plus"></i>
  2908. </a>-->
  2909. <a href="https://plus.google.com/share?url=http://cinemana.earthlinktele.com/page/movie/watch/en/38635&t=Sherlock" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=500,width=500');return false;"  data-rel="tooltip" data-original-title="Google Plus" class="google-plus"  data-title="Sherlock">
  2910.  <i class="icon-google-plus"></i>
  2911. </a>
  2912.  
  2913.    
  2914. <!--  <a data-rel="tooltip" data-original-title="Twitter" class="twitter" href="#"><i class="icon-twitter twitter"></i></a>
  2915. -->
  2916.  
  2917.  
  2918.  
  2919.   <a class="twitter-share-button twitter" data-rel="tooltip" data-original-title="Twitter"   href="https://twitter.com/share?text=Sherlock$url=http://cinemana.earthlinktele.com/page/movie/watch/en/38635&lang=en"  data-count="none"  >
  2920. <i class="icon-twitter twitter"></i>
  2921. </a>
  2922. <script type="text/javascript">
  2923. window.twttr=(function(d,s,id){var t,js,fjs=d.getElementsByTagName(s)[0];if(d.getElementById(id)){return}js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);return window.twttr||(t={_e:[],ready:function(f){t._e.push(f)}})}(document,"script","twitter-wjs"));
  2924. </script>
  2925.  
  2926.  
  2927. </div>
  2928.  
  2929.  
  2930.  
  2931.                                 <div class="pull-right">
  2932.        
  2933.                                     <ul class="mixit-up controls sort nav nav-pills sp-b-20 pull-left">
  2934.                                             <li class="dropdown">
  2935.                                           <!--  <a id="dLabel" role="button" data-toggle="dropdown" data-target="#" href="#" style="padding: 5px !important;width:225px;text-align:center;">
  2936.                                                <span id="order_by">  Report Issue </span> <span class="caret"></span>
  2937.                                            </a>-->
  2938.                <!-- <ul class="dropdown-menu bdr" role="menu" aria-labelledby="dLabel" id="4issue_lighttigerNb" name="4issue_lighttigerNb">
  2939.                                    <li class="sort active" data-sort="data-cat" data-order="desc" id="1">
  2940.                     Problem with the subtitle                      </li>
  2941.  
  2942.                                        <li class="sort active" data-sort="data-cat" data-order="desc" id="2">
  2943.                     Problem with the Audio                    </li>
  2944.  
  2945.                                        <li class="sort active" data-sort="data-cat" data-order="desc" id="3">
  2946.                     Problem with the Picture Quality                    </li>
  2947.  
  2948.                                        <li class="sort active" data-sort="data-cat" data-order="desc" id="4">
  2949.                     Incorrect Program                    </li>
  2950.  
  2951.                                        <li class="sort active" data-sort="data-cat" data-order="desc" id="5">
  2952.                     Problem with Content                     </li>
  2953.  
  2954.                                    </ul>-->
  2955.                
  2956.              <span id="issueResult" class="redErrorMessageLight" style="color:white">
  2957.                 <select name="issue_lighttigerNb" id="issue_lighttigerNb"  class="mixit-up controls sort nav nav-pills sp-b-20 pull-left selectID1">
  2958.            <option  id="0" class="issueSelectorOptions" > Report Issue </option>      
  2959.                  
  2960.                    
  2961.     <option  id="1" class="issueSelectorOptions" >Problem with the subtitle  </option>
  2962.  
  2963.                          
  2964.                    
  2965.     <option  id="2" class="issueSelectorOptions" >Problem with the Audio</option>
  2966.  
  2967.                          
  2968.                    
  2969.     <option  id="3" class="issueSelectorOptions" >Problem with the Picture Quality</option>
  2970.  
  2971.                          
  2972.                    
  2973.     <option  id="4" class="issueSelectorOptions" >Incorrect Program</option>
  2974.  
  2975.                          
  2976.                    
  2977.     <option  id="5" class="issueSelectorOptions" >Problem with Content </option>
  2978.  
  2979.                         </select>
  2980.  
  2981.  </span>  
  2982.  
  2983.  
  2984.                                         </li>
  2985.                                     </ul>
  2986.                                 </div>
  2987.  
  2988.                                 <div class="clearfix"></div>
  2989.                             </div>
  2990.                            
  2991. <!--<select name="mySelect" id="selectID">
  2992.    <option id="myid1" >somevalue</option>
  2993.    <option id="myid2"  >somevalue</option>
  2994.    <option id="myid3"  >somevalue</option>
  2995. </select>
  2996. <span id="result"></span>-->                            
  2997.  
  2998.                              
  2999. <div class="share_cnt" >
  3000.  
  3001. <div class="row sp-b-20">
  3002.     <div class="pull-left report-title seasonLight"  > Season : </div>
  3003.  
  3004.  
  3005.     <div class="seasonconts">
  3006.  
  3007.         <div id="myTab" class="season">
  3008.                                    <a href="#01" data-toggle="tab" class=" bot1"><!-- ActiveTab1 -->
  3009.             01            </a>
  3010.  
  3011.                                    <a href="#02" data-toggle="tab" class=" bot1"><!-- ActiveTab1 -->
  3012.             02            </a>
  3013.  
  3014.                                    <a href="#03" data-toggle="tab" class=" bot1"><!-- ActiveTab1 -->
  3015.             03            </a>
  3016.  
  3017.                                    <a href="#04" data-toggle="tab" class=" ActiveTab1  bot1"><!-- ActiveTab1 -->
  3018.             04            </a>
  3019.  
  3020.                </div>
  3021.         <div id="myTabContent" class="tab-content">
  3022.              
  3023.                                                          
  3024. <!-- start series season --><div class="tab-pane fade   direction-right" id="01">
  3025.  
  3026.     <section class="bg_color transition-cnt">
  3027.         <div class="container">
  3028.             <div class="eps" style="overflow-y:scroll;height:200px;">
  3029.             <ul>
  3030.                                  
  3031.                          
  3032.                           <li class="" >
  3033.  
  3034.            
  3035.                
  3036.                                      
  3037.                            
  3038.              
  3039.              
  3040.              
  3041.            
  3042.              <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/28811" title="Play">Sherlock : Season  01  Episode  1 </a>            
  3043.          
  3044.             <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/28811" title="Play" class="float-right btn btn-primary btn-xs sp-r-10"><i class='icon-play-sign'> Play</i></a>            
  3045.                          
  3046.  
  3047.              </li>
  3048.                  
  3049.                                  
  3050.                          
  3051.                           <li class="" >
  3052.  
  3053.            
  3054.                
  3055.                                      
  3056.                            
  3057.              
  3058.              
  3059.              
  3060.            
  3061.              <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/28812" title="Play">Sherlock : Season  01  Episode  2 </a>            
  3062.          
  3063.             <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/28812" title="Play" class="float-right btn btn-primary btn-xs sp-r-10"><i class='icon-play-sign'> Play</i></a>            
  3064.                          
  3065.  
  3066.              </li>
  3067.                  
  3068.                                  
  3069.                          
  3070.                           <li class="" >
  3071.  
  3072.            
  3073.                
  3074.                                      
  3075.                            
  3076.              
  3077.              
  3078.              
  3079.            
  3080.              <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/28813" title="Play">Sherlock : Season  01  Episode  3 </a>            
  3081.          
  3082.             <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/28813" title="Play" class="float-right btn btn-primary btn-xs sp-r-10"><i class='icon-play-sign'> Play</i></a>            
  3083.                          
  3084.  
  3085.              </li>
  3086.                  
  3087.                                  
  3088.                  
  3089.                                  
  3090.                  
  3091.                                  
  3092.                  
  3093.                                  
  3094.                  
  3095.                                  
  3096.                  
  3097.                                  
  3098.                  
  3099.                                  
  3100.                  
  3101.                                  
  3102.                  
  3103.                                  
  3104.                  
  3105.                                  
  3106.                  
  3107.                          </ul>
  3108.  
  3109.             </div>
  3110.  
  3111.         </div>
  3112.  
  3113.     </section>
  3114.  
  3115.  
  3116. </div>
  3117. <!-- end series season -->
  3118.    
  3119.                                                          
  3120. <!-- start series season --><div class="tab-pane fade   direction-right" id="02">
  3121.  
  3122.     <section class="bg_color transition-cnt">
  3123.         <div class="container">
  3124.             <div class="eps" style="overflow-y:scroll;height:200px;">
  3125.             <ul>
  3126.                                  
  3127.                  
  3128.                                  
  3129.                  
  3130.                                  
  3131.                  
  3132.                                  
  3133.                          
  3134.                           <li class="" >
  3135.  
  3136.            
  3137.                
  3138.                                      
  3139.                            
  3140.              
  3141.              
  3142.              
  3143.            
  3144.              <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/28814" title="Play">Sherlock : Season  02  Episode  1 </a>            
  3145.          
  3146.             <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/28814" title="Play" class="float-right btn btn-primary btn-xs sp-r-10"><i class='icon-play-sign'> Play</i></a>            
  3147.                          
  3148.  
  3149.              </li>
  3150.                  
  3151.                                  
  3152.                          
  3153.                           <li class="" >
  3154.  
  3155.            
  3156.                
  3157.                                      
  3158.                            
  3159.              
  3160.              
  3161.              
  3162.            
  3163.              <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/28815" title="Play">Sherlock : Season  02  Episode  2 </a>            
  3164.          
  3165.             <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/28815" title="Play" class="float-right btn btn-primary btn-xs sp-r-10"><i class='icon-play-sign'> Play</i></a>            
  3166.                          
  3167.  
  3168.              </li>
  3169.                  
  3170.                                  
  3171.                          
  3172.                           <li class="" >
  3173.  
  3174.            
  3175.                
  3176.                                      
  3177.                            
  3178.              
  3179.              
  3180.              
  3181.            
  3182.              <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/28816" title="Play">Sherlock : Season  02  Episode  3 </a>            
  3183.          
  3184.             <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/28816" title="Play" class="float-right btn btn-primary btn-xs sp-r-10"><i class='icon-play-sign'> Play</i></a>            
  3185.                          
  3186.  
  3187.              </li>
  3188.                  
  3189.                                  
  3190.                  
  3191.                                  
  3192.                  
  3193.                                  
  3194.                  
  3195.                                  
  3196.                  
  3197.                                  
  3198.                  
  3199.                                  
  3200.                  
  3201.                                  
  3202.                  
  3203.                          </ul>
  3204.  
  3205.             </div>
  3206.  
  3207.         </div>
  3208.  
  3209.     </section>
  3210.  
  3211.  
  3212. </div>
  3213. <!-- end series season -->
  3214.    
  3215.                                                          
  3216. <!-- start series season --><div class="tab-pane fade   direction-right" id="03">
  3217.  
  3218.     <section class="bg_color transition-cnt">
  3219.         <div class="container">
  3220.             <div class="eps" style="overflow-y:scroll;height:200px;">
  3221.             <ul>
  3222.                                  
  3223.                  
  3224.                                  
  3225.                  
  3226.                                  
  3227.                  
  3228.                                  
  3229.                  
  3230.                                  
  3231.                  
  3232.                                  
  3233.                  
  3234.                                  
  3235.                          
  3236.                           <li class="" >
  3237.  
  3238.            
  3239.                
  3240.                                      
  3241.                            
  3242.              
  3243.              
  3244.              
  3245.            
  3246.              <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/28817" title="Play">Sherlock : Season  03  Episode  1 </a>            
  3247.          
  3248.             <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/28817" title="Play" class="float-right btn btn-primary btn-xs sp-r-10"><i class='icon-play-sign'> Play</i></a>            
  3249.                          
  3250.  
  3251.              </li>
  3252.                  
  3253.                                  
  3254.                          
  3255.                           <li class="" >
  3256.  
  3257.            
  3258.                
  3259.                                      
  3260.                            
  3261.              
  3262.              
  3263.              
  3264.            
  3265.              <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/28818" title="Play">Sherlock : Season  03  Episode  2 </a>            
  3266.          
  3267.             <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/28818" title="Play" class="float-right btn btn-primary btn-xs sp-r-10"><i class='icon-play-sign'> Play</i></a>            
  3268.                          
  3269.  
  3270.              </li>
  3271.                  
  3272.                                  
  3273.                          
  3274.                           <li class="" >
  3275.  
  3276.            
  3277.                
  3278.                                      
  3279.                            
  3280.              
  3281.              
  3282.              
  3283.            
  3284.              <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/28819" title="Play">Sherlock : Season  03  Episode  3 </a>            
  3285.          
  3286.             <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/28819" title="Play" class="float-right btn btn-primary btn-xs sp-r-10"><i class='icon-play-sign'> Play</i></a>            
  3287.                          
  3288.  
  3289.              </li>
  3290.                  
  3291.                                  
  3292.                  
  3293.                                  
  3294.                  
  3295.                                  
  3296.                  
  3297.                                  
  3298.                  
  3299.                          </ul>
  3300.  
  3301.             </div>
  3302.  
  3303.         </div>
  3304.  
  3305.     </section>
  3306.  
  3307.  
  3308. </div>
  3309. <!-- end series season -->
  3310.    
  3311.                                                          
  3312. <!-- start series season --><div class="tab-pane fade  active in   direction-right" id="04">
  3313.  
  3314.     <section class="bg_color transition-cnt">
  3315.         <div class="container">
  3316.             <div class="eps" style="overflow-y:scroll;height:200px;">
  3317.             <ul>
  3318.                                  
  3319.                  
  3320.                                  
  3321.                  
  3322.                                  
  3323.                  
  3324.                                  
  3325.                  
  3326.                                  
  3327.                  
  3328.                                  
  3329.                  
  3330.                                  
  3331.                  
  3332.                                  
  3333.                  
  3334.                                  
  3335.                  
  3336.                                  
  3337.                          
  3338.                           <li class="ActiveTab1" >
  3339.  
  3340.            
  3341.                
  3342.                                      
  3343.                            
  3344.              
  3345.              
  3346.              
  3347.            
  3348.              <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/38635" title="Play">Sherlock : Season  04  Episode  0 </a>            
  3349.          
  3350.             <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/38635" title="Play" class="float-right btn btn-primary btn-xs sp-r-10"><i class='icon-play-sign'> Play</i></a>            
  3351.                          
  3352.  
  3353.              </li>
  3354.                  
  3355.                                  
  3356.                          
  3357.                           <li class="" >
  3358.  
  3359.            
  3360.                
  3361.                                      
  3362.                            
  3363.              
  3364.              
  3365.              
  3366.            
  3367.              <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/62819" title="Play">Sherlock : Season  04  Episode  1 </a>            
  3368.          
  3369.             <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/62819" title="Play" class="float-right btn btn-primary btn-xs sp-r-10"><i class='icon-play-sign'> Play</i></a>            
  3370.                          
  3371.  
  3372.              </li>
  3373.                  
  3374.                                  
  3375.                          
  3376.                           <li class="" >
  3377.  
  3378.            
  3379.                
  3380.                                      
  3381.                            
  3382.              
  3383.              
  3384.              
  3385.            
  3386.              <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/62820" title="Play">Sherlock : Season  04  Episode  2 </a>            
  3387.          
  3388.             <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/62820" title="Play" class="float-right btn btn-primary btn-xs sp-r-10"><i class='icon-play-sign'> Play</i></a>            
  3389.                          
  3390.  
  3391.              </li>
  3392.                  
  3393.                                  
  3394.                          
  3395.                           <li class="" >
  3396.  
  3397.            
  3398.                
  3399.                                      
  3400.                            
  3401.              
  3402.              
  3403.              
  3404.            
  3405.              <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/62821" title="Play">Sherlock : Season  04  Episode  3 </a>            
  3406.          
  3407.             <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/62821" title="Play" class="float-right btn btn-primary btn-xs sp-r-10"><i class='icon-play-sign'> Play</i></a>            
  3408.                          
  3409.  
  3410.              </li>
  3411.                  
  3412.                          </ul>
  3413.  
  3414.             </div>
  3415.  
  3416.         </div>
  3417.  
  3418.     </section>
  3419.  
  3420.  
  3421. </div>
  3422. <!-- end series season -->
  3423.                                                
  3424.  
  3425.  
  3426.                                              
  3427.  
  3428.                                         </div><!-- end myTabContent -->
  3429.                                     </div> <!-- end padding-left:90px -->
  3430.  
  3431.  
  3432.                                         </div><!-- end ow sp-b-20 -->
  3433.  
  3434.                                     <div class="clearfix"></div>
  3435.                                     <div class="clearfix"></div>
  3436.                                    
  3437.                                 </div><!-- end share_cnt -->
  3438.  
  3439.                            
  3440.                                  
  3441. <section class=" bg_color transition-cnt " data-appear-top-offset="-50" style="padding-top:20px;">
  3442.                              
  3443.                      <h2 class="text-center popular-series">
  3444.                    Related
  3445.                     <span  class="float-right1">
  3446.                         Videos                        </span>
  3447.                         </h2>
  3448.                            
  3449.  
  3450.  
  3451.      <div class="owl-carousel portfolio fs " style="overflow: hidden; margin-bottom: 2px !important;" >
  3452.  
  3453.         <!-- start of related videos -->
  3454.         <div class="relatedv" >
  3455.             <div class="img-cnt transition " data-transition="fadeInUp">
  3456.                                        
  3457.  
  3458.    <img src="http://cinemana.earthlinktele.com/defaultImages/not_available.jpg" data-src="http://tb-cn1.rgwha.elcld.com/posterImages/0B141CC9-59C7-2BC7-DBB4-96EB7E8C88B8_poster_medium_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488056423&Signature=9Sf7DmFmyNH9vgWRcsnOOF4ywKM%3D" class="poster55 lazy" width="70" height="170" alt=""/>
  3459.  
  3460.            
  3461.                                    
  3462.                                             <div class="overlay">
  3463.                                                 <br />
  3464.                                                 <span class="title"> The Other Face</span>
  3465.                                            
  3466.                                                                                                 <span class="title"> Episode : 1 | Season : 1</span>
  3467.                                                                                                   <br />
  3468.     <!--   <a href="#info" id="32194" class="fancybox btn bg lightVideoClassInfo" title="Info" >
  3469.                                      Details</a>-->
  3470.                <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/32194" title="View" class="btn">View</a>
  3471.                                             </div>
  3472.                                         </div>
  3473.                                     </div>
  3474.                                     <!-- end of related videos -->
  3475.                                 <!-- start of related videos -->
  3476.         <div class="relatedv" >
  3477.             <div class="img-cnt transition " data-transition="fadeInUp">
  3478.                                        
  3479.  
  3480.    <img src="http://cinemana.earthlinktele.com/defaultImages/not_available.jpg" data-src="http://tb-cn1.rgwha.elcld.com/posterImages/ED361BC5-4444-DC6F-277D-933979785B72_poster_medium_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1487106027&Signature=b%2Fkby4gj7ZiFOnReb3W7rXI%2FEC0%3D" class="poster55 lazy" width="70" height="170" alt=""/>
  3481.  
  3482.            
  3483.                                    
  3484.                                             <div class="overlay">
  3485.                                                 <br />
  3486.                                                 <span class="title"> Lethal Weapon</span>
  3487.                                            
  3488.                                                                                                 <span class="title"> Episode : 1 | Season : 1</span>
  3489.                                                                                                   <br />
  3490.     <!--   <a href="#info" id="56645" class="fancybox btn bg lightVideoClassInfo" title="Info" >
  3491.                                      Details</a>-->
  3492.                <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/56645" title="View" class="btn">View</a>
  3493.                                             </div>
  3494.                                         </div>
  3495.                                     </div>
  3496.                                     <!-- end of related videos -->
  3497.                                 <!-- start of related videos -->
  3498.         <div class="relatedv" >
  3499.             <div class="img-cnt transition " data-transition="fadeInUp">
  3500.                                        
  3501.  
  3502.    <img src="http://cinemana.earthlinktele.com/defaultImages/not_available.jpg" data-src="http://tb-cn1.rgwha.elcld.com/posterImages/1B1BF875-3756-AC35-2C7C-80A6BB5BAE0B_poster_medium_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488575095&Signature=n2zg4TQeJxix4pP9MxDiSaDT598%3D" class="poster55 lazy" width="70" height="170" alt=""/>
  3503.  
  3504.            
  3505.                                    
  3506.                                             <div class="overlay">
  3507.                                                 <br />
  3508.                                                 <span class="title"> Roman Empire: Reign of Blood</span>
  3509.                                            
  3510.                                                                                                 <span class="title"> Episode : 1 | Season : 1</span>
  3511.                                                                                                   <br />
  3512.     <!--   <a href="#info" id="62943" class="fancybox btn bg lightVideoClassInfo" title="Info" >
  3513.                                      Details</a>-->
  3514.                <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/62943" title="View" class="btn">View</a>
  3515.                                             </div>
  3516.                                         </div>
  3517.                                     </div>
  3518.                                     <!-- end of related videos -->
  3519.                                 <!-- start of related videos -->
  3520.         <div class="relatedv" >
  3521.             <div class="img-cnt transition " data-transition="fadeInUp">
  3522.                                        
  3523.  
  3524.    <img src="http://cinemana.earthlinktele.com/defaultImages/not_available.jpg" data-src="http://tb-cn1.rgwha.elcld.com/posterImages/6B5349A1-2233-1676-AB8E-CD14F517BE0D_poster_medium_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1489267797&Signature=E%2BY49I3GY8cSSO4tbGJSzil5GwA%3D" class="poster55 lazy" width="70" height="170" alt=""/>
  3525.  
  3526.            
  3527.                                    
  3528.                                             <div class="overlay">
  3529.                                                 <br />
  3530.                                                 <span class="title"> Tyrant</span>
  3531.                                            
  3532.                                                                                                 <span class="title"> Episode : 1 | Season : 1</span>
  3533.                                                                                                   <br />
  3534.     <!--   <a href="#info" id="40114" class="fancybox btn bg lightVideoClassInfo" title="Info" >
  3535.                                      Details</a>-->
  3536.                <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/40114" title="View" class="btn">View</a>
  3537.                                             </div>
  3538.                                         </div>
  3539.                                     </div>
  3540.                                     <!-- end of related videos -->
  3541.                                 <!-- start of related videos -->
  3542.         <div class="relatedv" >
  3543.             <div class="img-cnt transition " data-transition="fadeInUp">
  3544.                                        
  3545.  
  3546.    <img src="http://cinemana.earthlinktele.com/defaultImages/not_available.jpg" data-src="http://tb-cn1.rgwha.elcld.com/posterImages/942D83F6-DF25-95C5-462C-3AFA5041B8F7_poster_medium_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488315606&Signature=HD%2FUjVHiVEmREFX0O6sFMtRcz9I%3D" class="poster55 lazy" width="70" height="170" alt=""/>
  3547.  
  3548.            
  3549.                                    
  3550.                                             <div class="overlay">
  3551.                                                 <br />
  3552.                                                 <span class="title"> الوجه الآخر</span>
  3553.                                            
  3554.                                                                                                 <span class="title"> Episode : 1 | Season : 1</span>
  3555.                                                                                                   <br />
  3556.     <!--   <a href="#info" id="13152" class="fancybox btn bg lightVideoClassInfo" title="Info" >
  3557.                                      Details</a>-->
  3558.                <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/13152" title="View" class="btn">View</a>
  3559.                                             </div>
  3560.                                         </div>
  3561.                                     </div>
  3562.                                     <!-- end of related videos -->
  3563.                                 <!-- start of related videos -->
  3564.         <div class="relatedv" >
  3565.             <div class="img-cnt transition " data-transition="fadeInUp">
  3566.                                        
  3567.  
  3568.    <img src="http://cinemana.earthlinktele.com/defaultImages/not_available.jpg" data-src="http://tb-cn1.rgwha.elcld.com/posterImages/F78E66C3-53AC-6D03-BD45-67C70CFEE8C6_poster_medium_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1487538333&Signature=8gfpVOPEQ7P41i63B0dgxoqPTLU%3D" class="poster55 lazy" width="70" height="170" alt=""/>
  3569.  
  3570.            
  3571.                                    
  3572.                                             <div class="overlay">
  3573.                                                 <br />
  3574.                                                 <span class="title"> Slasher</span>
  3575.                                            
  3576.                                                                                                 <span class="title"> Episode : 1 | Season : 1</span>
  3577.                                                                                                   <br />
  3578.     <!--   <a href="#info" id="61913" class="fancybox btn bg lightVideoClassInfo" title="Info" >
  3579.                                      Details</a>-->
  3580.                <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/61913" title="View" class="btn">View</a>
  3581.                                             </div>
  3582.                                         </div>
  3583.                                     </div>
  3584.                                     <!-- end of related videos -->
  3585.                                 <!-- start of related videos -->
  3586.         <div class="relatedv" >
  3587.             <div class="img-cnt transition " data-transition="fadeInUp">
  3588.                                        
  3589.  
  3590.    <img src="http://cinemana.earthlinktele.com/defaultImages/not_available.jpg" data-src="http://tb-cn1.rgwha.elcld.com/posterImages/49D3EA39-7EAA-84D5-FFCC-A3B9B4405B89_poster_medium_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488292509&Signature=toRp0oUF9V4sPe5oyCBpwTKZaRQ%3D" class="poster55 lazy" width="70" height="170" alt=""/>
  3591.  
  3592.            
  3593.                                    
  3594.                                             <div class="overlay">
  3595.                                                 <br />
  3596.                                                 <span class="title"> Adı Efsane</span>
  3597.                                            
  3598.                                                                                                 <span class="title"> Episode : 1 | Season : 1</span>
  3599.                                                                                                   <br />
  3600.     <!--   <a href="#info" id="66063" class="fancybox btn bg lightVideoClassInfo" title="Info" >
  3601.                                      Details</a>-->
  3602.                <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/66063" title="View" class="btn">View</a>
  3603.                                             </div>
  3604.                                         </div>
  3605.                                     </div>
  3606.                                     <!-- end of related videos -->
  3607.                                 <!-- start of related videos -->
  3608.         <div class="relatedv" >
  3609.             <div class="img-cnt transition " data-transition="fadeInUp">
  3610.                                        
  3611.  
  3612.    <img src="http://cinemana.earthlinktele.com/defaultImages/not_available.jpg" data-src="http://tb-cn1.rgwha.elcld.com/posterImages/6F3E8176-FD38-12E0-CB9F-00AA1F9700FD_poster_medium_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488920606&Signature=jrjA2EjnJZWis15%2F%2BoTIS0kEdcc%3D" class="poster55 lazy" width="70" height="170" alt=""/>
  3613.  
  3614.            
  3615.                                    
  3616.                                             <div class="overlay">
  3617.                                                 <br />
  3618.                                                 <span class="title"> Samarkand</span>
  3619.                                            
  3620.                                                                                                 <span class="title"> Episode : 1 | Season : 1</span>
  3621.                                                                                                   <br />
  3622.     <!--   <a href="#info" id="45433" class="fancybox btn bg lightVideoClassInfo" title="Info" >
  3623.                                      Details</a>-->
  3624.                <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/45433" title="View" class="btn">View</a>
  3625.                                             </div>
  3626.                                         </div>
  3627.                                     </div>
  3628.                                     <!-- end of related videos -->
  3629.                                 <!-- start of related videos -->
  3630.         <div class="relatedv" >
  3631.             <div class="img-cnt transition " data-transition="fadeInUp">
  3632.                                        
  3633.  
  3634.    <img src="http://cinemana.earthlinktele.com/defaultImages/not_available.jpg" data-src="http://tb-cn1.rgwha.elcld.com/posterImages/020D8A99-A110-060E-98D3-17B5D1702872_poster_medium_thumb.jpg?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1487624617&Signature=QjqFn8TjGeXAskGN1Keqx25mgw8%3D" class="poster55 lazy" width="70" height="170" alt=""/>
  3635.  
  3636.            
  3637.                                    
  3638.                                             <div class="overlay">
  3639.                                                 <br />
  3640.                                                 <span class="title"> Code Black</span>
  3641.                                            
  3642.                                                                                                 <span class="title"> Episode : 1 | Season : 1</span>
  3643.                                                                                                   <br />
  3644.     <!--   <a href="#info" id="53834" class="fancybox btn bg lightVideoClassInfo" title="Info" >
  3645.                                      Details</a>-->
  3646.                <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/53834" title="View" class="btn">View</a>
  3647.                                             </div>
  3648.                                         </div>
  3649.                                     </div>
  3650.                                     <!-- end of related videos -->
  3651.                                 <!-- start of related videos -->
  3652.         <div class="relatedv" >
  3653.             <div class="img-cnt transition " data-transition="fadeInUp">
  3654.                                        
  3655.  
  3656.    <img src="http://cinemana.earthlinktele.com/defaultImages/not_available.jpg" data-src="http://tb-cn1.rgwha.elcld.com/posterImages/DCFA2D94-AB08-2FC5-C732-6CC2BCA62619_poster_medium_thumb.png?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1488575011&Signature=eR9hr6fqcBtDpJjDSp6546iQ%2BJU%3D" class="poster55 lazy" width="70" height="170" alt=""/>
  3657.  
  3658.            
  3659.                                    
  3660.                                             <div class="overlay">
  3661.                                                 <br />
  3662.                                                 <span class="title"> Yuki Yuna Is a Hero</span>
  3663.                                            
  3664.                                                                                                 <span class="title"> Episode : 1 | Season : 1</span>
  3665.                                                                                                   <br />
  3666.     <!--   <a href="#info" id="52474" class="fancybox btn bg lightVideoClassInfo" title="Info" >
  3667.                                      Details</a>-->
  3668.                <a href="http://cinemana.earthlinktele.com/page/movie/watch/en/52474" title="View" class="btn">View</a>
  3669.                                             </div>
  3670.                                         </div>
  3671.                                     </div>
  3672.                                     <!-- end of related videos -->
  3673.                                                                
  3674.                                  </div><!-- end of owl-carousel portfolio  -->
  3675.  
  3676.                                 <div class="customNavigation" style="background:#fff;">
  3677.                                     <a class="prev"><i class="icon-chevron-left"></i></a>
  3678.                                     <a class="next"><i class="icon-chevron-right"></i></a>
  3679.                                 </div>
  3680.                             </section>
  3681.                            
  3682.                             <div class="clearfix"></div>
  3683.  
  3684.                             <br />
  3685.                            
  3686.  
  3687. <style>
  3688.         #loadingDiv{
  3689.              position:absolute;
  3690.              width:300px;
  3691.              height:200px;
  3692.              z-index:15;
  3693.              top:80%;
  3694.              left:50%;
  3695.              margin:-100px 0 0 -150px;
  3696.              display:none;
  3697.              
  3698.         }
  3699.     </style>
  3700.   <div id="loadingDiv">
  3701.       <img src="http://cinemana.earthlinktele.com/loadingImages/ajax-loader4.gif" alt=""/>  </div>    
  3702.  
  3703.  
  3704.   <input name="startFromIndexOfComments" id="startFromIndexOfComments" type="hidden" value="0" />
  3705. <input name="limitComments" id="limitComments" type="hidden" value="6" />
  3706.  
  3707.  
  3708. <input name="commentsNumber" id="commentsNumber" type="hidden" value="21" />
  3709.  
  3710. <div id="tempResComment">   </div>
  3711.  
  3712.  
  3713.  
  3714.                           <h2 class="direction-right">
  3715.                                 21  
  3716.                           Comments                           </h2>
  3717.                                    
  3718.                             <div   id="commentArea" >
  3719.                                                     <!-- repeated part in ajax too but change the name of commentInfo to extraCommentInfo -->    
  3720.                                                                             <!-- end repeated part in ajax too -->                  
  3721.                           <div id="deleteCommentResult" >  </div>
  3722.                        
  3723.                              
  3724.                              <div id="extraCommentLocation" >
  3725.                              
  3726.                              </div>
  3727.        
  3728.                            
  3729.  
  3730.                              
  3731.                              
  3732.                              </div><!-- end commentArea -->
  3733.    
  3734.  
  3735.  
  3736.                                                        
  3737.                              <div class="morecomments" id="showMoreComments">
  3738.                                Show More Comments                             </div><!-- end morecomments div -->
  3739.                                                          
  3740.                              
  3741.                              
  3742.                              <!--<form id="target" action="#" class="nm">-->
  3743.     <div class="row">
  3744.  
  3745.         <div class="col-lg-12">
  3746.  
  3747.             <div class="form-group">
  3748.                 <label for="comments">
  3749.                
  3750.          Leave a Comment                   </label>&nbsp;&nbsp;&nbsp; <label id="errorMsgComment" class="redErrorMessageLight" >   </label>
  3751.             <textarea name="comments" class="form-control" id="comments" cols="3" rows="5" placeholder="Enter your message "></textarea>  
  3752.            
  3753.             </div>
  3754.             <input type="button" value=" Leave a Comment" id="addComment" class="pull-left btn btn-primary btn-lg nm">  
  3755.            
  3756.         </div>
  3757.     </div>
  3758. <!--  </form>-->
  3759.                         </div>
  3760.                     </div>
  3761.  
  3762. <div class="col-lg-3 col-md-3 sidebar right">
  3763.  
  3764. <div class="input-group well1 sp-b-20 elanBackground">
  3765. <!--  start adv place -->
  3766.  
  3767. <iframe width="259" height="150" src="http://i3lan.earthlinktele.com/lighttiger/index.php?zoneNb=19"  style="margin:0px ;padding:0px"   scrolling="no" frameborder="0"  >
  3768. </iframe>
  3769.  
  3770.      <!-- end adv place -->
  3771.   </div>
  3772.  
  3773.    
  3774.  
  3775.    <div class="input-group well1 sp-b-20">
  3776.  
  3777.  
  3778.    <img src="http://tb-cn1.rgwha.elcld.com/posterImages/D185E3B9-CF7E-DB4C-5D5B-EF02613F26B2_poster_medium_thumb.png?response-cache-control=max-age%3D2592000&AWSAccessKeyId=I0J6G456M87IARXGNTCP&Expires=1489007195&Signature=I3sNpqAzmPeMKsE2PhHJMSflcFg%3D" class="poster lightPoster  " alt=""/>    
  3779.                                                  
  3780.  
  3781.                         </div>
  3782.  
  3783.                         <h4  class="text-center"> Sherlock                         </h4>
  3784.                        
  3785.                          
  3786.                         <div class="divider fw"></div>
  3787.                        
  3788.                         <div class="movie-info">
  3789.                         <img src="http://cinemana.earthlinktele.com/assetsUI/img/seriesRating/TV-14.png" class="paddingButtop" alt=""/>                                                    
  3790.                         - <span><!--161 min--> </span> &nbsp; | &nbsp;
  3791.                         <span class="star-rating">
  3792.                         <i class="icon-star starLight" >
  3793.                         </i>
  3794.                      9.3                        </span>
  3795.                    </div><!-- end of movie-info-->
  3796.  
  3797.  
  3798. <ul class="c-list b-btm sp-b-20">
  3799.  
  3800.     <li>
  3801.     <span class="key">
  3802.     Genres:
  3803.     </span>
  3804.     <span class="value">
  3805.              Drama
  3806.                   |
  3807.                       Crime
  3808.                   |
  3809.                       Mystery
  3810.                  
  3811.  
  3812.     </span>
  3813.     </li>
  3814.    
  3815.             <li>
  3816.          <span class="key">
  3817.         Release Year        </span>
  3818.         <span class="value">
  3819.              2010        </span>
  3820.          </li>
  3821.      
  3822.   <!-- start writers  -->  
  3823.       <li>
  3824.     <span class="key">
  3825.     Writers:
  3826.     </span>
  3827.     <span class="value">
  3828.             Mark Gatiss
  3829.                   |
  3830.                       Steven Moffat
  3831.                  </span>
  3832.     </li>
  3833.       <!-- end writers  -->  
  3834.    
  3835.    <!-- start directors  -->  
  3836.      
  3837.   <!-- end directors  -->
  3838.  
  3839.   <!-- start actors  -->
  3840.      
  3841.     <li>
  3842.     <span class="key">
  3843.     Actors:
  3844.     </span>
  3845.    
  3846.     <span class="value">
  3847.                     Benedict Cumberbatch
  3848.                             |
  3849.                                             Martin Freeman
  3850.                             |
  3851.                                             Rupert Graves
  3852.                             |
  3853.                                             Una Stubbs
  3854.                              </span>
  3855.  
  3856.     </li>
  3857.        
  3858.   <!-- end actors  -->
  3859.  
  3860.        
  3861.     <!--<li class="last">
  3862.    <span class="key">
  3863.    User Rating    </span>
  3864.    <span class=" icon-star lightColor1"  ></span>
  3865.    <span class=" icon-star lightColor1"  >
  3866.    </span><span class=" icon-star lightColor1" ></span><span class=" icon-star" style="color: #DE6565;"></span><span class=" icon-star" style="color: #DE6565;"></span><span class=" icon-star" style="color: #DE6565;"></span><span class=" icon-star" style="color: #DE6565;"></span><span class="icon-star-half-empty" style="color: #DE6565;"></span><span class=" icon-star-empty" style="color: #DE6565;"></span><span class=" icon-star-empty" style="color: #DE6565;"></span></li>-->
  3867.  
  3868. </ul>
  3869.  
  3870. <div class="divider fw"></div>
  3871.                         <p class="tahoma  " align="center">
  3872.                        
  3873.                          A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.                        
  3874.                         </p>
  3875.                        
  3876.                                                 <a href="http://www.imdb.com/title/tt3845232" target="_blank" >
  3877.                                                
  3878.                        
  3879.                                                  
  3880.                         <div class="tag moreinfo1" >
  3881.                         <i class="icon-film" style="color:#000; ">
  3882.                         </i>
  3883.                         More Info                        
  3884.                          </div>
  3885.                                                  
  3886.                          </a>
  3887.                                                  
  3888.                        
  3889.                        
  3890.                      
  3891.                       <!-- m.aziz, trailer -->
  3892.                                              
  3893.                        
  3894.                                                <div class="divider fw"></div>
  3895.                            
  3896.                       <!-- end trailer -->
  3897.  
  3898.                         <br /><br />
  3899.  
  3900. <!--                        <div class="well">
  3901.                            <h4>Newsletter Signup</h4>
  3902.                            <p>Want to be informed of all the latest news and specials? Sign up for our free newsletters. No spam, we promise.</p>
  3903.                            <input type="text" class="form-control sp-b-10" placeholder="Enter your emailadres">
  3904.                            <button type="submit" class="btn btn-primary pull-right block">Sign up</button>
  3905.                            <div class="clearfix"></div>
  3906.                        </div>-->
  3907.  
  3908.  
  3909.  
  3910.  
  3911.  
  3912.  
  3913.  
  3914.                     </div>    <!--  end col-lg-3 col-md-3 sidebar right-->
  3915.  </div>
  3916.             </div>
  3917.         </section>
  3918.  
  3919.         <!------------------ Hidden Login Form ------------------>
  3920. <div id="login" class="loginResponsive"> <!--  ="width:400px;display: none;padding:20px 50px;" -->
  3921.    <div  style="color:red; " id="loginRes" class="direction-right">   </div>
  3922.    
  3923.     <div class="">
  3924.         <div class="form-group">
  3925.              <label for="name">   Username</label>
  3926.              <input type="text" class="form-control" name="username" id="username" placeholder="Enter your username" value="">
  3927.        
  3928.         </div>
  3929.     </div>
  3930.                          
  3931.     <div class="">
  3932.         <div class="form-group">
  3933.             <label for="email"> Password</label>
  3934.             <input type="password" class="form-control" name="password" id="password" placeholder="Enter your password" value="">
  3935.         </div>
  3936.     </div> 
  3937.  
  3938.  
  3939.  
  3940.     <div class="" >
  3941.         <div class="form-group">
  3942.        <font class="regeneratorCaptchaResult" >
  3943.        
  3944.           </font>
  3945.       <img src="http://cinemana.earthlinktele.com/loadingImages/refresh16.png" style="cursor:pointer" class="captchaRegenerator" alt=""/>                  <br>
  3946.  
  3947.             <label for="capatcha"> Type the text</label>
  3948.             <input type="text" class="form-control" name="capatcha" id="capatcha" placeholder="Type the text" >
  3949.        
  3950.         </div>
  3951.     </div> 
  3952.          
  3953.  
  3954.  
  3955.    
  3956.       <a href="http://cinemana.earthlinktele.com/page/user/forgetPassword/en" id="en">Forgot Username or Password?</a>
  3957.  
  3958.           <img src="http://cinemana.earthlinktele.com/loadingImages/loadingicon.gif" title="Loading" style="position:absolute; top:50%;display:none;" id="loadingLoginImg" name="loadingLoginImg" alt=""/>
  3959.    
  3960.    
  3961.     <form action="" >
  3962.         <input type="checkbox" name="rememberMe" id="rememberMe" value="1"><span class="check">
  3963.          Remember Me         </span>
  3964.     </form>
  3965.    
  3966.     <a href="#" class="btn btn-primary btn-sm   " id="loginMember" style="float: right; width: 100px; margin-top: 18px;">
  3967.       Login      </a>  
  3968.  
  3969.  
  3970. </div>  
  3971.  
  3972.             <!------------------ Hidden Registration Form ------------------>
  3973.  
  3974.       <div id="suchen" class="registrationResponsive" > <!--  style="width:400px;display: none;padding:20px 50px;" -->
  3975.    <div  style="color:red;" id="registerErrorMsg" class="direction-right">    </div>
  3976.    
  3977.    
  3978.         <form action="http://cinemana.earthlinktele.com/page/movie/index/en" method="post" accept-charset="utf-8" class="form-horizontal group-border-dashed" id="searchMoviesForm" style="border-radius: 0px;" onSubmit="checkValueLenght()">          <div>
  3979.                     <div class="form-group">
  3980.                         <label for="title"> Video Title  </label>
  3981.                          <input type="text" class="form-control" autocomplete="off" name="video_title_search" id="video_title_search" maxlength="50" placeholder="Video Title "  value=""/>
  3982.                     </div>
  3983.                 </div>
  3984.    
  3985.                 <div>
  3986.                     <div class="form-group">
  3987.  
  3988.                         <label for="staff">
  3989.                         Video Staff -
  3990.                         <small class="color">
  3991.                         Writer - Director - Actor </small>
  3992.                         </label>
  3993.                          <input type="text" class="form-control" name="staff_search" id="staff_search"  maxlength="50" placeholder="Video Staff" value=""/>
  3994.                     </div>
  3995.                 </div>
  3996.                
  3997.                 <div>
  3998.                                     <div class="form-group">
  3999.                         <label for="type">Type  </label>
  4000.                         <select class="form-control videoTypeMenuLight bgColor" name="videoKind" id="videoKind">
  4001.                           <option value="1"  selected="selected" >Movies</option>
  4002.                           <option value="2"  >Series</option>
  4003.                         </select>
  4004.                     </div>
  4005.                 </div>
  4006.                
  4007.                 <div>
  4008.                    <div class="form-group">
  4009.                        <label for="category">Category  </label>
  4010.                        <select class="form-control"  id="categoryNb" name="categoryNb"  >
  4011.                           <option value="0"  selected="selected" >All</option>
  4012.                                                     <option value="102"  >Arabic dubbed</option>
  4013.                                                     <option value="84"  >Action</option>
  4014.                                                     <option value="56"  >Adventure</option>
  4015.                                                     <option value="59"  >Comedy</option>
  4016.                                                     <option value="62"  >Drama</option>
  4017.                                                     <option value="65"  >Family</option>
  4018.                                                     <option value="60"  >Crime</option>
  4019.                                                     <option value="67"  >Fantasy</option>
  4020.                                                     <option value="77"  >Romance</option>
  4021.                                                     <option value="80"  >Thriller</option>
  4022.                                                     <option value="78"  >Sci-Fi</option>
  4023.                                                     <option value="87"  >Supernatural</option>
  4024.                                                     <option value="57"  >Animation</option>
  4025.                                                     <option value="76"  >Mystery</option>
  4026.                                                     <option value="68"  >History</option>
  4027.                                                     <option value="70"  >Horror</option>
  4028.                                                     <option value="75"  >Musical</option>
  4029.                                                     <option value="58"  >Biography</option>
  4030.                                                     <option value="79"  >Sport</option>
  4031.                                                     <option value="88"  >Music</option>
  4032.                                                     <option value="81"  >War</option>
  4033.                                                     <option value="89"  >Western</option>
  4034.                                                     <option value="90"  >Talk-Show</option>
  4035.                                                     <option value="61"  >Documentary</option>
  4036.                                                     <option value="97"  >Short</option>
  4037.                                                     <option value="101"  >Reality-TV</option>
  4038.                                                     <option value="105"  >Ecchi</option>
  4039.                                                     <option value="104"  >News</option>
  4040.                                                     <option value="106"  >Film-Noir</option>
  4041.                                                 </select>
  4042.                     </div>
  4043.                 </div>
  4044.                
  4045.                 <div>
  4046.                     <div class="form-group">
  4047.                         <label for="emailReg">Star  </label>
  4048.                         <select class="form-control" name="stars_no_search" id="stars_no_search">
  4049.                           <option value="0"  selected="selected" >All</option>
  4050.                                                       <option value="1" >
  4051.                                                          Stars >= 1</option>
  4052.                                                       <option value="2" >
  4053.                                                          Stars >= 2</option>
  4054.                                                       <option value="3" >
  4055.                                                          Stars >= 3</option>
  4056.                                                       <option value="4" >
  4057.                                                          Stars >= 4</option>
  4058.                                                       <option value="5" >
  4059.                                                          Stars >= 5</option>
  4060.                                                       <option value="6" >
  4061.                                                          Stars >= 6</option>
  4062.                                                       <option value="7" >
  4063.                                                          Stars >= 7</option>
  4064.                                                       <option value="8" >
  4065.                                                          Stars >= 8</option>
  4066.                                                       <option value="9" >
  4067.                                                          Stars >= 9</option>
  4068.                                                       <option value="10" >
  4069.                                                          Stars = 10</option>
  4070.                                                    </select>
  4071.                     </div>
  4072.                 </div>
  4073.  
  4074.                 <div>
  4075.                     <div class="form-group">
  4076.                         <label for="emailReg">Release Year  </label>
  4077.                         <select class="form-control" name="release_year_search" id="release_year_search">
  4078.                           <option value="0"    selected="selected">All</option>
  4079.                                                       <option value="1940"  >
  4080.                                                          40s                             </option>
  4081.                                                       <option value="1950"  >
  4082.                                                          50s                             </option>
  4083.                                                       <option value="1960"  >
  4084.                                                          60s                             </option>
  4085.                                                       <option value="1970"  >
  4086.                                                          70s                             </option>
  4087.                                                       <option value="1980"  >
  4088.                                                          80s                             </option>
  4089.                                                       <option value="1990"  >
  4090.                                                          90s                             </option>
  4091.                                                      <option value="2000"  >2000s</option>
  4092.                             <option value="2010"  >2010s</option>
  4093.                           </select>
  4094.                     </div>
  4095.                 </div>
  4096.                
  4097.                  <button class="btn btn-primary" type="submit" style="float:right;">
  4098.                  Search                 <i class="icon-search"></i>
  4099.                  </button>
  4100.  
  4101.                   <img src="http://cinemana.earthlinktele.com/loadingImages/loadingicon.gif" title="Loading" style="position:absolute; top:50%; display:none;" id="loadingSuchenImg" name="loadingSuchenImg" alt=""/>        
  4102.            <!--     <a href="#" id="suchenBtn" class="btn btn-primary btn-sm "  >
  4103.                
  4104.                                </a>-->
  4105.  
  4106.             </form>
  4107.             </div>
  4108.            
  4109.              
  4110.             <!------------------ Hidden Registration Form ------------------>
  4111.  
  4112.             <div id="register" class="registrationResponsive" style="z-index:200" > <!--  style="width:400px;display: none;padding:20px 50px;" -->
  4113.    <div  style="color:red;" id="registerErrorMessage"" class="direction-right">    </div>
  4114.    
  4115.                 <div>
  4116.                     <div class="form-group">
  4117.  
  4118.                         <label for="usernameReg">  Name *</label>
  4119.                          <input type="text" class="form-control" name="nameReg" id="nameReg" placeholder="Enter your name ">
  4120.                     </div>
  4121.                 </div>
  4122.    
  4123.                 <div>
  4124.                     <div class="form-group">
  4125.  
  4126.                         <label for="usernameReg"> Username *</label>
  4127.                          <input type="text" class="form-control" name="usernameReg" id="usernameReg" placeholder="Enter your username ">
  4128.                     </div>
  4129.                 </div>
  4130.                
  4131.                 <div>
  4132.                     <div class="form-group">
  4133.                         <label for="emailReg">Gender *</label>
  4134.                         <select class="form-control" name="gender" id="gender">
  4135.                           <option value="1"  >Male</option>
  4136.                           <option value="2"  >Female</option>
  4137.                         </select>
  4138.                     </div>
  4139.                 </div>
  4140.                
  4141.                 <div>
  4142.                     <div class="form-group">
  4143.                         <label for="emailReg">E-mail *</label>
  4144.                         <input type="email" class="form-control" name="emailReg" id="emailReg" placeholder="Enter your email ">
  4145.                     </div>
  4146.                 </div>
  4147.                
  4148.                 <div>
  4149.                     <div class="form-group">
  4150.                         <label for="passwordReg">Password *</label>
  4151.                         <input type="password" class="form-control" name="passwordReg" id="passwordReg" placeholder="Enter your password  ">
  4152.                     </div>
  4153.                 </div>
  4154.                 <div>
  4155.                     <div class="form-group">
  4156.                         <label for="rePasswordReg">Confirm Password   *</label>
  4157.                         <input type="password" class="form-control" name="rePasswordReg" id="rePasswordReg" placeholder="Confirm your password">
  4158.                     </div>
  4159.                 </div>
  4160.  
  4161.  
  4162.           <img src="http://cinemana.earthlinktele.com/loadingImages/loadingicon.gif" title="Loading" style="position:absolute; top:50%; display:none;" id="loadingRegisterImg" name="loadingRegisterImg" alt=""/>        
  4163.                 <a href="#" id="registerLight" class="btn btn-primary btn-sm "  style="float:right;width:100px;">
  4164.                
  4165.                 Register                </a>
  4166.  
  4167.  
  4168.             </div>
  4169.  
  4170.  
  4171.            </div> <!-- end for the main content --><!--     <ul class="dropdown-menu txtcountry "
  4172.         style="position: absolute;
  4173.    top: 40px;
  4174.    right: 100px !important;  float:right !important;  "
  4175.         role="menu" aria-labelledby="dropdownMenu"
  4176.          id="DropdownCountryTop">
  4177.      </ul>-->
  4178.      
  4179.      
  4180.        
  4181.       <style>
  4182.         #loadingLoginDiv{
  4183.              position:absolute;
  4184.              width:300px;
  4185.              height:200px;
  4186.              z-index:15;
  4187.              top:10%;
  4188.              left:50%;
  4189.              margin:-100px 0 0 -150px;
  4190.              display:none;
  4191.              
  4192.         }
  4193.     </style>
  4194.   <div id="loadingLoginDiv">
  4195.       <img src="http://cinemana.earthlinktele.com/loadingImages/tiger-silho1.gif" alt=""/>  </div>
  4196.  
  4197. <input name="lang" id="lang" type="hidden" value="en" />
  4198. <input name="kindHidden" id="kindHidden" type="hidden" value="3" />
  4199. <!-- hidden div for messages of schudeuled message -->      
  4200.          <div id="watchLaterResult"  style="display:none;">   </div>           
  4201.            
  4202.  <!-- end hidden div for messages of schudeuled message -->
  4203.    <div class="wrapper  ">  
  4204.    <footer>
  4205.  
  4206.                  <div class="bottomarea">
  4207.  
  4208.                     <div class="container">
  4209.  
  4210.                         <div class="row">
  4211.                             <div class="col-lg-6">
  4212.                            
  4213.                              Copyright ©                              2017                             Earthlinktele.com All rights reserved.                                                            
  4214.                             </div>
  4215.                            
  4216.                         </div>
  4217.  
  4218.                     </div>
  4219.  
  4220.                 </div>
  4221.  
  4222.             </footer>
  4223.            
  4224.             </div>  
  4225.            
  4226.            
  4227.  
  4228.            
  4229.                            
  4230.         <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  4231.         <script src="http://cinemana.earthlinktele.com/assetsUI/js/jquery-1.8.3.min.js"></script>
  4232.                    <!-- auto completion scripts -->
  4233.        <!-- <script src="http://cinemana.earthlinktele.com/assetsUI/js/jquery-1.8.3.min.js"></script>-->
  4234.       <script src="http://cinemana.earthlinktele.com/assetsUI/autocomplate/jquery-ui.js"></script>
  4235.  
  4236.  
  4237.            
  4238.       <!-- suchenInput  genral search always -->
  4239.      <script>
  4240.       $(function() {
  4241.          // alert('light');
  4242.           var lang = $('input[type=hidden]#lang').val();
  4243.           var kind = 3;//$('input[type=hidden]#kindHidden').val();
  4244.           var base_url = 'http://cinemana.earthlinktele.com/';
  4245.           var link_url = base_url + 'page/movie/watch/en/';
  4246.  
  4247.           $("#suchenInput").autocomplete({
  4248.             source: base_url + "page/movie/ajaxAutoCompletionSearch/"+lang+'/'+kind // name of controller followed by function
  4249.           }).data( "ui-autocomplete" )._renderItem = function( ul, item ) {
  4250.              
  4251.                 var inner_html = '<a href="' + link_url + item.id + '"><div class="list_item_container"><div ><img class="image" src="' + item.image + '"  ></div><div class="label color">' + item.label + '</div><div class="description">' + item.year + ' <font color="orange" >' + item.published + '</font></div><div class="vertical-text-light   " >' + item.kindStr + '</div></div></a>';
  4252.                 return $( "<li></li>" )
  4253.                     .data( "item.autocomplete", item )
  4254.                     .append(inner_html)
  4255.                     .appendTo( ul );
  4256.             };
  4257.       });
  4258.      </script>
  4259.            
  4260. <!--  End auto completion -->      
  4261.              <!--   <script>
  4262.      $(function() {
  4263. //alert('label click ');
  4264.      $('.label').click(  
  4265.         function()
  4266.            {//2
  4267.              alert('you click on this item ');
  4268.            
  4269.            
  4270.            }//2
  4271.          )//end of click
  4272.        });
  4273.     </script>-->        <script src="http://cinemana.earthlinktele.com/assetsUI/js/bootstrap.min.js"></script>
  4274.         <script src="http://cinemana.earthlinktele.com/assetsUI/js/jquery.easing.1.3.js"></script>
  4275.         <script src="http://cinemana.earthlinktele.com/assetsUI/js/jquery-timing.min.js"></script>
  4276.         <script src="http://cinemana.earthlinktele.com/assetsUI/js/functionscee1.js?time=1388545067"></script>
  4277.         <script src="http://cinemana.earthlinktele.com/assetsUI/js/jquery.fancybox.js"></script>
  4278.         <script type="text/javascript" src="http://cinemana.earthlinktele.com/assetsUI/assets/scrollup-master/js/jquery.scrollUp.min.js"></script>
  4279.         <script type="text/javascript" src="http://cinemana.earthlinktele.com/assetsUI/assets/fancyapps-fancyBox-18d1712/source/jquery.fancybox.pack8cbb.js?v=2.1.5"></script>
  4280.         <script type="text/javascript" src="http://cinemana.earthlinktele.com/assetsUI/assets/revolution-slider/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
  4281.         <script type="text/javascript" src="http://cinemana.earthlinktele.com/assetsUI/assets/jquery.appear-master/jquery.appear.js"></script>
  4282.         <script type="text/javascript" src="http://cinemana.earthlinktele.com/assetsUI/assets/rendro-easy-pie-chart-20d9260/dist/jquery.easypiechart.js"></script>
  4283.         <script type="text/javascript" src="http://cinemana.earthlinktele.com/assetsUI/assets/owl-carousel/owl-carousel/owl.carousel.js"></script>
  4284.         <script type="text/javascript" src="http://cinemana.earthlinktele.com/assetsUI/assets/mixitup-1.5.5/jquery.mixitup.min.js"></script>
  4285.        
  4286.        
  4287.     <!-- <script src="http://cinemana.earthlinktele.com/assetsUI/js/uiSiteJs.js"></script>-->
  4288.      
  4289.  
  4290.  
  4291.         <!-- Piwik -->
  4292.  <script type="text/javascript">
  4293. //   var _paq = _paq || [];
  4294. //   _paq.push(['trackPageView']);
  4295. //   _paq.push(['enableLinkTracking']);
  4296. //   (function() {
  4297. //     var u=(("https:" == document.location.protocol) ? "https" : "http") + "://cinemana.earthlinktele.com/lighttiger/";
  4298. //     _paq.push(['setTrackerUrl', u+'piwik.php']);
  4299. //     _paq.push(['setSiteId', 1]);
  4300. //     var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
  4301. //     g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
  4302. //   })();
  4303. </script>
  4304. <noscript>
  4305. <!--<p>
  4306. <img src="http://cinemana.earthlinktele.com/lighttiger/piwik.php?idsite=1" style="border:0;" alt="" /></p>--></noscript>
  4307.  
  4308. <!-- End Piwik Code -->
  4309.  
  4310.   <script src="http://cinemana.earthlinktele.com/unveil-master/jquery.unveil.js"></script>
  4311. <!--<script src="jsLazyLoad/jquery.lazyload.js"></script>-->
  4312.   <script type="text/javascript" charset="utf-8">
  4313.   $(function() {
  4314.    //  $("img.lazy").lazyload();
  4315. /*     $("img.lazy").lazyload({
  4316.           effect : "fadeIn",
  4317.           event : "scroll",
  4318.           skip_invisible : false,
  4319.           threshold : 100,//Setting threshold to 200 causes image to load 200 pixels before it appears on viewport.
  4320.        });*/
  4321.    
  4322.    
  4323.  
  4324.     $(document).ready(function() {
  4325.          $("img").unveil(300);
  4326.           $(window).trigger("lookup");
  4327.      
  4328.     });  
  4329.        
  4330.   });
  4331.   </script>
  4332.  
  4333.  
  4334.   <!-- Piwik -->
  4335. <script type="text/javascript">
  4336.   var _paq = _paq || [];
  4337.   _paq.push(["setDomains", ["*.cinemana.earthlinktele.com"]]);
  4338.   _paq.push(['trackPageView']);
  4339.   _paq.push(['enableLinkTracking']);
  4340.   (function() {
  4341.     var u="//192.168.222.65/";
  4342.     _paq.push(['setTrackerUrl', u+'piwik.php']);
  4343.     _paq.push(['setSiteId', 4]);
  4344.     var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  4345.     g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
  4346.   })();
  4347. </script>
  4348. <noscript><p><img src="//192.168.222.65/piwik.php?idsite=4" style="border:0;" alt="" /></p></noscript>
  4349. <!-- End Piwik Code -->
  4350.  
  4351.   </body>
  4352.  
  4353. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement