

/*------------blog.js----------*/

reg.postSetup(function() {
	$('#blog_categories, #blog_archives').change(function() {
		if (this.value) { window.location = this.value; }
	});
});
