$(document).ready(function() {
									
	/* make div's same height */
	if (media=screen) {
	$(".jqColumn").vjustify(); 
	  }
  	
});
