<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
 	<channel>
		<title>Blog | JILL SAUR FINE ART</title>
		<link>http://www.JillSaurFineArt.com/blog/</link>
		<description></description>
		<language>en</language>
		<lastBuildDate>Sat, 05 May 2012 09:03:40 -0400</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>Sandvox 2.5.4</generator>
		<item>
			<title>Flowers In A Vase Oil Painting</title>
			<link>http://www.JillSaurFineArt.com/blog/flowers-in-a-vase-oil-paint.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;These flowers in a vase, "Forever Yours", are ready to be picked for that special someone!  This 8"x10" oil palette knife painting is loaded with texture and is for sale at &lt;a href="http://www.galeriematilda.com/"&gt;Gallery Matilda&lt;/a&gt; in Historic Roswell, GA.   Do you have any special colors in mind that you'd like to have?  I love to paint commissions, just let me know what you're looking for.  My customers satisfaction is &lt;em&gt;always&lt;/em&gt; guaranteed!  You can send me an email on the form below.  Thanks! - Jill
&lt;/p&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); font-family: Times; font-size: 16px; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-LskO6gEYuVo/T6UgKqFivlI/AAAAAAAAGBI/vTZ4ZqkhNRE/s1600/Flowers-In-Vase-by-Jill-Saur.jpg" style=""&gt;&lt;img width="250" height="320" src="http://www.JillSaurFineArt.com/_Media/flowers-in-vase-by-jill-sau_med.jpeg" alt="" class="first" /&gt;&lt;/a&gt;&lt;/p&gt;
	&lt;div class="not-first-item 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 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-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;label for="contactform-s"&gt;Subject:&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-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="Lf4zPmbbJc/eEu4eKZOR876sJCy8wMsXCDW4YsYvztY=" /&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;p style="color: rgb(0, 0, 0); font-family: Times; font-size: 16px; text-align: center;"&gt;&lt;br /&gt;&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Sat, 05 May 2012 08:58:05 -0400</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/flowers-in-a-vase-oil-paint.html</guid>
            
			
		</item>
		<item>
			<title>Pear Painting</title>
			<link>http://www.JillSaurFineArt.com/blog/pear-painting.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;&lt;strong&gt;“Love Jo all your days, if you choose, but don't let it spoil you, for it's wicked to throw away so many good gifts because you can't have the one you want.”&lt;/strong&gt; - Louisa May Alcott, Little Women&lt;br /&gt;&lt;br /&gt;This 36"x48" over-sized painting, "Love Triangle", hangs in the home of a patron who had their eye on it for over a year before they purchased it. I've also reproduced this in a hand-embellished limited edition giclee on canvas, for clients who need a focal point for their room and who love the story this painting tells.&lt;br /&gt;&lt;br /&gt;This painting is about unrequited love. The two pears on the left represent two people in a relationship, ignoring the third suitor on the right, who eventually has to turn away. Unrequited love is painful. But what we want, is not always what we need or what's best for us. &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left; font-family: Times; font-size: medium;" class="separator"&gt;&lt;span style="color: rgb(0, 0, 0); font-family: arial, sans-serif;"&gt;If you're interested in a giclee of this painting, please see my&lt;/span&gt; &lt;span style="font-family: arial, sans-serif;"&gt;&lt;a href="http://4.bp.blogspot.com/-qPKqsHRdkMY/T5VSuw3aLSI/AAAAAAAAF2c/6awQq4p7aBA/s1600/Pear-Still-Life-by-Jill-Saur.jpg"&gt;&lt;span style="color: rgb(255, 48, 50);"&gt;giclee&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0); font-family: arial, sans-serif;"&gt;page.  Thanks, Jill&lt;/span&gt;
