$(document).ready(function() {
	
	$('.forum-select').change(function(e) {
		e.preventDefault();
		
		top.location.href = 'http://dlafirmy.info.pl/forum/dzial/' + $('#forumsID').val() + '/' + $('#page').val() + '/' + $('.forum-select option:selected').val();
	});
});

