window.addEvent('domready', function() {
	$$('#information select').addEvent('change', function(element) {
		// alert(this.value);
		if(this.value != '') {
			document.location = 'http://www.cosmeticsurgerytoday.co.uk/surgery_types/list_articles/'+this.value+'/';
		}
	});
});
