//<![CDATA[
function setTarget(){
	var AE = document.getElementsByTagName('a');
	for(i = 0; i < AE.length; i++){
		if(!AE[i].href.match('.*tda-official.*'))
		AE[i].setAttribute('target', '_blank');
	}
}

/*SelectMenu*/
function selectUrl(sel){
	if(sel.options[sel.selectedIndex].value){
		location.href = sel.options[sel.selectedIndex].value;
	}
}

//]]>//
