<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
 	<channel>
		<title>SOFTWARE EW Inc. Toolkit Component</title>
		<link>http://www.earworksinc.com/ew4-software/</link>
		<description></description>
		<language>en</language>
		<lastBuildDate>Mon, 14 May 2012 15:33:14 -0700</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>Sandvox 2.5.4</generator>
		<item>
			<title>Ear Works 5 Preview</title>
			<link>http://www.earworksinc.com/ew4-software/ear-works-5-preview/</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;strong&gt;In the 3 years&lt;/strong&gt; since the first launch of Ear Works 4 many things have happened in the highly dynamic world of technology:
&lt;/p&gt;
	&lt;div class="first callout-container"&gt;
		&lt;div class="callout"&gt;
			&lt;div class="callout-content"&gt;
				&lt;div class="pagelet titled i1 o last-item"&gt;
						
					&lt;h4 class="title pagelet-title"&gt;&lt;span class="in"&gt;EW5 Pre-release Form&lt;/span&gt;&lt;/h4&gt;
    &lt;div class="pagelet-body"&gt;

					&lt;div&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;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-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-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"
				title="I'm interested in the EW5 upgrade" value="I'm interested in the EW5 upgrade"
				
				/&gt;

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

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

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

	&lt;tr&gt;
		&lt;th&gt;
			&lt;label for="contactform-m"&gt;Message:&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="RFsoVpTjQSBpOydY5TFgOUyu0Jynci5YuPrQqSaxiqraAPwTycu9mQ==" /&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;
		&lt;/div&gt;
	&lt;/div&gt;&lt;p&gt;- we’ve been blown away by the rise of tablets pioneered by the iPad&lt;br /&gt;- we’ve seen 4 versions of iPhone, 3 iOS versions, the birth and growth of Android OS and an explosion in mobile computing&lt;br /&gt;&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Tue, 01 Nov 2011 13:48:08 -0700</pubDate>
			<guid>http://www.earworksinc.com/ew4-software/ear-works-5-preview/</guid>
            <enclosure url="http://www.earworksinc.com/_Media/reportwiz.png" type="image/png"></enclosure>
			
		</item>
		<item>
			<title>Screenshots and Videos</title>
			<link>http://www.earworksinc.com/ew4-software/screenshots-and-videos/</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;Get a taste of the EW4 look and feel with the tools below.
&lt;/p&gt;&lt;p&gt;And if this is not enough, remember you can always take it for a spin with:
&lt;/p&gt;&lt;p&gt;- the &lt;a href="~PAGEID~06669C623C634C9BA140"&gt;live EW4 test environment&lt;/a&gt;
&lt;/p&gt;&lt;p&gt;- your own &lt;a href="~PAGEID~4FE4EB2C77B443F19447"&gt;unlimited trial version&lt;/a&gt;…&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Mon, 17 Jan 2011 04:43:29 -0800</pubDate>
			<guid>http://www.earworksinc.com/ew4-software/screenshots-and-videos/</guid>
            
			
		</item>
		<item>
			<title>Premium Plus</title>
			<link>http://www.earworksinc.com/ew4-software/premium-plus/</link>
			<description>
				&lt;div class="article-summary"&gt;
	&lt;div class="first callout-container"&gt;
		&lt;div class="callout"&gt;
			&lt;div class="callout-content"&gt;
				&lt;div class="pagelet titled i1 o"&gt;
						
					&lt;h4 class="title pagelet-title"&gt;&lt;span class="in"&gt;&lt;font color="#FE5130"&gt;Reference&lt;/font&gt;&lt;/span&gt;&lt;/h4&gt;
    &lt;div class="pagelet-body"&gt;

&lt;div class="RichTextElement"&gt;
    
					&lt;div&gt;
						&lt;p&gt;&lt;span style="font-family: 'Lucida Grande'; "&gt;"&lt;/span&gt;&lt;span style="color: rgb(146, 146, 146); font-family: 'Lucida Grande'; "&gt;The Premium Plus Service provided by Markus Hilbert and Florin Voinescu is an excellent service, which was tailored to the needs of my clinic.  Ear Works has succeeded in creating a very powerful and comprehensive office management program, which in my opinion is by far the best in the industry. The Premium Plus Service was extremely valuable to fully maximize the many beneficial features of the program.&lt;br /&gt;


Markus and Florin's experience and expertise is very evident and they both have a deep understanding of the business of hearing healthcare.  On a personal level, Markus and Florin are extremely pleasant to deal with and impressed me with their professional and efficient manner."&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: right; "&gt;&lt;span style="color: rgb(146, 146, 146); font-family: 'Lucida Grande'; "&gt;A.C. in Ontario&lt;/span&gt;&lt;/p&gt;

					&lt;/div&gt;
&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
				&lt;div class="pagelet untitled i2 e last-item"&gt;
					
    &lt;div class="pagelet-body"&gt;
		
					&lt;div class="elementIntroduction"&gt;
						&lt;p&gt;&lt;font color="#F85E1B"&gt;Yes, I'd like to maximize my return with my EW4 investment with EW4 Premium Plus&lt;/font&gt;&lt;/p&gt;






					&lt;/div&gt;

					&lt;div&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 labelsOnTop" 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;p&gt;

	

	
	&lt;label for="contactform-n"&gt;Name&lt;/label&gt;&lt;br /&gt;
	
	
	
	
	
	
	&lt;!-- text field --&gt;
	&lt;input id="contactform-n"
		class="fullWidth"
		type="text"
		name="n"
		
		
		/&gt;

	
	
	
	
	
	
&lt;br /&gt;
	

	

	
	&lt;label for="contactform-s"&gt;Clinic Name&lt;/label&gt;&lt;br /&gt;
	
	
	
	
	
	
	&lt;!-- text field --&gt;
	&lt;input id="contactform-s"
		class="fullWidth"
		type="text"
		name="s"
		
		
		/&gt;

	
	
	
	
	
	
&lt;br /&gt;
	

	

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

	
	
	
	
	
	
&lt;br /&gt;
	

	
	&lt;!-- hidden --&gt;
	
	

	

	
	&lt;label for="contactform-m"&gt;Message&lt;/label&gt;&lt;br /&gt;
	
	
	&lt;!-- text area --&gt;
	&lt;textarea class="fullWidth" id="contactform-m" name="m" rows="10" cols="80"&gt;&lt;/textarea&gt;
	
	
	
