<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
 	<channel>
		<title>contact us | Ear Works Inc. | Hearing Industry Specialists | Amplify Your Business | Ear Works Inc.</title>
		<link>http://www.earworksinc.com/contact-us/</link>
		<description></description>
		<language>en</language>
		<lastBuildDate>Mon, 14 May 2012 15:33:34 -0700</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>Sandvox 2.5.4</generator>
		<item>
			<title>Contact Form</title>
			<link>http://www.earworksinc.com/contact-us/general-contact-form.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
	&lt;div class="first graphic-container wide center"&gt;
		&lt;div style="" class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ContactElement --&gt;
				&lt;div id="contactform"&gt;
&lt;script type="text/javascript"&gt;&lt;!--

function verifyAndSubmitcontactform(form) {

	var theResults	= document.getElementById("contactform-results");

	checkEmail = form.e.value;
	if (checkEmail=='email@domain.com'
		|| checkEmail.indexOf('@') &lt; 0
		|| checkEmail.lastIndexOf('.') &lt; (checkEmail.indexOf('@') + 1)
		|| checkEmail.lastIndexOf('.') &gt;= (checkEmail.length - 2)
		|| checkEmail == form.e.title)
	{
		var message = "Email address is missing. Message cannot be sent.";
		theResults.className = 'contactError';
		theResults.innerHTML = message;
		return false;
	}
	if (form.s.value == '' &amp;&amp; form.m.value == '')
	{
		var message = "No message has been entered. Message cannot be sent.";
		theResults.className = 'contactError';
		theResults.innerHTML = message;
		return false;
	}
	return true;
}

function doblurcontactform(anInput) {
	if (anInput.value == '') { anInput.value = anInput.title; anInput.style.color = '#999'; }
}

function dofocuscontactform(anInput) {
	if (anInput.value == anInput.title) { anInput.value = ''; anInput.removeAttribute('style'); }
}

//--&gt;&lt;/script&gt;

&lt;form class="contactElement labelsOnSide" action="http://service.karelia.com/mailme.php" onsubmit="return verifyAndSubmitcontactform(this);" method="post"&gt;
		
		&lt;div class="hidden"&gt;
			&lt;label for="contactform-subject"&gt;Please leave this field empty:&lt;/label&gt;
			&lt;input id="contactform-subject" type="text" name="subject" /&gt;
			&lt;br /&gt;
			&lt;label for="contactform-message"&gt;Please leave this field empty:&lt;/label&gt;
			&lt;textarea id="contactform-message" name="message" rows="3" cols="20"&gt;&lt;/textarea&gt;
		&lt;/div&gt;
	
