			$(function(){
				$("dh1").each(function(){
					this.innerHTML = "<img src='/sharedWidgets/font.php?text="+this.innerHTML+"&font=WaukeganLDO.ttf&size=17&r=69&g=151&b=38' alt='"+this.innerHTML+"'>";
				});
				$("dh2").each(function(){

					var current = this;
					while(current.firstChild && current.firstChild.innerHTML)
					{
						current = current.firstChild;
					}

					this.innerHTML = "<img src='/sharedWidgets/font.php?text="+current.innerHTML+"&font=WaukeganLDO.ttf&size=13&r=70&g=70&b=70' alt='"+current.innerHTML+"'>";
				});
				$("hr").wrap("<div class='hr'></div>");
			});
