/* document ready */

window.addEvent('domready', function() {	
	if ($('contactForm')) {
		var contact = new ContactForm($('contactForm'));
	}
})



