$JQ(document).ready(function(){
	
/*		
	adding clearBoth divs to the markup here = less code and mess in the markup		
*/
/*
	$JQ("#mainarea").append("<div class='clearBoth'></div>"); // adds clearBoth at the end of <div>
	$JQ("#content").append("<div class='clearBoth'></div>"); // adds clearBoth at the end of <div>
	$JQ("#sidebar").append("<div class='clearBoth'></div>"); // adds clearBoth at the end of <div>
*/	

});  