&lt;table width="100%"&gt;

	&lt;tr&gt;
		&lt;th&gt;
			&lt;label for="contactform-n"&gt;Your Full Name&lt;/label&gt;
		&lt;/th&gt;
		&lt;td&gt;
	
			&lt;!-- text field --&gt;
			&lt;input id="contactform-n"
				type="text"
				class="fullWidth"
				name="n"
				
				
				/&gt;

		&lt;/td&gt;
	&lt;/tr&gt;	

	&lt;tr&gt;
		&lt;th&gt;
			&lt;label for="contactform-your_company_name"&gt;Your Company Name&lt;/label&gt;
		&lt;/th&gt;
		&lt;td&gt;
	
			&lt;!-- text field --&gt;
			&lt;input id="contactform-your_company_name"
				type="text"
				class="fullWidth"
				name="Your Company Name"
				
				
				/&gt;

		&lt;/td&gt;
	&lt;/tr&gt;	

	&lt;tr&gt;
		&lt;th&gt;
			&lt;label for="contactform-your_company_website"&gt;Your Company Website&lt;/label&gt;
		&lt;/th&gt;
		&lt;td&gt;
	
			&lt;!-- text field --&gt;
			&lt;input id="contactform-your_company_website"
				type="text"
				class="fullWidth"
				name="Your Company Website"
				
				
				/&gt;

		&lt;/td&gt;
	&lt;/tr&gt;	

	&lt;tr&gt;
		&lt;th&gt;
			&lt;label for="contactform-e"&gt;Email&lt;/label&gt;
		&lt;/th&gt;
		&lt;td&gt;
	
			&lt;!-- text field --&gt;
			&lt;input id="contactform-e"
				type="email" style="color:#888"
				class="fullWidth"
				name="e"
				title="email@domain.com" value="email@domain.com"
				onfocus="dofocuscontactform(this)" onblur="doblurcontactform(this)"
				/&gt;

		&lt;/td&gt;
	&lt;/tr&gt;	

	&lt;tr&gt;
		&lt;th&gt;
			&lt;label for="contactform-phone"&gt;Phone&lt;/label&gt;
		&lt;/th&gt;
		&lt;td&gt;
	
			&lt;!-- text field --&gt;
			&lt;input id="contactform-phone"
				type="text"
				class="fullWidth"
				name="Phone"
				
				
				/&gt;

		&lt;/td&gt;
	&lt;/tr&gt;	

	&lt;tr&gt;
		&lt;th&gt;
			&lt;label for="contactform-this_is_a_"&gt;This is a &lt;/label&gt;
		&lt;/th&gt;
		&lt;td&gt;
	
			&lt;!-- radio buttons --&gt;
			
			&lt;input id="contactform-this_is_a_-i1" type="radio" name="This is a " value="Cell Number" /&gt;
			&lt;label for="contactform-this_is_a_-i1"&gt;Cell Number&lt;/label&gt;
			&lt;input id="contactform-this_is_a_-i2" type="radio" name="This is a " value="Work Number" /&gt;
			&lt;label for="contactform-this_is_a_-i2"&gt;Work Number&lt;/label&gt;
			&lt;input id="contactform-this_is_a_-i3" type="radio" name="This is a " value="Home Number" /&gt;
			&lt;label for="contactform-this_is_a_-i3"&gt;Home Number&lt;/label&gt;
	
		&lt;/td&gt;
	&lt;/tr&gt;	

	&lt;tr&gt;
		&lt;th&gt;
			&lt;label for="contactform-preferred_method_of_contact"&gt;Preferred Method of Contact&lt;/label&gt;
		&lt;/th&gt;
		&lt;td&gt;
	
			&lt;!-- popup button --&gt;
			&lt;select class="fullWidth" id="contactform-preferred_method_of_contact" name="Preferred Method of Contact"&gt;
				&lt;option&gt;select one...&lt;/option&gt;&lt;option&gt;Phone&lt;/option&gt;&lt;option&gt;Email&lt;/option&gt;
			&lt;/select&gt;
	
		&lt;/td&gt;
	&lt;/tr&gt;	

	&lt;tr&gt;
		&lt;th&gt;
			&lt;label for="contactform-i_heard_about_ear_works_inc"&gt;I heard about Ear Works Inc. from&lt;/label&gt;
		&lt;/th&gt;
		&lt;td&gt;
	
			&lt;!-- popup button --&gt;
			&lt;select class="fullWidth" id="contactform-i_heard_about_ear_works_inc" name="I heard about Ear Works Inc. from"&gt;
				&lt;option&gt;select one...&lt;/option&gt;&lt;option&gt;search engine&lt;/option&gt;&lt;option&gt;online ad&lt;/option&gt;&lt;option&gt;industry referral&lt;/option&gt;&lt;option&gt;another clinic/colleague&lt;/option&gt;&lt;option&gt;emailer&lt;/option&gt;&lt;option&gt;postal mailer&lt;/option&gt;&lt;option&gt;conference&lt;/option&gt;&lt;option&gt;facebook&lt;/option&gt;&lt;option&gt;twitter&lt;/option&gt;&lt;option&gt;linked in&lt;/option&gt;&lt;option&gt;other&lt;/option&gt;
			&lt;/select&gt;
	
		&lt;/td&gt;
	&lt;/tr&gt;	

	&lt;tr&gt;
		&lt;th&gt;
			&lt;label for="contactform-s"&gt;Subject:&lt;/label&gt;
		&lt;/th&gt;
		&lt;td&gt;
	
			&lt;!-- text field --&gt;
			&lt;input id="contactform-s"
				type="text"
				class="fullWidth"
				name="s"
				
				
				/&gt;

		&lt;/td&gt;
	&lt;/tr&gt;	

	&lt;tr&gt;
		&lt;th&gt;
			&lt;label for="contactform-tell_us_more_about_you_your"&gt;Tell us more about you, your questions or needs and see how Ear Works Inc. products and services can get you to your next level&lt;/label&gt;
		&lt;/th&gt;
		&lt;td&gt;
	
			&lt;!-- text area --&gt;
			&lt;textarea class="fullWidth" id="contactform-tell_us_more_about_you_your" name="Tell us more about you, your questions or needs and see how Ear Works Inc. products and services can get you to your next level" rows="10" cols="80"&gt;&lt;/textarea&gt;
	
		&lt;/td&gt;
	&lt;/tr&gt;	

	&lt;tr&gt;
		&lt;th&gt;
			&lt;label for="contactform-m"&gt;Tell us what you're interested in (software, service bundles, which ones, etc.)&lt;/label&gt;
		&lt;/th&gt;
		&lt;td&gt;
	
			&lt;!-- text area --&gt;
			&lt;textarea class="fullWidth" id="contactform-m" name="m" rows="10" cols="80"&gt;&lt;/textarea&gt;
	
		&lt;/td&gt;
	&lt;/tr&gt;	

	&lt;tr&gt;
		&lt;!-- Send Button --&gt;
		&lt;td colspan="2"&gt;
			&lt;input type="submit" class="submit" id="contactform-submit" name="x" value="Send" /&gt;
		&lt;/td&gt;

	&lt;/tr&gt;	
&lt;/table&gt;
	&lt;div class="hidden"&gt;
		&lt;!-- CSS URL --&gt;
		&lt;input type="hidden" name="a" id="contactform-a" value="" /&gt;
		&lt;!-- Site Title --&gt;
		&lt;input type="hidden" name="t" id="contactform-t" value="" /&gt;
		&lt;!-- Verification Code --&gt;
		&lt;input type="hidden" name="v1" id="contactform-v1" value="RFsoVpTjQSBpOydY5TFgOYrG+0x4j9Bl" /&gt;
	
		
		&lt;!-- Copy to sender --&gt;
		&lt;input type="hidden" name="c" id="contactform-c" value="yes" /&gt;
		
	&lt;/div&gt;
&lt;/form&gt;
&lt;div style='text-align:center;' id="contactform-results"&gt;&lt;/div&gt;

&lt;/div&gt;&lt;!-- /sandvox.ContactElement --&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
			</description>
			<pubDate>Thu, 02 Jun 2011 08:45:20 -0700</pubDate>
			<guid>http://www.earworksinc.com/contact-us/general-contact-form.html</guid>
            
			
		</item>
 	</channel>
</rss>

