longLoadScript.php 77 Bytes
<?php
sleep((int)$_GET['sleep']);
header('Content-type: text/javascript');
?>