/*$(document).ready(function() {
	$(".jqColumn").vjustify();
});*/

window.onload=function()
{
	$(".jqColumn").vjustify();
	}