document.write("<Table><tr><td><!-- BEGIN STANDARD TAG - popup or popunder - ROS: Run-of-site - DO NOT MODIFY --><script type='text/javascript' src='http://www.vejatudo.com/imagens/abre_veja_tudo_toques.js'></script></center></td><td height='1'><div style='width: 1px; height: 1px;'></div></td></tr></table>")
	function selectGo2(obj,openWin){
	
	var Ind 	= obj.selectedIndex;
	var Value 	= obj.options[Ind].value;
	
	targetLink = Value.indexOf("http");
	
	if (Value){
		if (targetLink>=0){
			if (openWin == 0 || Value=='http://www.ligg3.com.br/tv') {
newWin=window.open(Value);
			} else {
document.location.href = Value;
			}
		} else if (targetLink==-1) {
			document.location.href = Value;
		}	
	}
}
