/*jQuery(document).ready( function(){
  autocolumn();
});

autocolumn = function(){

  $("div.test").columnize({ width: 230, columns: 4 });
  //$("div.test").columnize({ width: 230, columns: 4 }); 
}*/
/*
$(function(){
			 $("div.test").columnize({width: 230,columns: 4});
		});
*/

