$(document).ready(function(){

	$('li').addClass("dontsplit");
	$('.postpage').columnize({width:220});  

  });
