function form_init() {

	/*
	bring in the form partials for initial setup
	*/
	
	// Uncomment the below line for the news letter signups. This should put the form signup into a div called 'newsletter'.
	// May need to tweak JS as this is bought in on every page the moment.
	
	//new Ajax.Updater('newsletter', '/newsletter/signup', {asynchronous:true});
	new Ajax.Updater('contact', '/contact/contact_us', {asynchronous:true});
}