&lt;/p&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0); font-size: medium;" class="separator"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); font-family: Times; font-size: 16px; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-qPKqsHRdkMY/T5VSuw3aLSI/AAAAAAAAF2c/6awQq4p7aBA/s1600/Pear-Still-Life-by-Jill-Saur.jpg" style=""&gt;&lt;img width="400" height="240" src="http://www.JillSaurFineArt.com/_Media/pear-still-life-by-jill-sau_med.jpeg" alt="" class="first" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Mon, 23 Apr 2012 09:17:36 -0400</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/pear-painting.html</guid>
            
			
		</item>
		<item>
			<title>Aspen Tree Painting</title>
			<link>http://www.JillSaurFineArt.com/blog/aspen-tree-painting-2.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;Estes Park, Colorado, is one of America's treasured National Parks that I hope to return to someday.  If you ever get a chance to visit, be sure you spend a day up at Bear Lake!  We came away with some incredible photos for me to use for subject matter to paint.  This 11"x14" acrylic painting, "Autumn Inspiration" is inspired by one of my walks up at Bear Lake. The aspens were just beginning to change.  The brilliant hues of the quaking leaves, against the azure sky, captured my spirit.  &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;This  expressive painting is available by contacting me through my website.  I invite you to become a collector and experience the joy of owning artwork that inspires and uplifts your soul! - Jill&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;My website:  &lt;a href="http://www.jillsaurfineart.com/" style="color: black; text-decoration: none;"&gt;CLICK HERE&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;                                                                                    &lt;a href="http://www.blogger.com/goog_1352227474"&gt;&lt;img width="249" height="320" src="http://www.JillSaurFineArt.com/_Media/aspen-painting_med.jpeg" alt="" class="first" /&gt;&lt;/a&gt;
&lt;/p&gt;
	&lt;div class="not-first-item 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 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-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;label for="contactform-s"&gt;Subject:&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-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="Lf4zPmbbJc/eEu4eKZOR876sJCy8wMsXCDW4YsYvztY=" /&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;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Thu, 19 Apr 2012 09:10:17 -0400</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/aspen-tree-painting-2.html</guid>
            
			
		</item>
		<item>
			<title>Seascape Painting</title>
			<link>http://www.JillSaurFineArt.com/blog/untitled-2-2.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p style="text-align: left; font-family: Times;" class="separator"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;This 16"x20" acrylic seascape painting on canvas is titled, "Renewed Solace". It was inspired by my memories of growing up near the ocean and heading down to the beach to watch the sunrise. I found renewed energy in the steady flow of the ocean waves breaking on the shore, the fresh sea air, and seeing the rays of the sun shine through, illuminating what had once been dark clouds.&lt;br /&gt;&lt;br /&gt;This sunrise seascape painting is available to purchase by contacting me through my website.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: Times; text-align: center;"&gt;&lt;a href="goog_1496667777"&gt;&lt;img width="256" height="320" src="http://www.JillSaurFineArt.com/_Media/seascape-by-jill-saur_med.jpeg" alt="" class="first" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="text-align: center;"&gt;&lt;span style="color: rgb(0, 0, 0); font-size: 16px; font-family: Arial;"&gt;Do you have a favorite beach that you'd like me to paint?  Please see my&lt;/span&gt; &lt;a href="~PAGEID~3BD2F886A0F34192826D"&gt;&lt;span style="color: rgb(255, 48, 50); font-size: 16px; font-family: Arial;"&gt;commission&lt;/span&gt;&lt;/a&gt; &lt;span style="color: rgb(0, 0, 0); font-size: 16px; font-family: Arial;"&gt;page!&lt;/span&gt;