&lt;br /&gt;
	

	

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

	
&lt;br /&gt;
	
	&lt;/p&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="RFsoVpTjQSAGFChAccLYCDQOab5LUvBW" /&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;
		&lt;/div&gt;
	&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p style="margin: 0.0px 0.0px 12.0px 0.0px; font: 12.0px 'Lucida Grande';"&gt;&lt;span style="letter-spacing: 0.0px;"&gt;&lt;font face="Optima" size="3"&gt;&lt;span style="font-size: 13px;"&gt;Ear Works software integrates with how you work. We can also help you apply some key practice standards in the clinical, administrative and management workflows that will maximize your return on investment with EW4. &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0.0px 0.0px 12.0px 0.0px; font: 12.0px 'Lucida Grande';"&gt;&lt;span style="letter-spacing: 0.0px;"&gt;&lt;font face="Optima" size="3"&gt;&lt;span style="font-size: 13px;"&gt;…&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Fri, 24 Sep 2010 06:56:40 -0700</pubDate>
			<guid>http://www.earworksinc.com/ew4-software/premium-plus/</guid>
            
			
		</item>
		<item>
			<title>Pricing</title>
			<link>http://www.earworksinc.com/ew4-software/pricing/</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;font face="'Lucida Grande'"&gt;EW4 is an investment not a cost. It will give you a significant return in money and time saved that can then be reinvested into growth opportunities and activities. Browse the links here to find out more about EW4 pricing and return on investment.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p style="clear: none;"&gt;&lt;b&gt;&lt;font face="'Lucida Grande'"&gt;&lt;font color="#F85E1B"&gt;…&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Fri, 24 Sep 2010 06:19:35 -0700</pubDate>
			<guid>http://www.earworksinc.com/ew4-software/pricing/</guid>
            
			
		</item>
		<item>
			<title>Try it out</title>
			<link>http://www.earworksinc.com/ew4-software/demo-the-software/</link>
			<description>
				&lt;div class="article-summary"&gt;Because Ear Works 4 is more akin to an enterprise solution than a mere database of patient files, you have to see it to believe it.  We therefore offer private or public tours and then you can get a professionally installed trial installed on your computer(s) or network. …&lt;/div&gt;
			</description>
			<pubDate>Thu, 09 Sep 2010 23:13:36 -0700</pubDate>
			<guid>http://www.earworksinc.com/ew4-software/demo-the-software/</guid>
            
			
		</item>
		<item>
			<title>About EW4</title>
			<link>http://www.earworksinc.com/ew4-software/learn-about-ew4/</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;img width="317" height="330" src="http://www.earworksinc.com/_Media/more_than_software_wheel-2_med.jpeg" alt="" class="first narrow left graphic-container" /&gt;&lt;p style=""&gt;&lt;span style="font-size: 14px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=""&gt;&lt;span style="font-size: 14px;"&gt;Ear Works 4 is the latest version of EW Inc. practice management software that comes in &lt;/span&gt;&lt;strong&gt;&lt;span style="font-size: 14px; color: rgb(248, 94, 27);"&gt;4 packages&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size: 14px;"&gt; to suit any sized clinic with &lt;/span&gt;&lt;strong&gt;&lt;span style="font-size: 14px; color: rgb(248, 94, 27);"&gt;no long-term fees&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size: 14px;"&gt;.  &lt;/span&gt;&lt;/p&gt;&lt;p style=""&gt;&lt;span style="font-size: 14px;"&gt;EW4 software is unique in its ability to process &lt;/span&gt;&lt;strong&gt;&lt;span style="font-size: 14px;"&gt;…&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Thu, 09 Sep 2010 23:07:29 -0700</pubDate>
			<guid>http://www.earworksinc.com/ew4-software/learn-about-ew4/</guid>
            <enclosure url="http://www.earworksinc.com/_Media/more_than_software_wheel-2_med.jpeg" type="image/jpeg"></enclosure>
			
		</item>
		<item>
			<title>Training</title>
			<link>http://www.earworksinc.com/ew4-software/training/</link>
			<description>
				&lt;div class="article-summary"&gt;
	&lt;div class="first callout-container"&gt;
		&lt;div class="callout"&gt;
			&lt;div class="callout-content"&gt;
				&lt;div class="pagelet untitled i1 o last-item"&gt;
					
    &lt;div class="pagelet-body"&gt;
		
					&lt;div class="elementIntroduction"&gt;
						&lt;p&gt;&lt;font face="'Lucida Grande'"&gt;&lt;font color="#F85E1B"&gt;Installation, Set Up, Training Options Summary&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;




					&lt;/div&gt;

					&lt;div class="ImageElement"&gt;
						&lt;div class="photo"&gt;
							&lt;div&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;a href="http://www.earworksinc.com/_Media/onboarding_support_policy.png" class="imageLink"&gt;&lt;img width="200" height="136" src="http://www.earworksinc.com/_Media/onboarding_support_policy_med.png" alt="" /&gt;&lt;/a&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;		
					&lt;div class="caption"&gt;
						&lt;p&gt;click to enlarge&lt;/p&gt;

					&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p style="clear: none; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica;"&gt;&lt;font face="Optima" size="3"&gt;&lt;span style="font-size: 13px;"&gt;Clients have &lt;font color="#F85E1B"&gt;&lt;b&gt;2 options for how training&lt;/b&gt;&lt;/font&gt; is done and they can be combined. See the links below to view each option and some considerations about how to choose the best solution for your clinic.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="clear: none; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica;"&gt;&lt;font face="Optima" size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="clear: none; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica;"&gt;&lt;font face="Optima" size="3"&gt;&lt;span style="font-size: 13px;"&gt;You can also &lt;b&gt;&lt;font color="#F85E1B"&gt;…&lt;/font&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Thu, 09 Sep 2010 22:56:28 -0700</pubDate>
			<guid>http://www.earworksinc.com/ew4-software/training/</guid>
            <enclosure url="http://www.earworksinc.com/_Media/onboarding_support_policy.png" type="image/png"></enclosure>
			
		</item>
		<item>
			<title>Support Resources</title>
			<link>http://www.earworksinc.com/ew4-software/support-policies/</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p style="font: normal normal normal 18px/normal Helvetica;"&gt;&lt;span style="font-size: 14px; font-family: Optima;"&gt;Support is easy.&lt;/span&gt;&lt;/p&gt;&lt;p style="font: normal normal normal 18px/normal Helvetica;"&gt;&lt;span style="font-size: 14px; font-family: Optima;" class="Apple-style-span"&gt;&lt;strong&gt;Free support&lt;/strong&gt; is accessed by emailing support@earworksinc.com. &lt;/span&gt;&lt;/p&gt;&lt;p style="font: normal normal normal 18px/normal Helvetica;"&gt;&lt;span style="font-size: 14px; font-family: Optima;" class="Apple-style-span"&gt;&lt;strong&gt;Urgent paid support&lt;/strong&gt; ($50/ticket unless the problem is our fault) is accessed by emailing urgent@earworksinc.com&lt;/span&gt;&lt;/p&gt;&lt;p style="font: normal normal normal 18px/normal Helvetica;"&gt;&lt;span style="font-size: 14px; font-family: Optima;" class="Apple-style-span"&gt;You also can hit F1 in EW4 for help, use the built-in EW4 help menu, use the self-support tools below, contact support or use the support portal for both free and paid support options&lt;/span&gt;&lt;span style="font-family: Optima; font-size: 14px;" class="Apple-style-span"&gt;…&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Fri, 05 Feb 2010 08:18:08 -0800</pubDate>
			<guid>http://www.earworksinc.com/ew4-software/support-policies/</guid>
            
			
		</item>
		<item>
			<title>Downloads</title>
			<link>http://www.earworksinc.com/ew4-software/program-updates-downloads.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;font face="'Lucida Grande'" size="3"&gt;&lt;span style="font-size: 13px;"&gt;NOTE:  you must run the updater in Windows 7 as administrator to complete properly. &lt;/span&gt;&lt;/font&gt;&lt;span style="line-height: 22px;"&gt;&lt;a href="~PAGEID~CD6751330C4E440C8C00" target="_blank"&gt;&lt;font face="'Lucida Grande'" size="3"&gt;&lt;span style="font-size: 13px;"&gt;Click here for more info.&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;&lt;/span&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.LinkListElement --&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href="http://www.ear-works.com/ewu4_2_1601.exe"&gt;latest EW4 update (version 4.2.16.01)&lt;/a&gt;&lt;br /&gt;uploaded 28 June 2011&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://www.ear-works.com/dl/ew4_backuptool.zip"&gt;EW4 Backup and Restore Tool (for server only)&lt;/a&gt;&lt;br /&gt;for details and instructions please see our knowledge base article on the support portal&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=F1FC413C-6D89-4F15-991B-63B07BA5F2E5&amp;amp;displaylang=en"&gt;save-as-PDF add-in&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://www.ear-works.com/ewu3_3503.exe"&gt;latest EW3 update (version 3.0.0035.03)&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://www.linkedin.com/groups?gid=2844388&amp;amp;trk=hb_side_g"&gt;Open-Pro Community Audiology Forum group | LinkedIn&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://download.microsoft.com/download/C/B/9/CB943CBF-DDA8-4580-A711-88AC23763F0E/RDC201_ALL.dmg"&gt;Remote Desktop for Mac&lt;/a&gt;&lt;br /&gt;If you use a Mac, you can use this app to view remote desktops and log in remotely to Windows Server&lt;/li&gt;
