$(function() {

	var wi = $("#main").width();
       
	var he = 450;
	$('.wide').columnize({width : wi, height : he});

});
