www.gusucode.com > 星云DJ舞曲 4.5a源码程序 > js/fromhere.js

    <!--
var referer = '';
var hellott='您好, 您从';
var hellott1='查找关键字来到了【星云舞曲网】 \n\t到访页面:'+location.href+'\n\t页面标题:'+top.document.title.substring(0,30)+'...'+'\n\n为了您下次更方便的访问欢乐今夜DJ舞曲网丰富资源,您愿意将 欢乐今夜DJ舞曲网 加入收藏夹吗?';

if(document.referrer.indexOf("baidu")!=-1)
{if(confirm( hellott + ' 百度 ' + hellott1 )){addfav();}}

if(document.referrer.indexOf("google")!=-1)
{if(confirm( hellott + ' Google.com ' + hellott1))
{addfav();}}


if(document.referrer.indexOf("sina")!=-1)
{if(confirm( hellott + ' 新浪 '+ hellott1)){addfav();}}



if(document.referrer.indexOf("3721")!=-1)
{if(confirm( hellott + ' 3721 '+ hellott1)){addfav();}}





function addfav()
{
  window.external.AddFavorite('http://www.xy57.cn','星云舞曲网 www.xy57.cn'); //---加入收藏夹
  //this.style.behavior='url(#default#homepage)'; //this.setHomePage('http://www.xy57.cn/'); //---设为主页
}



//-->