&lt;/ul&gt;

&lt;!-- /sandvox.LinkListElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div style="" class="graphic"&gt;
			&lt;div class="figure-content caption"&gt;&lt;p&gt;This section has EW3 and EW4 updates for download plus the PDF add-in&lt;/p&gt;


&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
			</description>
			<pubDate>Sun, 31 Jan 2010 19:09:59 -0800</pubDate>
			<guid>http://www.earworksinc.com/ew4-software/program-updates-downloads.html</guid>
            
			
		</item>
		<item>
			<title>Buy</title>
			<link>http://www.earworksinc.com/ew4-software/pricing-details-and-quote/</link>
			<description>
				&lt;div class="article-summary"&gt;
	&lt;div class="first graphic-container wide center"&gt;
		&lt;div style="" class="photogrid-index graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.PhotoGridIndex --&gt;
&lt;div class="gridItem i1 o"&gt;
    &lt;a href="http://www.earworksinc.com/ew4-software/pricing-details-and-quote/licensing-details.html" title="licensing details" class="imageLink"&gt;&lt;img width="128" height="76" src="http://www.earworksinc.com/_Media/getlicensed.png" alt="" /&gt;&lt;/a&gt;
    
				&lt;h3&gt;&lt;a href="http://www.earworksinc.com/ew4-software/pricing-details-and-quote/licensing-details.html" title="licensing details"&gt;&lt;span class="in"&gt;licensing details&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
    
&lt;/div&gt;
&lt;div class="gridItem i2 e"&gt;
    &lt;a href="http://www.earworksinc.com/ew4-software/pricing-details-and-quote/what-comes-with-it.html" title="what comes with it?" class="imageLink"&gt;&lt;img width="128" height="78" src="http://www.earworksinc.com/_Media/openthebox.png" alt="" /&gt;&lt;/a&gt;
    
				&lt;h3&gt;&lt;a href="http://www.earworksinc.com/ew4-software/pricing-details-and-quote/what-comes-with-it.html" title="what comes with it?"&gt;&lt;span class="in"&gt;what comes with it?&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
    
&lt;/div&gt;
&lt;div class="gridItem i3 o"&gt;
    &lt;a href="http://www.earworksinc.com/ew4-software/pricing-details-and-quote/client-responsibility.html" title="client responsibility" class="imageLink"&gt;&lt;img width="128" height="67" src="http://www.earworksinc.com/_Media/playyourpart.png" alt="" /&gt;&lt;/a&gt;
    
				&lt;h3&gt;&lt;a href="http://www.earworksinc.com/ew4-software/pricing-details-and-quote/client-responsibility.html" title="client responsibility"&gt;&lt;span class="in"&gt;client responsibility&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
    
&lt;/div&gt;
&lt;div class="gridItem i4 e last-item"&gt;
    &lt;a href="http://www.earworksinc.com/ew4-software/pricing-details-and-quote/post-purchase-costs.html" title="post purchase costs" class="imageLink"&gt;&lt;img width="128" height="76" src="http://www.earworksinc.com/_Media/considerfuturecosts1.png" alt="" /&gt;&lt;/a&gt;
    
				&lt;h3&gt;&lt;a href="http://www.earworksinc.com/ew4-software/pricing-details-and-quote/post-purchase-costs.html" title="post purchase costs"&gt;&lt;span class="in"&gt;post purchase costs&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
    
