jQuery(document).ready(
	function($) {
		// IE fixes
		if (jQuery.browser.msie) {
			$('.threeColumns').columnize({ columns: 3 });
		}

		// Default input values
		$('input[type=text]').autoInputLabel();
	}
);
