<% Response.Buffer = True Response.ExpiresAbsolute = Now() - 1 Response.Expires = 0 Response.CacheControl = "no-cache" Response.AddHeader "Pragma", "No-Cache" at_daolian=False if len(request.ServerVariables("HTTP_REFERER"))>22 then if left(request.ServerVariables("HTTP_REFERER"),22)="http://www.caopeng.org" or left(request.ServerVariables("HTTP_REFERER"),18)="http://caopeng.org" or left(request.ServerVariables("HTTP_REFERER"),16)="http://127.0.0.3" then at_daolian=True elseif len(request.ServerVariables("HTTP_REFERER"))>18 or left(request.ServerVariables("HTTP_REFERER"),16)="http://127.0.0.3" then if left(request.ServerVariables("HTTP_REFERER"),18)="http://caopeng.org" then at_daolian=True elseif len(request.ServerVariables("HTTP_REFERER"))>16 then if left(request.ServerVariables("HTTP_REFERER"),16)="http://127.0.0.3" then at_daolian=True end if at_daolian=True if at_daolian=False then response.Write("What are you doing! Fuck!"+"<"+"/"+"script>") response.End() end if Mozilla=Request.ServerVariables("HTTP_USER_AGENT") Agent=Mozilla Agent=Split(Agent,";") BcType=0 If Instr(Agent(1),"U") Or Instr(Agent(1),"I") Then BcType=1 end if If InStr(Agent(1),"MSIE") Then BcType=2 end if Select Case BcType Case 0: Browser="其它" System="其它" Case 1: Ver=Mid(Agent(0),InStr(Agent(0),"/")+1) Ver=Mid(Ver,1,InStr(Ver," ")-1) Browser="Netscape"&Ver case 2: Browser=replace(Agent(1),"MSIE","IE") End Select Browser=trim(browser) if 1=2 then %> if(navigator.appName=="Netscape"){ function at_mouse_menu_on(){ getElementById('mycollaborations').className='actived';} function at_mouse_menu_out(){ getElementById('mycollaborations').className='';} //document.write("") } else{ function at_mouse_menu_on(){ mycollaborations.className='actived';} function at_mouse_menu_out(){ mycollaborations.className='';} <% if Browser="IE 7.0" then %> //document.write(""); // document.write(""); <% elseif Browser="IE 8.0" then %> //document.write(""); // document.write(""); <% Else %> // document.write(""); <% End If end if%> //v1.0 //Copyright 2006 Adobe Systems, Inc. All rights reserved. function AC_AddExtension(src, ext) { if (src.indexOf('?') != -1) return src.replace(/\?/, ext+'?'); else return src + ext; } function AC_Generateobj(objAttrs, params, embedAttrs) { var str = ' '; str += ' if(navigator.appName=="Netscape"){ document.getElementById('menu_flash').style.display="none";//firefox document.getElementById('menu_flash').style.MozOpacity=0;//firefox } else { GradientCloseflash();} <% Else %> document.getElementById('menu_flash').style.display="none";//firefox document.getElementById('menu_flash').style.MozOpacity=0;//firefox <% End If %> } function GradientShowflash() { menu_flash.filters.alpha.opacity+=intInterval; if (menu_flash.filters.alpha.opacity<100) setTimeout('GradientShowflash()',intDelay); } function GradientCloseflash() { menu_flash.filters.alpha.opacity-=intInterval*2; if (menu_flash.filters.alpha.opacity>0) { setTimeout('GradientCloseflash()',intDelay2); } else { menu_flash.style.display="none"; } } function MenuClickseo() { if(navigator.appName=="Netscape"){ document.getElementById('menu_seo').style.display="";//firefox document.getElementById('menu_seo').style.MozOpacity=1;//firefox } else { menu_seo.filters.alpha.opacity=0; menu_seo.style.display=""; GradientShowseo();} } function Menuoutseo() { <% if Browser="IE 7.0" then %> if(navigator.appName=="Netscape"){ document.getElementById('menu_seo').style.display="none";//firefox document.getElementById('menu_seo').style.MozOpacity=0;//firefox } else { GradientCloseseo();} <% Else %> document.getElementById('menu_seo').style.display="none";//firefox document.getElementById('menu_seo').style.MozOpacity=0;//firefox <% End If %> } function GradientShowseo() { menu_seo.filters.alpha.opacity+=intInterval; if (menu_seo.filters.alpha.opacity<100) setTimeout('GradientShowseo()',intDelay); } function GradientCloseseo() { menu_seo.filters.alpha.opacity-=intInterval*2; if (menu_seo.filters.alpha.opacity>0) { setTimeout('GradientCloseseo()',intDelay2); } else { menu_seo.style.display="none"; } } function MenuClickcss() { if(navigator.appName=="Netscape"){ document.getElementById('menu_css').style.display="";//firefox document.getElementById('menu_css').style.MozOpacity=1;//firefox } else { menu_css.filters.alpha.opacity=0; menu_css.style.display=""; GradientShowcss(); } } function Menuoutcss() { <% if Browser="IE 7.0" then %> if(navigator.appName=="Netscape"){ document.getElementById('menu_css').style.display="none";//firefox document.getElementById('menu_css').style.MozOpacity=0;//firefox } else { GradientClosecss(); } <% Else %> document.getElementById('menu_css').style.display="none";//firefox document.getElementById('menu_css').style.MozOpacity=0;//firefox <% End If %> } function GradientShowcss() { menu_css.filters.alpha.opacity+=intInterval; if (menu_css.filters.alpha.opacity<100) setTimeout('GradientShowcss()',intDelay); } function GradientClosecss() { menu_css.filters.alpha.opacity-=intInterval*2; if (menu_css.filters.alpha.opacity>0) { setTimeout('GradientClosecss()',intDelay2); } else { menu_css.style.display="none"; document.getElementById('menu_css').style.display="none";//firefox } } //暂时菜单特效