<?php
    header("Content-type: text/javascript");
    echo str_repeat(" ", 100000);
    sleep(1);
?>
