function write_im() {
document.writeln('<head><meta http-equiv=pragma content=no-cache><meta http-equiv=cache-control content=no-cache><meta http-equiv=expires content=0></head>');
document.writeln('Powered by <a target=_blank href=http://www.whisktech.com/phlogger>Phlogger</a><br>');
document.writeln('<form method=POST action=http://www.whisktech.com/cgi-bin/formmail.pl>');
document.writeln('<input type=hidden name=recipient value=phlogger@whisktech.com>');
document.writeln('<input type=hidden name=subject value=phloggerIM:danielang>');
document.writeln('<input type=hidden name=redirect value=',window.location,'>');
document.writeln('name: <input type=text maxlength=18 size=5 name=name><br><input type=text size=10 name=message maxlength=440><br><input type=submit value="Send SMS">');
document.writeln('</form>');
}
write_im();
