var j$=jQuery.noConflict();

j$(document).ready(function(){
	j$("#profile-change").change(function(){
		window.open('/tabid/' + this.options[this.selectedIndex].value + '/Default.aspx', '_parent'); 
		return false;
	});
});
