$(document).ready(function(){
	/*$('table.webwiz_table tr').each(function(){
		$(this).children(':even').addClass('odd');
		$(this).children(':odd').addClass('even');
	});*/
});

