﻿//// JScript 文件
//try  
//  {   
//  var   s_domain   =   location.host;   
//  var   js_path   =   "www.adeeee.com";   
//  if   (s_domain   !=   js_path)   
//  {  
//     var str=window.location.href; 
//     var tmp=str.split("/");

//     var post=tmp[3];

//    window.location.href = "http://www.adeeee.com/"+post;  
//  }   
//  }   
//  catch(e) { }