javascript:(function(){var list = [];var links= $('a');var sources = $('img[src]');var tips = $('.doctypetooltip');var bgColor = '#E40000';var txtColor = '#FFF'; var url = location.href;if (url.indexOf('contrib') !== -1) { bgColor = '#333333'; txtColor = '#AEFFA3';}if (tips.length !== 0) {$(tips).remove();return};function selectText(elem) { if ($.browser.msie) { var range = document.body.createTextRange(); range.moveToElementText(elem); range.select(); } else if ($.browser.mozilla || $.browser.opera) { var selection = window.getSelection(); var range = document.createRange(); range.selectNodeContents(elem); selection.removeAllRanges(); selection.addRange(range); } else if ($.browser.safari) { var selection = window.getSelection(); selection.setBaseAndExtent(elem, 0, elem, 1); }};sources.each(function(idx) {var source = $(this).attr('src');if (source.indexOf('/native') !== -1 || source.indexOf('/~edisp') !== -1 || source.indexOf('/web') !== -1 || source.indexOf('dDocName') !== -1) {var start=8; var end=source.length; if (source.indexOf('dDocName') !== -1) { start = source.indexOf('dDocName') + 9; end = source.indexOf('&',start); } if (source.indexOf('/web') !== -1) { start = 5; end = source.length; } if (source.indexOf('/~edisp') !== -1) { start = source.indexOf('/~edisp') + 8; end = source.indexOf('.',start); }var txt = source.substring(start,end);p=document.createElement('div');p.setAttribute("class","doctypetooltip");p.setAttribute("style","font-size:11px !important;font-weight:normal !important;width:auto;background:" + bgColor + ";color:" + txtColor + ";border-radius:3px;margin:2px;display:inline-block;padding:0 5px;text-align:center;cursor:pointer");p.innerHTML=txt;$(p).bind('dblclick',function(e){var txt=$(e.target).text();window.open(siteURL+'/idc/idcplg?IdcService=GET_SEARCH_RESULTS&SortField=dInDate&SortOrder=Desc&ResultCount=20&QueryText=%3Cqsch%3E'+txt+'%3C%2Fqsch%3E&listTemplateId=&ftx=1&SearchQueryFormat=Universal&TargetedQuickSearchSelection=&MiniSearchText='+txt)});$(p).insertBefore($(this).parent());$(p).bind('mouseenter',function(e) {selectText(e.target)});};});for(item in links) {var href=links[item].toString();var name=links[item].innerHTML;var str='DocName=';if (href.indexOf('/native')!==-1){str='native/';};if (href.indexOf('/web')!==-1){str='web/';};if (href.indexOf(str)!=-1 && !name.indexOf('