// JavaScript Document
jQuery(document).ready(
		function(){		
			
			jQuery(".post-wrapper table tr:odd").addClass("odd");
			
			});