&lt;/p&gt;
	&lt;div class="not-first-item 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 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-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;label for="contactform-s"&gt;Subject:&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-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="6MiSiYgMHN7VFkMQJRO5NK5NtDjQuiy5" /&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;p style="color: rgb(0, 0, 0); font-family: Times; font-size: 16px; text-align: center;"&gt;&lt;br /&gt;&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Tue, 17 Apr 2012 08:31:40 -0400</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/untitled-2-2.html</guid>
            
			
		</item>
		<item>
			<title>Floral Painting on Canvas</title>
			<link>http://www.JillSaurFineArt.com/blog/floral-painting-on-canvas.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;span style="font-family: Arial; color: rgb(0, 0, 0); font-size: 15px;"&gt;Imagine my surprise when I was watching the HGTV special on television tonight that featured the yearly "green" home that they are planning on giving away to a lucky viewer. The value of the give-away is $800,00 on a home in a new "green community" south of Atlanta, Ga. &lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; color: rgb(0, 0, 0); font-size: 15px;"&gt;They visited the Historic Roswell Art District galleries on a shopping spree for the home. The second gallery they entered showed a close up of my 48"x48" acrylic painting, &lt;strong&gt;"Joyful Encounter"&lt;/strong&gt;, in the photo here. It was shown three times along with one of my aspen tree paintings. I love it when the unexpected happens. I don't normally watch that show. They didn't select my art, but the feature in the gallery was pure delight! :)&lt;/span&gt;&lt;span style="font-size: 13px; color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 15px; font-family: Arial; color: rgb(0, 0, 0);"&gt;This painting is available at Matilda"s Art Gallery in Historic Roswell, GA.  Just contact me and I'll put you in touch with the gallery.  &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; color: rgb(0, 0, 0); font-size: 15px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
	&lt;div class="first graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;a href="http://www.jillsaurfineart.com/" class="imageLink"&gt;&lt;img width="360" height="356" src="http://www.JillSaurFineArt.com/_Media/joyful-encounter_med.jpeg" alt="Joyful-Encounter" /&gt;&lt;/a&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;p&gt;&lt;span style="font-family: Arial; color: rgb(0, 0, 0); font-size: 15px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
	&lt;div class="not-first-item 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 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-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;label for="contactform-s"&gt;Subject:&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-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="dBS80ao7iypRXu4tNG2reoV4/n2j9N6u" /&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;p&gt;&lt;span style="font-family: Arial; color: rgb(0, 0, 0); font-size: 15px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; color: rgb(0, 0, 0); font-size: 15px;"&gt;&lt;a href="http://www.jillsaurfineart.com/"&gt;http://www.jillsaurfineart.com/&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Sat, 14 Apr 2012 00:55:46 -0400</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/floral-painting-on-canvas.html</guid>
            
			
		</item>
		<item>
			<title>Apple Still Life Painting</title>
			<link>http://www.JillSaurFineArt.com/blog/untitled-2.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;span style="font-family: arial, sans-serif; color: rgb(0, 0, 0); font-size: medium;"&gt;Fresh off the tree, easel, and palette, onto a 8"x8" canvas, this acrylic palette knife painting is highly textured and has a warm glow that emanates from across the room.  It's available to purchase by contacting me through my website.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: arial, sans-serif;"&gt;I invite you to become a collector and experience the joy of owning artwork that inspires and uplifts your soul. - Jill Saur&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: arial, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 13px;"&gt;                                                                      &lt;a href="http://www.jillsaurfineart.com"&gt; &lt;/a&gt;&lt;/span&gt;&lt;a href="http://4.bp.blogspot.com/-qR12aVi4vQI/T4V9usgbruI/AAAAAAAAFlE/_scioDRl8gU/s1600/Apple-Still-Life-Painting-by-Jill-Saur.jpg" style="color: rgb(153, 153, 153);"&gt;&lt;img width="317" height="320" src="http://www.JillSaurFineArt.com/_Media/apple-still-life-painting-b_med.jpeg" alt="" class="first" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
	&lt;div class="not-first-item 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 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-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;label for="contactform-s"&gt;Subject:&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-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="Lf4zPmbbJc/eEu4eKZOR876sJCy8wMsXCDW4YsYvztY=" /&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;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Wed, 11 Apr 2012 09:06:19 -0400</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/untitled-2.html</guid>
            
			
		</item>
		<item>
			<title>Trees on Canvas</title>
			<link>http://www.JillSaurFineArt.com/blog/trees-on-canvas.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;This 12"x12" palette knife painting on canvas is titled, "Joy".  It epitomizes the feelings I express when I paint.  This vibrant and textured work is available to purchase by contacting me through my website.  &lt;/span&gt;&lt;span style="color: rgb(255, 0, 0); font-family: arial, sans-serif;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: center; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); font-family: Times; font-size: 16px; text-align: center;"&gt;  &lt;a href="goog_851301250"&gt;&lt;img width="336" height="336" src="http://www.JillSaurFineArt.com/_Media/trees-in-art_med.jpeg" alt="" class="first" /&gt;&lt;/a&gt;&lt;span style="font-size: 13px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/p&gt;
	&lt;div class="not-first-item 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 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-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;label for="contactform-s"&gt;Subject:&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-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="Lf4zPmbbJc/eEu4eKZOR876sJCy8wMsXCDW4YsYvztY=" /&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;br /&gt;
