	function __utmLinker(href) {
                var iFrame = false;
                if ( top ) {
                    if ( top.frames ) {
                        if ( top.frames.length > 0 ) {
                            iFrame = true;
                        }
                    }
                }
                if ( iFrame == false ) {
                    document.location.href = href;
                } else {
                    top.location = href;
                }
	}