simple 1 file contact page updated

My simple 1 page/file php/jquery contact form has now been updated to include very simple spam detection - based on http://devgrow.com/examples/honeypot/

since implementing this on my contact form: http://justin.kelly.org.au/#contact_form i haven't had any more comment/form spam
-- its a very simple method - but it works 

Simple 1 page PHP/JQuery contact form

I've been after a simple 1 file contact form in PHP and jQuery for ages,

below is a dead simple cut&paste solution for a simple contact form 

refer: http://justin.kelly.org.au/contact.php for a live example
-- also http://justin.kelly.org.au/#contact_form for example of it embedded in another page  

refer code inline below

note: updated 12 July 2010 with super simple spam detection based on http://devgrow.com/examples/honeypot/