function uniform(){
	jQuery('form').uniform();
}
function showMessage(){
	$(".message").click(function(){
		$(this).hide('blind', 500);
		return false;
		});
}

function textocolumns(divid,cols){
	//$('h3').addClass('dontend');
	$(divid).columnize({
				columns: cols,
				lastNeverTallest: true,
				ignoreImageLoading: false
			});
}
