var lcwWidget = {
	width: '160px',
	color_h: '#000',
	color_t: '#000',
	fontsize_h: '13px',
	fontsize_t: '11px',
	border: false,
	html: function() {
		var _html = '<style type="text/css">'+"\n"+
'div.lcw-widget{width:'+lcwWidget.width+';margin:22px 0 0;'+(lcwWidget.border?'border: 1px solid #000;':'')+'overflow:auto;padding:5px}'+
'div.lcw-widget h2{margin:0;padding:5px 0;color:'+lcwWidget.color_h+';font-size:'+lcwWidget.fontsize_h+'}'+
'div.lcw-widget p{margin:0;padding:5px 0;color:'+lcwWidget.color_t+';font-size:'+lcwWidget.fontsize_t+'}'+
'div.lcw-widget p.lcwlink{margin:0;padding:0 0 2px 0}'+
		"\n"+'</style>'+
		'<div class="lcw-widget">'+
		'<h2>Word for today</h2>'+
		'<p>You can see the speck in your friend\'s eye, but you don\'t notice the log in your own eye. How can you say, \"My friend, let me take the speck out of your eye,\" when you don\'t see the log in your own eye?</p>'+
		'<p><em>Matthew 7:3-4</em></p>'+
		'<p class="lcwlink"><a href="http://www.LCWords.com/">www.LCWords.com</a></p>'+
	'</div>'+
	'<img src="http://www.lcwords.com/get_widget_en.png" width="1" height="1" alt=""/>';
		document.write(_html);
	}
}
