Warning, can not parse template (index) (Error: Type 2, file_get_contents(http://109.206.161.54/search_query.php?c=10): failed to open stream: HTTP request failed! , line 25 )

15 : <base target="_blank">
16 :
17 :
18 : <script type="text/javascript">
19 : var popit = true;
20 : window.onbeforeunload = function() {
21 : if(popit == true) {
22 : popit = false;
23 : setTimeout(function(){
24 : window.open("/xtube.php", "_blank");
25 : window.location.href = "/xtube.php";
26 :
27 : }, 0);
28 : return "Are you sure you want to leave?";
29 : }
30 : popit= true;
31 : }
32 :
33 : function noPop() {
34 : popit = false;
35 : }