jQuery(function() {
	/*jQuery( "#importantMessage" ).dialog({
		width: 675,
		modal: true,
		buttons: {
			"Close": function() {
				jQuery( this ).dialog( "close" );
			}
		}
	});*/
	
	jQuery( "#home-sidebar .widget_text h3" ).each(function(){
			jQuery(this).parent(".widget_text").attr("title",jQuery(this).text());
			jQuery(this).remove();
	});
	
	jQuery( "#home-sidebar .widget_text" ).dialog({
		width: 675,
		modal: true,
		buttons: {
			"Close": function() {
				jQuery( this ).dialog( "close" );
			}
		}
	});
	
	
});
