<?php
header('Access-Control-Allow-Origin: *');
header('Content-Type: application/javascript');
echo '2;'
?>
