function go( url ) {
    if ( url ) {
        top.location.href = url;
    }
	return false;
}