/*----------------------------------------------------------------------------------------*/

document.observe('dom:loaded', function(){	
	if($('contactForm')) {
		$$("#contactForm input.prompt").each(function(el) { new PromptHighlighter(el); })
	}
})