﻿jQuery().ready(function(){
	jQuery('.medSelect').change(function() {

	    if (this.value) window.location = this.value;

	});
});
