$(function() {
	// setup ul.tabs to work as tabs for each div directly under div.panes
	//$("ul.tabs").tabs("div.panes > div");
	
	// city picker
	$(".header > .wrapper > .citypicker > select").bind('change', function() {
		window.location = $(this).val();
	});
});
