// JavaScript Document
  var df_domain="dfdaily";
  var url_path=window.location.href;
  var css=document.getElementById("userInterface");
  var title="东方早报亲子频道";
  if(url_path.indexOf(df_domain)!=-1){
  	  	//means 东早的亲子频道来的
	      //alert("df");
  		  document.title=title;
	      css.href="/css/df_interface.css";
  }
 // window.onload = function(){ 
 // 	if(url_path.indexOf(df_domain)!=-1){
 //  		 var str="";
 //      str= document.documentElement.innerHTML; //得到网页的源代码（从<html>直到</html>的所有部分；如果只是想替换<body>中的字符那么此处改为document.body.innerHTML） 
 //      var placed_str="joyfamilies.com";
 //      var target_str="family.dfdaily.com";
 //      while(str.indexOf(placed_str)>-1) //如果找到"google"字串 
 //      { 
 //         str = str.replace(placed_str,target_str); 
 //      } 
 //       document.write(str); //显示替换后的字串 
 //   }
//} 





