// JavaScript Document

$(document).ready(function(){
			$('.wide').columnize({width:400});
			$('.thin').columnize({width:250});
});
