<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>darkconspiracies.com</title>
  	<link href="http://dmcdn.216mall.com/themes/sys-default-adult/css/style.css" media="screen" rel="stylesheet" type="text/css" >
	<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>

	<script type="text/javascript">
  //  var  mobile_redirect_url = '/index?mobile=1';
//
//  if(undefined != mobile_redirect_url &&
//    navigator.userAgent.match(/(iphone|android|blackberry|ipod|opera mini|symbian|webos)/i)) {
//
//      if(!mobile_redirect_url.match(/(http|https):\/\//i)) {
//        mobile_redirect_url = mobile_redirect_url;
//      }
//
//      location.replace(mobile_redirect_url);
//  }
  
	/**
	 * Get the Google AFD response ad store the responses in array
	 */
	var json_afd = []; // Holds the Google AFD responses in array
	function google_afd_ad_request_done(google_afd_response)
	{
				if (undefined != google_afd_response.adult && 'false' == google_afd_response.adult) {
			 			window.location = '/index?adult=0';
		}
		
		json_afd.push(google_afd_response); // Add the Google AFD response in array

	}

	/**
	 * Load the template returned in AJAX response
	 */
	function landingResponse(ajax_res)
	{
		$('#tpl-container').html(ajax_res);

		
		//Track Browser Variables
		var return_tracking_data = setTrack();
		json_afd[[7][0]] = return_tracking_data;

		//doAjax('http://localhost/newfront/public/tracking/index', json_afd, trackingResp);
		doAjax('/tracking/index', json_afd, trackingResp);
			}

	/**
	 * Tracking AJAX response
	 */
	function trackingResp(track_res)
	{}

	/**
	 * Generic AJAX function
   *
	 * @param string url
	 * @param string data
   * @param string callbackFunction
	 * @param string method
	 * @param string data_type
	 * @param boolean async
	 *
	 */
	function doAjax(url, data, callback_function, method, data_type, async)
  {
    var $async = ('' != async && undefined != async) ? async : true;
		var $method = ('' != method && undefined != method) ? method : 'post';
		var $data_type = ('' != data_type && undefined != data_type) ? data_type : 'html';

		$.ajax({
	    url: url,
	    type: $method,
	    async: $async,
		  data: {data: data},
		  dataType: $data_type,
	    success: callback_function,
	    error: function (xhr, ajaxOptions, thrownError) {
	      console.log(xhr.status);
	      console.log(thrownError);
	    }

	  });
	}
	</script>

	<!-- AFD Request/Response 1 Start-->
  <script type="text/javascript">
  var google_afd_request = {
    adtest: 'off',
    client: 'ca-dp-sphere01_adult_js',
    domain_name: 'darkconspiracies.com',
    kw: '',
    kw_type: '',
    num_ads: '10',
    channel: 'Camp970,100014,02000',
    num_radlinks: 0,
    hl: 'en'
  }
  </script>

  <script type="text/javascript" src="http://pagead2.googlesyndication.com/apps/domainpark/show_afd_ads.js"></script>
<!-- AFD Request/Response 1 End-->

<!-- AFD Request/Response 2 Start-->
  <script type="text/javascript">
	var google_afd_request = {
      adtest: 'off',
      client: 'ca-dp-sphere-radlinks_js',
      domain_name: 'darkconspiracies.com',
      num_ads: 0,
      num_radlinks: 20,
      hl: 'en',
      
    }
	</script>
	<script type="text/javascript" src="http://pagead2.googlesyndication.com/apps/domainpark/show_afd_ads.js"></script><!-- AFD Request/Response 2 End-->

	<script type="text/javascript">
	if (1 <= json_afd.length)
  {
    if (json_afd[0].faillisted == true)
    {
      var zhol_data = {
        'faillist_reason' : json_afd[0].faillist_reason,
        'domain_name' : 'darkconspiracies.com'
      };
      doAjax('/ajax/zhol/', zhol_data, zholResponse, '', 'text', 'false');
    }


    if (json_afd[0].needsreview == true)
    {
      var zhol_data = {
        'faillist_reason' : 'need to review this domain',
        'domain_name' : 'darkconspiracies.com'
      };

      doAjax('/ajax/zhol/', zhol_data, zholResponse, '', 'text', 'false');
    }

    if (json_afd[0].blocked == true)
    {
      var zhol_data = {
        'blocked' : 1,
        'faillist_reason' : 'Domain is blocked.',
        'domain_name' : 'darkconspiracies.com'
      };

      doAjax('/ajax/zhol/', zhol_data, zholResponse, '', 'text', 'false');
    }


		// No Ads are returned by Google Reponse
		if (undefined == json_afd[0].ads || !json_afd[0].ads.length)
		{
			//doAjax('/index/noads', json_afd, landingResponse);
			//json_afd.push({no_ads: 1});
			json_afd[[2][0]] = 1; // no-ads make it to 'TRUE'
		}
		else
		{
		//doAjax('', json_afd, landingResponse);
			//json_afd.push({no_ads: 0});
			json_afd[[2][0]] = 0; // no-ads make it to 'FALSE'
		}

		//doAjax('http://localhost/newfront/public/ajax/landing', json_afd, landingResponse);
		doAjax('/ajax/landing/', json_afd, landingResponse);
	}

  function zholResponse(response)
  {
    window.location.href = response;
    return false;
  }


	function ajaxClick(click_type,adline1,adline2,adnum,adurl,url_href,reftype,searchterm)
  {
	  var json_data = {'click_type' : click_type, 'adline1' : adline1, 'adline2' : adline2, 'adposition' : adnum,
			'adurl' : adurl, 'url_href' : url_href, 'reftype' : reftype, 'searchterm' : searchterm};
	    $.post('/tracking/ajax-click-track/', {data: json_data}, function(res1) {
				//console.log(res1);
		  });
	}
	</script>
</head>

<body>
	<noscript>
		<meta http-equiv="refresh" content="0;url=http://toptrafficsource.com/?domain=darkconspiracies.com">
	</noscript>
<div id="tpl-container"></div><pre><!--
<SCRIPT TYPE="text/javascript" SRC="http://loadus.exelator.com/load/?p=341&g=004&ctg=&subctg=&kw=">
</SCRIPT>  -->

<script type="text/javascript" src="http://dmcdn.216mall.com/themes/js/plugins.js"></script><script type="text/javascript">



function setTrack()
{
	browser_data = null;
	  return browser_data;
}


</script>

</body>
</html>
