
$(document).ready(function() {
	$(".jqColumn").vjustify();
	
	$("form#effectstrackerhome select.pulldown").change(function() {
		var theselect = $(this).attr("id");
		var theid = $("form#effectstrackerhome select#" + theselect + " option:selected").val();
		var theurl = "/index.cfm?cID=1671&search=" + theid;
		window.location = theurl;
		return false;
	});

});
