document.write("
\n"); document.write(" \n"); document.write(" \n"); document.write("
function getShortUrl($url) {\n");
document.write("  $tinyurl = file_get_contents("http://tinyurl.com/api-create.php?url=".$url);\n");
document.write("  return $tinyurl;\n");
document.write("}\n");
document.write("<\/pre>\n");
document.write("