&lt;/div&gt;
			</description>
			<pubDate>Tue, 10 Apr 2012 19:34:57 -0400</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/trees-on-canvas.html</guid>
            
			
		</item>
		<item>
			<title>Crucifixion of Jesus Painting</title>
			<link>http://www.JillSaurFineArt.com/blog/crucifixion-of-jesus-painti.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;&lt;strong&gt;Painting the crucifixion of Jesus&lt;/strong&gt;  was an emotional endeavor for me.  Every stroke, every hue, pierced my heart and caused deep reflection.  This painting, &lt;strong&gt;"Golgotha"&lt;/strong&gt;, remains in my collection.  A reproduction is available by contacting me through my website . &lt;a href="http://www.JillSaurFineArt.com"&gt;www.JillSaurFineArt.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;From the prophetic book of Isaiah written around 700 years &lt;strong&gt;before&lt;/strong&gt; the birth of Christ: &lt;strong&gt;"He was despised and rejected by men; a man of sorrows, and acquainted with grief, and as one from whom men hide their faces he was despised, and we esteemed him not. Surely he has borne our griefs and carried our sorrows; yet we esteemed him stricken, smitten by God, and afflicted. But he was wounded for our transgressions; he was crushed for our iniquities; upon him was the chastisement that brought us peace, and with his stripes we are healed." Isaiah 53:3-5&lt;/strong&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0);" class="separator"&gt;&lt;span style="font-size: 13px; font-family: arial, sans-serif;"&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); font-family: Times; font-size: 16px; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-l9-aVVxcKdI/T37sqGWVx7I/AAAAAAAAFd8/h64cN4jr5bg/s1600/Jesus+Painting.jpg" style=""&gt;&lt;img width="400" height="296" src="http://www.JillSaurFineArt.com/_Media/jesuspainting_med.jpeg" alt="" class="first" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); font-family: Times; font-size: 16px; text-align: center;"&gt;&lt;span style="font-size: 13px;"&gt;&lt;a href="http://www.JillSaurFineArt.com"&gt;©1990-2012 Crucifixion Painting by Jill Saur, all rights reserved  &lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); font-family: Times; font-size: 16px; text-align: center;"&gt;&lt;br /&gt;&lt;/p&gt;
	&lt;div class="not-first-item 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 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-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;label for="contactform-s"&gt;Subject:&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-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="Lf4zPmbbJc/eEu4eKZOR876sJCy8wMsXCDW4YsYvztY=" /&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;p style="color: rgb(0, 0, 0); font-family: Times; font-size: 16px; text-align: center;"&gt;&lt;br /&gt;&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Fri, 06 Apr 2012 09:25:37 -0400</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/crucifixion-of-jesus-painti.html</guid>
            
			
		</item>
		<item>
			<title>Waterscape Painting</title>
			<link>http://www.JillSaurFineArt.com/blog/waterscape-painting.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;span style="font-family: Arial; color: rgb(0, 0, 0);"&gt;This 14"x11" acrylic palette knife painting on canvas, "Rhapsodic Blues", was inspired by an abandoned boat I found on a tiny island in the Florida Keys. The style this piece was rendered in was heavily influenced by my love for Vincent Van Gogh and his melodic impressionistic hues and strokes. I love the sea!&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; color: rgb(0, 0, 0);"&gt;Please send me a note of you are interested in this piece.  It is $450.00.  &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
	&lt;div class="first graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;img width="396" height="306" src="http://www.JillSaurFineArt.com/_Media/img_2362_med-2.jpeg" alt="Rhapsodic Hues" /&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="not-first-item 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 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-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;label for="contactform-s"&gt;Subject:&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-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="Lf4zPmbbJc/eEu4eKZOR876sJCy8wMsXCDW4YsYvztY=" /&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;p&gt;&lt;span style="font-family: Arial; color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Wed, 04 Apr 2012 08:55:21 -0400</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/waterscape-painting.html</guid>
            
			
		</item>
		<item>
			<title>Red Apple Painting</title>
			<link>http://www.JillSaurFineArt.com/blog/red-apple-painting.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;This is my brand new 8"x10" oil palette knife painting, "Apple Appeal", that was inspired by spring shining forth its beauty here in Atlanta, GA.  This painting is all about joy, new endeavors, and seems to sing its own song right on the canvas.&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;This painting is available to purchase buy contacting me through my website.  I would love for you to become a collector and experience the joy of owning original artwork that uplifts and inspires the soul. &lt;a href="http://www.JillSaurFineArt.com/"&gt;www.JillSaurFineArt.com&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); font-family: Times; font-size: 16px; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-ULx1-Lx7mQk/T3G1lqzl-rI/AAAAAAAAFKQ/czfZJrI1Vkw/s1600/Apple+Painting+by+Jill+Saur.jpg" style=""&gt;&lt;img width="257" height="320" src="http://www.JillSaurFineArt.com/_Media/applepaintingbyjillsaur-2_med.jpeg" alt="" class="first" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Tue, 27 Mar 2012 08:52:41 -0400</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/red-apple-painting.html</guid>
            
			
		</item>
		<item>
			<title>Lionfish</title>
			<link>http://www.JillSaurFineArt.com/blog/lionfish.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;span style="font-size: 15px; font-family: Arial;"&gt;Creatures that are both breathtakingly beautiful and deadly at the same time intrigue me. The lionfish, with its long flamboyant pectoral fins and dazzling red-orange and white striped body, is one of those creatures. Second to the stingray, its sting is one of the most venomous fish in the ocean. Although I've seen these fish in the wild, there’s a stunning exhibit of them in the Gatlinburg Aquarium, one of my favorite aquariums in the United States! &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 15px; font-family: Arial;"&gt;This 40"x30" oil painting on a wide border canvas, "Lion In Blue", has been in my private collection, but is now available on my website. &lt;a href="http://www.JillSaurFineArt.com/"&gt;www.JillSaurFineArt.com&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 15px; font-family: Arial;"&gt;All creatures both great and small, the Lord God has made them all!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 15px; font-family: Arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
	&lt;div class="first graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;img width="360" height="237" src="http://www.JillSaurFineArt.com/_Media/lioinfishbyjillsaur_med.jpeg" alt="" /&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
			</description>
			<pubDate>Sun, 25 Mar 2012 09:42:40 -0400</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/lionfish.html</guid>
            
			
		</item>
		<item>
			<title>Frog Painting</title>
			<link>http://www.JillSaurFineArt.com/blog/frog-painting.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p style="text-align: left;"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;When I was a little girl, my best friend (who lived across the street) was hit by a car and killed instantly.   Every day thereafter, when I came home from school, I sat out back by the edge of our pond. While my heart grieved, I listened to nature sing it's song, as if just to me.&lt;br /&gt;&lt;br /&gt;There was this frog, this one frog who appeared every day. I think he was trying to talk to me. Every time I answered, he answered me back. I found him so amusing and in a way comforting. I guess that's how an eight year old finds her way home.&lt;br /&gt;&lt;br /&gt;My acrylic painting, "Little Blue Frog" is one of those paintings that will always remain dear to my heart.  Thank you for viewing. - Jill Saur&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-MfiaesEsAZQ/T2sdv5xnVtI/AAAAAAAAFBQ/BKA_4hD0hwk/s1600/Frog+Painting+by+Jill+Saur.jpg" style="text-decoration: none; color: rgb(0, 0, 0);"&gt;&lt;img width="400" height="300" src="http://www.JillSaurFineArt.com/_Media/frogpaintingbyjillsaur_med.jpeg" alt="" class="first" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Thu, 22 Mar 2012 22:45:58 -0400</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/frog-painting.html</guid>
            
			
		</item>
		<item>
			<title>Apple Painting</title>
			<link>http://www.JillSaurFineArt.com/blog/apple-painting.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p style="color: rgb(0, 0, 0); font-family: Times; font-size: 16px; text-align: left;"&gt;&lt;span style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-variant: normal; text-decoration: none;"&gt;&lt;strong&gt;"The aim of art is to represent not the outward appearance of things, but their inward significance." - Aristotle&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;"&lt;strong&gt;Apple A'Day &lt;/strong&gt;", is my new 8"x10"x.5" oil palette knife painting on canvas.  There is no doubt about it, this painting is cheerful, playful, and full of color.  It's available for purchase by contacting my through my website. &lt;br /&gt;&lt;br /&gt;This little painting was inspired by my love for the simple things in life.  Thanks for viewing! - Jill Saur&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; font-variant: normal; color: rgb(0, 0, 0); text-decoration: none;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); font-family: Times; font-size: 16px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); font-family: Times; font-size: 16px;"&gt;                                                              &lt;a href="goog_104562465" style="color: rgb(153, 153, 153);"&gt;&lt;img width="256" height="320" src="http://www.JillSaurFineArt.com/_Media/applepaintingbyjillsaur_med.jpeg" alt="" class="first" /&gt;&lt;/a&gt;
