/********************************************************************************************
columnizer plugin
used in company press and naias press pages
rather than add this inline to each page, we're 'extending' global.js w/ this file
********************************************************************************************/
$(document).ready(function(){
	$(function(){
		$('table').addClass("dontsplit");
		$('.columnize').columnize({columns: 2});
	});
});