&lt;/div&gt;
&lt;div class="photogrid-index-bottom"&gt;&lt;/div&gt;
&lt;!-- /sandvox.PhotoGridIndex --&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="not-first-item callout-container"&gt;
		&lt;div class="callout"&gt;
			&lt;div class="callout-content"&gt;
				&lt;div class="pagelet untitled i1 o"&gt;
					
    &lt;div class="pagelet-body"&gt;

					&lt;div class="ImageElement"&gt;
						&lt;div class="photo"&gt;
							&lt;div&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;img width="150" height="150" src="http://www.earworksinc.com/_Media/basketnoshadow_med.png" alt="" /&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;    &lt;/div&gt;
&lt;/div&gt;
				&lt;div class="pagelet untitled i2 e last-item"&gt;
					
    &lt;div class="pagelet-body"&gt;

&lt;div class="RichTextElement"&gt;
    
					&lt;div&gt;
						&lt;p&gt;&lt;font color="#FE791A"&gt;&lt;b&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;Once you've &lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;a href="~PAGEID~EAFB8BAF6A5347259E23" target="_blank"&gt;&lt;font color="#FE791A"&gt;&lt;b&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;chosen your package&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/a&gt;&lt;b&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt; simply &lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;a href="~PAGEID~9A9680EFAE1C497F8190" target="_blank"&gt;&lt;font color="#FE791A"&gt;&lt;b&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;send us an order&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/a&gt;&lt;b&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt; &lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font color="#929292"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;Then we send you an invoice that you can pay online from the invoice or here at the website.&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;




&lt;p&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;Then follow these easy steps&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;font color="#929292"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt; to get started:&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;




&lt;span style="color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;









&lt;ol&gt;










&lt;li style="list-style-type: decimal; color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;span style="color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;installation and activation - &lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="background-color: transparent; text-decoration: none; vertical-align: baseline;"&gt;&lt;font color="#929292"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;download, install and its activated&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;










&lt;li style="list-style-type: decimal; color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;span style="color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;review learning helps online - &lt;font color="#929292"&gt;view videos, see cheat sheets, read guidelines on our &lt;a href="~PAGEID~8C6E03DEE9644D25A352" target="_blank"&gt;&lt;font color="#929292"&gt;support tools&lt;/font&gt;&lt;/a&gt; page&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;










&lt;li style="list-style-type: decimal; color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;span style="color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;go through the set up wizard &lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;font color="#929292"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;for global set up of all major customizations&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;










&lt;li style="list-style-type: decimal; color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;span style="color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;go through the company setup &lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;font color="#929292"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;for fine-tuning the system to your office&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;










&lt;li style="list-style-type: decimal; color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;span style="color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;ensure you’ve set up your products and services&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;font color="#929292"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt; in these guides re markup formulas, services offered, etc.&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;










&lt;li style="list-style-type: decimal; color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;span style="color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;set up your appointments: &lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;font color="#929292"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;types, durations and colors and associated checklists &lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;










&lt;li style="list-style-type: decimal; color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;span style="color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;set up your daily duties &lt;font color="#929292"&gt;right in the sidebar&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;










&lt;li style="list-style-type: decimal; color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;span style="color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;enter your schedule &lt;font color="#929292"&gt;by setting open/close times, locations and right-clicking to set appointments or blocks&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;










&lt;li style="list-style-type: decimal; color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;span style="color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;use the recommended use guidelines&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;font color="#929292"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt; to see your patients, make your orders and other standard operating procedures&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;










&lt;li style="list-style-type: decimal; color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;span style="color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;customize your experience&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;font color="#929292"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt; in my earworks with colors, themes, rearrange your file layout of panes and pages&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;








&lt;/ol&gt;










&lt;span style="color: rgb(0, 0, 0); background-color: transparent; font-weight: normal; text-decoration: none; vertical-align: baseline;"&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;you’re up and running - enjoy!&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;font face="'Lucida Grande'"&gt;&lt;br /&gt;


&lt;/font&gt;
&lt;/span&gt;&lt;/font&gt;&lt;font face="'Lucida Grande'"&gt;






&lt;/font&gt;&lt;p&gt;


&lt;/p&gt;









					&lt;/div&gt;
&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;p&gt;&lt;span style="color: rgb(248, 94, 27); font-family: 'Lucida Grande';"&gt;Where to start&lt;/span&gt;&lt;span style="font-family: 'Lucida Grande';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'Lucida Grande';"&gt;Start with the package that fits you best. If in time you need the extra features from the more advanced package all you need to do is upgrade and unlock the new features. Since the upgrade cost is just the difference between the face price of the packages, you can upgrade at anytime without any penalties. …&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Sun, 31 Jan 2010 12:33:06 -0800</pubDate>
			<guid>http://www.earworksinc.com/ew4-software/pricing-details-and-quote/</guid>
            <enclosure url="http://www.earworksinc.com/_Media/basketnoshadow_med.png" type="image/png"></enclosure>
			
		</item>
		<item>
			<title>Success Stories</title>
			<link>http://www.earworksinc.com/ew4-software/testimonials/</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p style="font: normal normal normal 12px/normal 'Lucida Grande';"&gt;Clinics in Canada, the US and Australia are using Ear Works 3 and 4, &lt;span style="color: rgb(51, 50, 51);"&gt;&lt;a href="~PAGEID~9E25095401674CFCBFCB" target="_blank"&gt;some of them are highlighted here&lt;/a&gt;&lt;/span&gt;. Here is what they say about it. 
&lt;/p&gt;
	&lt;div class="first callout-container"&gt;
		&lt;div class="callout"&gt;
			&lt;div class="callout-content"&gt;
				&lt;div class="pagelet titled i1 o last-item"&gt;
						
					&lt;h4 class="title pagelet-title"&gt;&lt;span class="in"&gt;Share your Story&lt;/span&gt;&lt;/h4&gt;
    &lt;div class="pagelet-body"&gt;

					&lt;div class="ImageElement"&gt;
						&lt;div class="photo"&gt;
							&lt;div&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;a href="~PAGEID~81E612C0D26446A7B9DE" class="imageLink"&gt;&lt;img width="200" height="33" src="http://www.earworksinc.com/_Media/btntestimonial-2-2_med.png" alt="Share your Story" /&gt;&lt;/a&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;    &lt;/div&gt;
&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;p style="font: normal normal normal 12px/normal 'Lucida Grande';"&gt;&lt;br /&gt;&lt;/p&gt;
	&lt;div class="not-first-item graphic-container wide center"&gt;
		&lt;div style="" class="general-index graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.GeneralIndex --&gt;
				&lt;div class="article i1 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;span class="in"&gt;Surprising easy 1st day of going live&lt;/span&gt;&lt;/h3&gt;
					&lt;div class="article-summary"&gt;&lt;p&gt;I just want to share my surprise with how easy our first day of going 
