/*$(document).ready(function() {
	
	// $('#sidebar').css('height', $('#content').height() + 20);

	// $('.large-media-container, .small-media-container').livequery(function() {
	// 	var $this = $(this),
	// 		data = {
	// 			'width' : $this.width(),
	// 			'height' : $this.height(),
	// 			'ide' : $this.attr('ide')
	// 		};
	// 	if (!data.ide) return;
	// 	$.post('/ajax/image', data, function(json) {
	// 		$this.html(json.data);
	// 		$('img', $this).fadeIn();
	// 	});
	// });

});*/
