$(document).ready(function()	{
	$('#readMore').tabs({ fxSlide: true, fxFade: true, fxSpeed: 'normal' });
	$("tr:nth-child(odd)").addClass("odd");
	$("td:first-child()").addClass("first-child");
	$("td:last-child()").addClass("last-child");
	$("table").attr("cellspacing","0");
	$("table").attr("cellpadding","0");
	$("table").attr("border","0");
	$("hr").wrap("<div class='hr'></div>");
	//$("div.sectionedit a").appendTo("div.sectionedit + h2");
	//$("div.sectionedit a").appendTo("div.sectionedit + h2");
	$.beautyOfCode.init({
    	brushes: ['Xml', 'JScript', 'Css'],
    	ready: function() {
    		$.beautyOfCode.beautifyAll();
    	}
	});
});