live went. After Florin had spent a whole weekend transferring our data 
including patient details and appointment history from our previous 
system to Earworks, we went into Monday with trepidation. Our fears were
 unfounded though as all our staff took to Earworks like ducks to water.
 They even commented at how flexible the system is and ended the day 
with excitement about our latest purchase. We can't wait to dig in 
deeper and find out what more is in store as we have just started 
scratching the surface.&lt;/p&gt;&lt;p&gt;Christo Fourie, Australia &lt;/p&gt;&lt;/div&gt;
					&lt;div class="article-info"&gt;&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class="article i2 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;span class="in"&gt;Very Pleased&lt;/span&gt;&lt;/h3&gt;
					&lt;div class="article-summary"&gt;&lt;p&gt;&lt;span style="color: rgb(30, 30, 30); line-height: 20px;"&gt;&lt;font face="'Lucida Grande'"&gt;I have just purchased EW4 for 2 clinics and have been very pleased with the fast and accurate support I have been receiving from Florin. Well done!&lt;br /&gt;


&lt;br style="margin-top: -10px;" /&gt;





I have in the past dabbled in database development, but found the task too time consuming while running a rapidly growing business at the same time. As such I started looking around for alternatives and tried many. EW4 is incredibly well laid out and thought out. I would have never been able to achieve anything even close to this even if I employed someone to develop it. You can see that the EW4 people are dedicated to detail and passionate about their great product. I have found a few areas where I thought things might be improved and every suggestion was happily considered.  I can't wait to actively start using the product and finding out more about the ins and out of this great tool.&lt;/font&gt;


&lt;/span&gt;&lt;font face="'Lucida Grande'"&gt;&lt;br /&gt;


&lt;/font&gt;


&lt;/p&gt;



&lt;p&gt;&lt;span style="color: rgb(30, 30, 30); line-height: 20px;"&gt;&lt;font face="'Lucida Grande'"&gt;CF, Australia&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;






&lt;/div&gt;
					&lt;div class="article-info"&gt;&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class="article i3 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;span class="in"&gt;Usability&lt;/span&gt;&lt;/h3&gt;
					&lt;div class="article-summary"&gt;&lt;p&gt;
We've worked in dental offices for years. Ear Works software is so much easier to understand and use and is more intuitive. &lt;/p&gt;
&lt;/div&gt;
					&lt;div class="article-info"&gt;&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class="article i4 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;span class="in"&gt;"I can see all the information at a glance"&lt;/span&gt;&lt;/h3&gt;
					&lt;div class="article-summary"&gt;&lt;p&gt;
&lt;/p&gt;





&lt;p&gt;&lt;b&gt;&lt;font color="#F99317"&gt;Why did you choose EW4?&lt;/font&gt;&lt;/b&gt;: We upgraded to EW4 from EW3.  I looked at and reviewed what other database systems could offer me and choose to continue with EarWorks. &lt;/p&gt;







&lt;p&gt;&lt;font color="#F99317"&gt;&lt;b&gt;What do you like/dislike about EW4?&lt;/b&gt;&lt;/font&gt;: I love that EW4 lets me see all information about my client at a quick glance.  When I need to see more information, such as a list or earmolds and when they were fit I simply open a window and the information appears.      &lt;/p&gt;







&lt;p&gt;&lt;b&gt;&lt;font color="#F99317"&gt;What would you improve about EW4?&lt;/font&gt;&lt;/b&gt;: I would like to see the bank deposits simplified.&lt;/p&gt;







&lt;p&gt;&lt;b&gt;&lt;font color="#F99317"&gt;How do you find training and support options?&lt;/font&gt;&lt;/b&gt;: I am really happy with the online community forum that the Earworks team created.  It lets me post questions - and sometimes answer others, that colleagues have and post.&lt;/p&gt;



&lt;p style="text-align: right;"&gt;August 2010
&lt;/p&gt;





&lt;p&gt;
&lt;/p&gt;

&lt;div style="text-align: right;"&gt;&lt;span style="font-family: 'Lucida Grande'; color: rgb(121, 121, 121);"&gt;Mark Hansen&lt;/span&gt;&lt;br /&gt;



&lt;/div&gt;



&lt;font face="'Lucida Grande'"&gt;&lt;div style="text-align: right;"&gt;&lt;span style="color: rgb(121, 121, 121);"&gt;Owner&lt;/span&gt;&lt;br /&gt;



&lt;/div&gt;



&lt;font color="#797979"&gt;&lt;div style="text-align: right;"&gt;Sound Hearing Clinics&lt;br /&gt;



&lt;/div&gt;



&lt;div style="text-align: right;"&gt;Vancouver, BC&lt;br /&gt;



&lt;/div&gt;



&lt;/font&gt;&lt;/font&gt;&lt;p&gt;





&lt;/p&gt;

&lt;p&gt;

&lt;/p&gt;





&lt;/div&gt;
					&lt;div class="article-info"&gt;&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class="article i5 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;span class="in"&gt;"A comprehensive database"&lt;/span&gt;&lt;/h3&gt;
					&lt;div class="article-summary"&gt;&lt;p&gt;
&lt;/p&gt;


&lt;p&gt;&lt;b&gt;&lt;font color="#F99317"&gt;Why did you choose EW4?&lt;/font&gt;&lt;/b&gt;: Very comprehensive database program with specific applications for Alberta 3rd Party Payers.   &lt;/p&gt;




&lt;p&gt;&lt;b&gt;&lt;font color="#F99317"&gt;What do you like/dislike about EW4?&lt;/font&gt;&lt;/b&gt;: way it is networked throughout the office, allowing multiple users having access to the same patient at the same time; Allowed us to go paperless which vastly improves our chart management; Reports and Progress notes are very easy to manage, allowing us to achieve greater efficiency; Ordering product using earworks forms has also reduced the need to stock manufacturer order forms. &lt;/p&gt;




&lt;p&gt;&lt;font color="#F99317"&gt;&lt;b&gt;How do you find training and support options?&lt;/b&gt;&lt;/font&gt;: Support is great, with the community support website, it allows for easy submission of problems and able to review other issues.   &lt;/p&gt;
&lt;p style="text-align: right;"&gt;August 2010&lt;/p&gt;