&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Fri, 16 Mar 2012 10:04:38 -0400</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/apple-painting.html</guid>
            
			
		</item>
		<item>
			<title>Butterfly Painting</title>
			<link>http://www.JillSaurFineArt.com/blog/butterfly-painting.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;&lt;strong&gt;"Happiness is a butterfly, which when pursued, is always just beyond your grasp, but which, if you will sit down quietly, may alight upon you"&lt;/strong&gt;. - Nathaniel Hawthorne&lt;br /&gt;&lt;br /&gt;My 8"x10" acrylic butterfly on canvas painting, "The Feast", was inspired by a photography trip to the hills of Tennessee. I usually follow the butterflies, but this one seemed to follow me.&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;This butterfly painting is available on my website.  Thank you - Jill Saur&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0); font-size: medium;" class="separator"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;&lt;span style="font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); font-family: Times; font-size: 16px; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-oqGsBwtRsRE/T2JFW2CxMzI/AAAAAAAAE70/pr1rC76cIfE/s1600/Butterfly+Art+by+Jill+Saur.jpg" style=""&gt;&lt;img width="247" height="320" src="http://www.JillSaurFineArt.com/_Media/butterflyartbyjillsaur_med.jpeg" alt="" class="first" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="text-align: center; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Thu, 15 Mar 2012 15:53:54 -0400</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/butterfly-painting.html</guid>
            
			
		</item>
		<item>
			<title>&quot;Never, Never, Never Give Up&quot; - Winston Churchill</title>
			<link>http://www.JillSaurFineArt.com/blog/never-never-never-give-up.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p style="color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="MsoNormal"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;strong&gt;"I found I could say things with color and shapes that I couldn't say any other way - things I had no words for". &lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;– Georgia O’Keeffe&lt;/strong&gt;&lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="MsoNormal"&gt;&lt;span style="font-size: 13px; font-family: Arial, Helvetica, sans-serif;"&gt; &lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;This commission, “Hawaiian Splendor” is a 36”x48” acrylic on canvas.  I re-painted the ocean at least three times before I was happy with the results.  I never give up!&lt;/span&gt;&lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="MsoNormal"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt; For me, there are three types of paintings that turn out well.&lt;/span&gt;&lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="MsoNormal"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt; 1.&lt;/span&gt;  The first type is the painting that flows effortlessly like a fine tuned symphony producing beautiful music.  I suppose it's like catching that "perfect wave" and riding it all the way to the shore.  I never give up!
&lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="MsoNormal"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt; 2.&lt;/span&gt;  The second painting is the one that I wrestle with, painting certain areas again and again.  Actually, the ones I struggle with lead to new discoveries and results that surprise me.  They afford an opportunity for growth.  This struggle reminds me of the grain of sand in the oyster.  The oyster takes the discomfort and spins a beautiful pearl.  I never give up!
&lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="MsoNormal"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt; 3.  The third painting is the one that I have no idea how to do.  I pray, asking God, the ultimate Creator, to show me what to do and to guide my brushes.  The exhilarating part is getting the answer and finding myself doing things with the paint that I've never done before. That’s why I never turn down commissions, they throw me out of my “comfort zone” and that’s where the magic happens!  I never give up!&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Wed, 14 Mar 2012 01:31:36 -0400</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/never-never-never-give-up.html</guid>
            
			
		</item>
		<item>
			<title>Trees In Art</title>
			<link>http://www.JillSaurFineArt.com/blog/trees-in-art-2.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p style="text-align: left;"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;&lt;strong&gt;"If you reveal your secrets to the wind, you should not blame the wind for revealing them to the trees."  - &lt;/strong&gt;Khalil Gibran&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left;"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;My new 8"10".5" oil palette knife and brush painting, "Relinquished", is richly textured on the trees, revealing their "bone structure" against the value tones of winter. The title suggests that place in life where we relinquish ourselves and open up our hearts and minds to fresh inspiration and new possibilities.&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left;"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;I love aspens in winter. Their beautiful white trunks and dark branches mingle with the dark shadows cast upon the white snow, creating a profound beauty that is best experienced in silence.&lt;br /&gt;&lt;br /&gt;This painting is available to purchase&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0); font-family: arial, sans-serif;"&gt;.  &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: center;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); text-align: center;"&gt;&lt;a href="http://www.blogger.com/goog_217006635" style="text-decoration: none; color: rgb(0, 0, 0);"&gt;&lt;img width="255" height="320" src="http://www.JillSaurFineArt.com/_Media/arttreesbyjillsaur_med.jpeg" alt="" class="first" /&gt;&lt;/a&gt;&lt;/p&gt;
	&lt;div class="not-first-item 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 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-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;label for="contactform-s"&gt;Subject:&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-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="Lf4zPmbbJc/eEu4eKZOR876sJCy8wMsXCDW4YsYvztY=" /&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;br /&gt;
