header("Content-Type: text/html; charset=windows-1251");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Pragma: no-cache");
extract($_GET);
$ch=curl_init("http://link.jetswap.com/linkex.php?u=3052&c=$c&p=$p&a=$a");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
echo curl_exec($ch);
curl_close($ch);