&lt;p /&gt;
&lt;div style="text-align: right;"&gt;&lt;span style="font-family: 'Lucida Grande'; color: rgb(121, 121, 121);"&gt;&lt;b&gt;Donna Copps&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;

&lt;/div&gt;

&lt;font face="'Lucida Grande'"&gt;&lt;div style="text-align: right;"&gt;&lt;span style="color: rgb(121, 121, 121);"&gt;Owner&lt;/span&gt;&lt;br /&gt;

&lt;/div&gt;

&lt;font color="#797979"&gt;&lt;div style="text-align: right;"&gt;Thomas Copps Audiology&lt;br /&gt;

&lt;/div&gt;

&lt;div style="text-align: right;"&gt;Lethbridge, AB&lt;br /&gt;

&lt;/div&gt;

&lt;/font&gt;&lt;/font&gt;&lt;p /&gt;

&lt;p&gt;&lt;br /&gt;

&lt;/p&gt;




&lt;p&gt;

&lt;/p&gt;


&lt;/div&gt;
					&lt;div class="article-info"&gt;&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class="article i6 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;span class="in"&gt;"EW4 is a positive valuable asset"&lt;/span&gt;&lt;/h3&gt;
					&lt;div class="article-summary"&gt;&lt;p&gt;
&lt;/p&gt;


&lt;p&gt;&lt;font face="'Lucida Grande'"&gt;&lt;font color="#F99317"&gt;&lt;b&gt;Why did you choose EW4?&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;: We tried 3 other software packages and had worked with them for several months. The EW4 software has met all of our clinic needs. Training is simple and it is easy for staff to quickly familiarize themselves  with all aspects of the software.  Inputting information is simple and quick.  &lt;/p&gt;




&lt;p&gt;&lt;b&gt;&lt;font color="#F99317"&gt;What do you like/dislike about EW4?&lt;/font&gt;&lt;/b&gt;: Really nothing it has met all of our needs &lt;/p&gt;




&lt;p&gt;&lt;font color="#F99317"&gt;&lt;b&gt;How do you find training and support options?&lt;/b&gt;&lt;/font&gt;: Florin has always been prompt about getting back to us if any issues arise. The program is very easy to use and very little training is required. &lt;/p&gt;




&lt;p&gt;We recommend this software package with no hesitation. It has been a positive valuable asset to our clinic.  &lt;/p&gt;
&lt;p style="text-align: right;"&gt;August 2010&lt;/p&gt;

&lt;p /&gt;
&lt;div style="text-align: right;"&gt;&lt;span style="color: rgb(121, 121, 121);"&gt;&lt;b&gt;Debbie Martel&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;

&lt;/div&gt;

&lt;font color="#797979"&gt;&lt;div style="text-align: right;"&gt;Owner&lt;br /&gt;

&lt;/div&gt;

&lt;div style="text-align: right;"&gt;Cornwall Audiology Clinic&lt;br /&gt;

&lt;/div&gt;

&lt;div style="text-align: right;"&gt;Cornwall, ON&lt;br /&gt;

&lt;/div&gt;

&lt;/font&gt;&lt;p /&gt;

&lt;p&gt;&lt;br /&gt;

&lt;/p&gt;




&lt;p&gt;

&lt;/p&gt;


&lt;/div&gt;
					&lt;div class="article-info"&gt;&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class="article i7 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;span class="in"&gt;"Reliable with functionality I wanted for my own business"&lt;/span&gt;&lt;/h3&gt;
					&lt;div class="article-summary"&gt;&lt;p&gt;&lt;b&gt;&lt;font color="#F99317"&gt;Why did you choose EW4?&lt;/font&gt;&lt;/b&gt;: I was running a clinic in North York Toronto and the owner that runs clinics in British Columbia used the Earwork System.  He installed it in the Toronto Clinic and I got use to it and when I decided to open my own multiple clinics I knew that Earworks was reliable and had the functionality that I wanted for my own business. &lt;/p&gt;




&lt;p&gt;&lt;b&gt;&lt;font color="#F99317"&gt;What do you like/dislike about EW4?&lt;/font&gt;&lt;/b&gt;: I like how you can create HA orders through Earworks and it is very easy to organize client files. The data mining works well for targeting people you want to market to.  It really helps with financial bookeeping as well.  I can't say that I have any issues with the software system. &lt;/p&gt;




&lt;p&gt;&lt;b&gt;&lt;font color="#F99317"&gt;What would you improve about EW4?&lt;/font&gt;&lt;/b&gt;: My Earworks does everything that I need it for. &lt;/p&gt;




&lt;p&gt;&lt;b&gt;&lt;font color="#F99317"&gt;How do you find training and support options?&lt;/font&gt;&lt;/b&gt;: Florin always gives great tech support if there are issues.&lt;br /&gt;




&lt;/p&gt;
&lt;p style="text-align: right;"&gt;July 2010&lt;/p&gt;


&lt;p /&gt;
&lt;div style="text-align: right;"&gt;&lt;b&gt;&lt;font color="#797979"&gt;Christopher Tiede&lt;/font&gt;&lt;/b&gt;&lt;br /&gt;

&lt;/div&gt;

&lt;font color="#797979"&gt;&lt;div style="text-align: right;"&gt;Owner&lt;br /&gt;

&lt;/div&gt;

&lt;div style="text-align: right;"&gt;Hearing Care Clinic&lt;br /&gt;

&lt;/div&gt;

&lt;div style="text-align: right;"&gt;Keswick, ON&lt;br /&gt;

&lt;/div&gt;

&lt;/font&gt;&lt;p /&gt;




&lt;/div&gt;
					&lt;div class="article-info"&gt;&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class="article i8 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;span class="in"&gt;"Designed for audiologists by audiologists"&lt;/span&gt;&lt;/h3&gt;
					&lt;div class="article-summary"&gt;&lt;p&gt;&lt;b&gt;&lt;font color="#F99317"&gt;Why did you choose EW4?&lt;/font&gt;&lt;/b&gt;: We chose EW4 for our clinic because it was designed for audiologists by audiologists.  It takes into account all of our needs specific to the field of audiology and hearing.  In addition, the software will allow us to become entirely paperless in the future should we decide to pursue that route. &lt;/p&gt;