&lt;/div&gt;
			</description>
			<pubDate>Tue, 13 Mar 2012 11:19:01 -0400</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/trees-in-art-2.html</guid>
            
			
		</item>
		<item>
			<title>Pear Still Life Painting</title>
			<link>http://www.JillSaurFineArt.com/blog/pear-still-life-painting-2.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;Fresh off the easel, this is my new 8"x10"x1.5" palette knife pear painting. It's loaded with texture and drenched in soft, light hues. I've named it, "Gentle Touch".  It was inspired by something totally unrelated, Vincent Van Gogh's, "Sunflowers".&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;To buy this painting, please contact me.  Thanks!&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: center; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); font-family: Times; font-size: 16px; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-Q6YcAvB0zvQ/T1oUJa_kfEI/AAAAAAAAEwk/rtRq3bLu5I0/s1600/Pear+by+Jill+Saur.jpg" style=""&gt;&lt;img width="254" height="320" src="http://www.JillSaurFineArt.com/_Media/pearbyjillsaur_med.jpeg" alt="" class="first" /&gt;&lt;/a&gt;&lt;/p&gt;
	&lt;div class="not-first-item 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 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-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;label for="contactform-s"&gt;Subject:&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-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="Lf4zPmbbJc/eEu4eKZOR876sJCy8wMsXCDW4YsYvztY=" /&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;p style="color: rgb(0, 0, 0); font-family: Times; font-size: 16px; text-align: center;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Fri, 09 Mar 2012 09:44:31 -0500</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/pear-still-life-painting-2.html</guid>
            
			
		</item>
		<item>
			<title>Pear Still Life Painting</title>
			<link>http://www.JillSaurFineArt.com/blog/pear-still-life-painting.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;span style="font-family: Arial; color: rgb(0, 0, 0);"&gt;Fresh off the easel, my 6"x8"x1.5" palette knife oil painting, "Solitude", is textured, vibrant, and full of movement.  The shape of the pear is similar to the shape of the human figure.  When I render them, I pay attention to the nuance of the hues reflecting the light in the room and the subtle shape and curvature of line that defines it's own unique presentation.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; color: rgb(0, 0, 0);"&gt;I would love for you to become a collector of my work and experience the joy of owning original artwork that uplifts and inspires your soul!  &lt;/span&gt;&lt;/p&gt;
	&lt;div class="first graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;img width="258" height="346" src="http://www.JillSaurFineArt.com/_Media/pear_still_life_painting_med.jpeg" alt="Pear Still Life Painting" /&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt; 
	&lt;div class="not-first-item graphic-container wide right"&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 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-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;label for="contactform-s"&gt;Subject:&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-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="Lf4zPmbbJc/eEu4eKZOR876sJCy8wMsXCDW4YsYvztY=" /&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;p&gt;&lt;span style="font-family: Arial; color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Tue, 06 Mar 2012 08:07:01 -0500</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/pear-still-life-painting.html</guid>
            
			
		</item>
		<item>
			<title>Trees In Art</title>
			<link>http://www.JillSaurFineArt.com/blog/trees-in-art.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;My 18"x24" acrylic painting, "Winter Solstice", represents the transition between the seasons in our natural world and in our lives. The path challenges the viewer to see life as an exciting journey, even though we don't see what lies beyond. &lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;Both the original and a limited edition hand-embellished giclee is available on my website.&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left; color: rgb(0, 0, 0); font-family: Times; font-size: medium;" class="separator"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;&lt;a href="http://www.JillSaurFineArt.com/"&gt;CLICK HERE&lt;/a&gt;.  I invite you to become a collector and experience the joy of owning artwork that uplifts and inspires your soul! - Jill Saur&lt;/span&gt;&lt;/p&gt;&lt;p&gt;￼
