$(document).ready(function () {
			var tmp = $('h2.category_title');
				if (tmp[0]) {
						tmp.appendTo($('#redbar'));
							}
							});