&lt;p&gt;&lt;b&gt;&lt;font color="#F99317"&gt;What do you like/dislike about EW4?&lt;/font&gt;&lt;/b&gt;: Prior to using EW4, we were using a paper schedule book.  With EW4, everyone in the clinic is able to view their own schedule from their computer without having to flip through a book.  In addition, we can search for patients by name and see when they have appointments booked (past and future), how many cancellations they have had, etc.  The administrative user allows one to set up and adjust EW4 settings specifically to suit the needs of their particular clinic (for example, types of appointments, length of each appointment, etc.).  For scheduling, it has absolutely been worth the investment and we would never go back to using a book again.  In the future when we make the transition towards going paperless, we know EW4 will help to make the transition easier as everything we could need is available through the EW4 program. &lt;/p&gt;






&lt;p&gt;&lt;font color="#F99317"&gt;&lt;b&gt;What would you improve about EW4?&lt;/b&gt;&lt;/font&gt;: Only if you can find a way that we can feed in the information from our paper files without us having to scan it in or enter it manually to make our transition to paperless quicker!  Occasionally we do have network problems with EW4 that requires us to restart the network server to get things running smoothly again.  However that occurs much less frequently these days compared to the initial version of EarWorks that we purchased. &lt;/p&gt;






&lt;p&gt;&lt;font color="#F99317"&gt;&lt;b&gt;How do you find training and support options?&lt;/b&gt;&lt;/font&gt;: We received training from Markus for all of our staff upon first purchasing EW4.  While intially the software seemed complicated, through practice we have become quite adept at using it, even those with little computer experience who were initially reluctant.  In addition, the answer to nearly any question one could have can be found online with both pictures and text.  The EW website is very thorough. The people at EarWorks are continually asking for feedback about their software and looking for ways to improve it for users, something that we really appreciate and have benefitted from as EarWorks continues to evolve.&lt;br /&gt;






&lt;/p&gt;



&lt;p style="text-align: right;"&gt;July 2010&lt;/p&gt;




&lt;p&gt;
&lt;/p&gt;

&lt;div style="text-align: right;"&gt;&lt;b&gt;&lt;font color="#797979"&gt;Amber Roberts&lt;/font&gt;&lt;/b&gt;&lt;br /&gt;



&lt;/div&gt;



&lt;font color="#797979"&gt;&lt;div style="text-align: right;"&gt;Owner&lt;br /&gt;



&lt;/div&gt;



&lt;div style="text-align: right;"&gt;Professional Audiology Clinic&lt;br /&gt;



&lt;/div&gt;



&lt;div style="text-align: right;"&gt;Edmonton, AB&lt;br /&gt;



&lt;/div&gt;



&lt;/font&gt;&lt;p&gt;





&lt;/p&gt;

&lt;/div&gt;
					&lt;div class="article-info"&gt;&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class="article i9 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;span class="in"&gt;"Thanks!"&lt;/span&gt;&lt;/h3&gt;
					&lt;div class="article-summary"&gt;&lt;p&gt;&lt;font face="Optima" size="3"&gt;&lt;span style="font-size: 13px;"&gt;
I just want to thank EW team for the quick response in dealing with the issues and questions that were recently posted. EW will be a great program once the little bugs are fixed. I think it is likely most advanced system available and I hope that users will use EW to its full potential. We are keeping paper files but mainly as back up - everything is on EW. It will be nice to have the help file and this community is a good idea as well. I hope that more users will share ideas and experiences with their EW so that we can all benefit. Good work Markus and Florin keep it up and you will do well.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="text-align: right;"&gt;March 2010&lt;br /&gt;
&lt;span style="font-family: Optima; font-size: 13px;"&gt;&lt;a href="http://community.earworksinc.com/ear_works/topics/good_job-15odp" target="_blank" style="border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial;"&gt;view original post&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;font face="Optima" size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;p style="clear: none; font-family: 'Lucida Grande', verdana, arial, helvetica, sans-serif; font-size: 12px;" /&gt;
&lt;div style="text-align: right; font-family: 'Lucida Grande', verdana, arial, helvetica, sans-serif; font-size: 12px;"&gt;&lt;b&gt;&lt;font color="#797979"&gt;Martin Jurek&lt;/font&gt;&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;span style="font-family: 'Lucida Grande', verdana, arial, helvetica, sans-serif; font-size: 12px;"&gt;&lt;font color="#797979"&gt;&lt;div style="text-align: right;"&gt;Owner&lt;/div&gt;
&lt;div style="text-align: right;"&gt;100 Mile House Hearing Clinic&lt;br /&gt;
&lt;/div&gt;
&lt;div style="text-align: right;"&gt;100 Mile House, BC&lt;/div&gt;
&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;






&lt;/div&gt;
					&lt;div class="article-info"&gt;&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class="article i10 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;span class="in"&gt;files&lt;/span&gt;&lt;/h3&gt;
					&lt;div class="article-summary"&gt;&lt;p&gt;&lt;font face="Optima"&gt;
I like that I can open multiple files and items and sort them in my space. Information is not cluttered; its clear and easy to navigate. There is tons of info but its not overwhelming to use.&lt;/font&gt;&lt;/p&gt;


&lt;/div&gt;
					&lt;div class="article-info"&gt;&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class="article i11 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;span class="in"&gt;reporting&lt;/span&gt;&lt;/h3&gt;
					&lt;div class="article-summary"&gt;&lt;p&gt;&lt;font face="Optima"&gt;
I like the availability of reports on things like sales to show me how things are going. I know there are a lot more that I don't use yet but the sky's the limit! Alerts tells me what I have missed and my flags tell me if someone is eligible for  hearing aids or batteries. It tells me stuff rather than me having to dig for it!&lt;/font&gt;&lt;/p&gt;




&lt;/div&gt;
					&lt;div class="article-info"&gt;&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class="article i12 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;span class="in"&gt;finding stuff&lt;/span&gt;&lt;/h3&gt;
					&lt;div class="article-summary"&gt;&lt;p&gt;&lt;font face="Optima"&gt;With EW4 I can find stuff - where the hearing aid is at in the process, bills and invoices, and that all the attachments are scanned and attached and linked to EW items so its all there, you never need to search for things.&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;
					&lt;div class="article-info"&gt;&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class="article i13 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;span class="in"&gt;scheduling&lt;/span&gt;&lt;/h3&gt;
					&lt;div class="article-summary"&gt;&lt;p&gt;&lt;font face="Optima"&gt;Scheduling is easy. There are multiple ways to schedule but it allows me to do it how I like to. If they're not a client, it opens the windows you need to enter things on the fly. Cancelling, confirming and changing appointments is a piece of cake and every change stays in the patient appointment history. I like the template so we don't fill up with too many clean and checks but have enough salesy appointments. If they cancel an appointment it prompts me to set a task to rebook later so we don't forget. Its all documented and in the system and out of my brainspace. &lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;
					&lt;div class="article-info"&gt;&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class="article i14 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;span class="in"&gt;checklists&lt;/span&gt;&lt;/h3&gt;
					&lt;div class="article-summary"&gt;&lt;p&gt;&lt;font face="Optima"&gt;