&lt;/p&gt;
	&lt;div class="first graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;img width="266" height="320" src="http://www.JillSaurFineArt.com/_Media/treepaintingbyjillsaur_med.jpeg" alt="" /&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
	&lt;div class="not-first-item 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 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-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;label for="contactform-s"&gt;Subject:&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-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="Lf4zPmbbJc/eEu4eKZOR876sJCy8wMsXCDW4YsYvztY=" /&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;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Fri, 02 Mar 2012 08:14:55 -0500</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/trees-in-art.html</guid>
            
			<category>Trees in Art</category><category>Colorado Art</category><category>Aspen Art</category><category>Birch Tree paintings</category>
		</item>
		<item>
			<title>Aspen Tree Painting</title>
			<link>http://www.JillSaurFineArt.com/blog/aspen-tree-painting.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;span style="font-family: Arial; color: rgb(0, 0, 0); font-size: 15px;"&gt;My acrylic aspen tree painting, "Autumn Gold", is all about the path we choose to follow in life. Aspens are amazing trees. I call them "The Giving Trees", because they are deeply connected to one another under the ground. They are even able to grow a new tree from the offshoot of one of their roots.&lt;br /&gt;&lt;br /&gt;Although we are connected to other people in so many different ways, we all must choose the path that we are to personally follow. My path involves expressing myself with brush, paint and canvas, inspiring my patrons through my artwork. It also includes teaching others the "joy of painting". I have some amazing students and look forward to their arrival at my studio every week. Watching them create, grow, and interact with one another, is a beautiful gift that I don't take lightly!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 15px; font-family: Arial; color: rgb(0, 0, 0);"&gt;This original painting is sold, but a beautiful limited edition, hand-embellished giclee is available.  Click the link below.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; color: rgb(0, 0, 0); font-size: 15px;"&gt;&lt;a href="http://www.jillsaurfineart.com/gallery-one---aspen-tree/autumn-gold-40x30-original.html#previous-photo"&gt;http://www.jillsaurfineart.com/gallery-one---aspen-tree/autumn-gold-40x30-original.html#previous-photo&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Fri, 17 Feb 2012 13:57:36 -0500</pubDate>
			<guid>http://www.JillSaurFineArt.com/blog/aspen-tree-painting.html</guid>
            
			
		</item>
 	</channel>
</rss>

