
jQuery(document)
.ready(function(){
	
	/*
	jQuery('div.qa_single #main h2')
	.append(
		jQuery(document.createElement('span'))
		.html('Q')
	)
	;
	
	var top1 = jQuery('div.qa_single #main h2').height();
	var top2 = jQuery('div.qa_single #main h2 span').height();
	jQuery('div.qa_single #main h2 span')
	.css('top', ((top1 - top2) / 2) + 4 + 'px')
	;
	
	jQuery('div.qa_single #main div.entry p:first')
	.append(
		jQuery(document.createElement('span'))
		.addClass('mark')
		.html('A')
	)
	;
	*/
	
	
	
	
	
	
	
	
	
	
});


