var head = document.getElementsByTagName('head')[0]; if (head) { var style = document.createElement('style'); style.setAttribute('type','text/css'); if (style.styleSheet) { // IE style.styleSheet.cssText = '#jlQow {border:2px solid black;font-size:12px;padding:5px;}#jlQow #title {font-size:1.1em;font-weight:bold;text-align:center;}#jlQow #date {font-size:0.8em;text-align:center;}#jlQow blockquote {background:transparent;border:0 none;color:black;font-style:normal;margin:1em 0;padding:2px;}#jlQow blockquote p {font-size:1.3em;margin:8px;padding:0px;}#jlQow blockquote p, #jlQow blockquote cite {background:transparent;}#jlQow cite {display:block;font-size:1em;margin:8px;text-align:right;}'; } else { // the rest style.appendChild(document.createTextNode('#jlQow {border:2px solid black;font-size:12px;padding:5px;}#jlQow #title {font-size:1.1em;font-weight:bold;text-align:center;}#jlQow #date {font-size:0.8em;text-align:center;}#jlQow blockquote {background:transparent;border:0 none;color:black;font-style:normal;margin:1em 0;padding:2px;}#jlQow blockquote p {font-size:1.3em;margin:8px;padding:0px;}#jlQow blockquote p, #jlQow blockquote cite {background:transparent;}#jlQow cite {display:block;font-size:1em;margin:8px;text-align:right;}')); } head.appendChild(style); } document.write('
Quote of the Week
');document.write('
Aug 29, 2010

“When you hold resentment toward another, you are bound to that person or condition by an emotional link that is stronger than steel. Forgiveness is the only way to dissolve that link and get free.”
Catherine Ponder

');document.write('
Powered by JoelALevy.com
');