/*jQuery 1.2.6*/

$(document).ready(function(){

	$('.articles li:odd:not(:last)').after('</ul><ul class="articles">');

});
