
	
	$(document).ready(function($){
	
	var backside = $('.sidebar');
	var content =$('#content');
	var bbody = $('#body');
	
	
	
	backside.height(bbody.height());
	
	for(property in content){
		 
	}
	});
	function getheightbbody(){
		var backside = $('.sidebar');
		var content =$('#content');
		var bbody = $('#body');
		
		
		
	}
	
		
	
	
	//for(value )