I love the checklists because it keeps me on track and I don't have to think about what I need to do and spend more time focusing on the patient.
&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;
					&lt;div class="article-info"&gt;&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class="article i15 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;span class="in"&gt;Its all there&lt;/span&gt;&lt;/h3&gt;
					&lt;div class="article-summary"&gt;&lt;p&gt;&lt;font face="Optima"&gt; I like Ear Works because everything is there - the info you need is all right there. Its laid out well. I can access information quickly and easily, such as clients, doctors, third party info, marketing and tests. History is easily understandable and all accounting info is there. Editing payments or invoices is a snap. &lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;
					&lt;div class="article-info"&gt;&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class="article i16 e last-item"&gt;
					&lt;h3 class="index-title"&gt;&lt;span class="in"&gt;time saver&lt;/span&gt;&lt;/h3&gt;
					&lt;div class="article-summary"&gt;&lt;p&gt;&lt;font face="Optima"&gt;I love Ear Works because it allows us all to save time by not having departments - all info is available to everyone but there are access rights in place. Its just so nice having only one place to go to look for the info and having it all there. Our old system did not give us info, we had to spend the time finding it - like eligibility info, appointment and service history, it offers the info I need to me rather than me figuring out what I need and then looking for it!&lt;/font&gt;&lt;/p&gt;






&lt;/div&gt;
					&lt;div class="article-info"&gt;&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class="general-index-bottom"&gt;&lt;/div&gt;&lt;!-- /sandvox.GeneralIndex --&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt; 
	&lt;div class="not-first-item callout-container"&gt;
		&lt;div class="callout"&gt;
			&lt;div class="callout-content"&gt;
				&lt;div class="pagelet titled i1 o last-item"&gt;
						
					&lt;h4 class="title pagelet-title"&gt;&lt;span class="in"&gt;Share your Story!&lt;/span&gt;&lt;/h4&gt;
    &lt;div class="pagelet-body"&gt;

					&lt;div class="ImageElement"&gt;
						&lt;div class="photo"&gt;
							&lt;div&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;a href="http://www.earworksinc.com/toolkit/ew4-software/testimonials/give-a-testimonial.html" target="_blank" class="imageLink"&gt;&lt;img width="200" height="33" src="http://www.earworksinc.com/_Media/btntestimonial-2-2_med.png" alt="Share your Story" /&gt;&lt;/a&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;    &lt;/div&gt;
&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
			</description>
			<pubDate>Wed, 25 Nov 2009 15:04:46 -0800</pubDate>
			<guid>http://www.earworksinc.com/ew4-software/testimonials/</guid>
            <enclosure url="http://www.earworksinc.com/_Media/btntestimonial-2-2_med.png" type="image/png"></enclosure>
			
		</item>
		<item>
			<title>IT | technical requirements</title>
			<link>http://www.earworksinc.com/ew4-software/it-technical-requirements/</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;span style="font-size: 13px; font-family: Optima;"&gt;This section includes links to pages about IT and technical specs.&lt;/span&gt;&lt;/p&gt;
	&lt;div class="first graphic-container wide center"&gt;
		&lt;div style="" class="photogrid-index graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.PhotoGridIndex --&gt;
&lt;div class="gridItem i1 o"&gt;
    &lt;a href="http://www.earworksinc.com/ew4-software/it-technical-requirements/architecture.html" title="architecture" class="imageLink"&gt;&lt;img width="100" height="100" src="http://www.earworksinc.com/_Media/multi-offnoshadowwhite.png" alt="" /&gt;&lt;/a&gt;
    
				&lt;h3&gt;&lt;a href="http://www.earworksinc.com/ew4-software/it-technical-requirements/architecture.html" title="architecture"&gt;&lt;span class="in"&gt;architecture&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
    
&lt;/div&gt;
&lt;div class="gridItem i2 e"&gt;
    &lt;a href="http://www.earworksinc.com/ew4-software/it-technical-requirements/server-requirements/" title="server requirements" class="imageLink"&gt;&lt;img width="100" height="100" src="http://www.earworksinc.com/_Media/zahnradnoshadowwhite.png" alt="" /&gt;&lt;/a&gt;
    
				&lt;h3&gt;&lt;a href="http://www.earworksinc.com/ew4-software/it-technical-requirements/server-requirements/" title="server requirements"&gt;&lt;span class="in"&gt;server requirements&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
    
&lt;/div&gt;
&lt;div class="gridItem i3 o"&gt;
    &lt;a href="http://www.earworksinc.com/ew4-software/it-technical-requirements/client-requirements.html" title="client requirements" class="imageLink"&gt;&lt;img width="100" height="100" src="http://www.earworksinc.com/_Media/trainingnoshadowwhite.png" alt="" /&gt;&lt;/a&gt;
    
				&lt;h3&gt;&lt;a href="http://www.earworksinc.com/ew4-software/it-technical-requirements/client-requirements.html" title="client requirements"&gt;&lt;span class="in"&gt;client requirements&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
    
&lt;/div&gt;
&lt;div class="gridItem i4 e last-item"&gt;
    &lt;a href="http://www.earworksinc.com/ew4-software/it-technical-requirements/backups.html" title="backups" class="imageLink"&gt;&lt;img width="100" height="100" src="http://www.earworksinc.com/_Media/demonoshadowwhite.png" alt="" /&gt;&lt;/a&gt;
    
				&lt;h3&gt;&lt;a href="http://www.earworksinc.com/ew4-software/it-technical-requirements/backups.html" title="backups"&gt;&lt;span class="in"&gt;backups&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
    
&lt;/div&gt;
&lt;div class="photogrid-index-bottom"&gt;&lt;/div&gt;
&lt;!-- /sandvox.PhotoGridIndex --&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
			</description>
			<pubDate>Wed, 14 Jan 2009 09:52:02 -0800</pubDate>
			<guid>http://www.earworksinc.com/ew4-software/it-technical-requirements/</guid>
            
			<category>IT</category><category>computer hardware</category><category>requirements</category><category>technical</category><category>specs</category><category>specifiations</category><category>backups</category><category>network</category>
		</item>
 	</channel>
</rss>

