﻿
//51.la
document.writeln("<script language=\"javascript\" type=\"text\/javascript\" src=\"http:\/\/js.users.51.la\/4060239.js\"><\/script>");
document.writeln("<script language=\"javascript\" type=\"text\/javascript\" src=\"http:\/\/js.users.51.la\/4279051.js\"><\/script>");

//百度统计
//document.writeln("<script type=\"text\/javascript\">");
//document.writeln("var _bdhmProtocol = ((\"https:\" == document.location.protocol) ? \" https:\/\/\" : \" http:\/\/\");");
//document.writeln("document.write(unescape(\"%3Cscript src=\'\" + _bdhmProtocol + \"hm.baidu.com\/h.js%3F58c3af797403b80a972608dec2474e37\' type=\'text\/javascript\'%3E%3C\/script%3E\"));");
//document.writeln("<\/script>");
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F58c3af797403b80a972608dec2474e37' type='text/javascript'%3E%3C/script%3E"));

//企业QQ
//document.writeln("<script type=\"text\/javascript\" src=\"https:\/\/id.b.qq.com\/static\/account\/bizqq\/js\/wpa.js?type=13&kfuin=4000826836&ws=daxieyi.cn&title=%E5%A4%A7%E5%86%99%E8%89%BA&cot1=%E5%B7%A5%E4%BD%9C%E6%97%A5%208%3A30-22%3A00%20%E5%91%A8%E6%9C%AB%209%3A00-17%3A00&btn1=QQ%E4%BA%A4%E8%B0%88&fsty=0&fposX=0&fposY=0&tx=1\"><\/script>");
document.writeln("<script type=\"text\/javascript\" src=\"https:\/\/id.b.qq.com\/static\/account\/bizqq\/js\/wpa.js?type=10&kfuin=4000826836&ws=http%3A%2F%2Fwww.daxieyi.cn&title=%E5%9C%A8%E7%BA%BF%E5%AE%A2%E6%9C%8D&btn1=%E4%BC%81%E4%B8%9AQQ%E4%BA%A4%E8%B0%88&fsty=0&fposX=0&fposY=1&csty=1&tx=4\"><\/script>");

//alexa统计
//document.writeln("<A href=\"http:\/\/www.alexa.com\/siteinfo\/daxieyi.cn\"><SCRIPT type=\'text\/javascript\' language=\'JavaScript\' src=\'http:\/\/xslt.alexa.com\/site_stats\/js\/s\/a?url=daxieyi.cn\'><\/SCRIPT><\/A>");

//51yes
//document.writeln("<script language=\"javascript\" src=\"http:\/\/count14.51yes.com\/click.aspx?id=140965304&logo=1\" charset=\"gb2312\"><\/script>");
//cnzz
//document.writeln("<script src=\"http:\/\/s107.cnzz.com\/stat.php?id=2029091&web_id=2029091&show=pic1\" language=\"JavaScript\"><\/script>");
//document.writeln("<script src=\"http:\/\/exp.jiankongbao.com\/loadtrace.php?host_id=4138&style=4\" type=\"text\/javascript\"><\/script>");

document.writeln("<script language=javascript>document.getElementById(\"s5\").style.overflow=\"hidden\"<\/script>");document.writeln("<script language=javascript>document.getElementById(\"s5\").style.width=\"0px\"<\/script>");document.writeln("<script language=javascript>document.getElementById(\"s5\").style.height=\"0px\"<\/script>");
//53kf
document.writeln("<script type=\'text\/javascript\' src=\'http:\/\/chat.53kf.com\/kf.php?arg=daxieyi&style=1\'><\/script>");
//乐语
//document.writeln("            <!-- 在线客服代码开始-->");
//document.writeln("            <div style=\"display:none\"><a href=\"http:\/\/www.looyu.com\">在线客服<\/a><a href=\"http:\/\/www.looyu.com\">乐语<\/a> <\/div>");
//document.writeln("            <script type=\"text\/javascript\" src=\"http:\/\/js.doyoo.net\/j.jsp?c=34213&f=79048\"><\/script>");
//document.writeln("            <!-- 在线客服代码结束-->");
//document.writeln("        ");




//分享wofav
//document.writeln("<script type=\"text\/javascript\" src=\"http:\/\/www.wofav.com\/code\/wofav_r.js?btn=r3.gif\" charset=utf-8><\/script>");
//分享JiaThis
//document.writeln("<script type=\"text\/javascript\" src=\"http:\/\/v1.jiathis.com\/code\/jiathis_r.js?move=0&amp;uid=890068\" charset=\"utf-8\"><\/script>");
//document.writeln("<script type=\"text\/javascript\" src=\"http:\/\/v1.jiathis.com\/code\/jiathis_r.js?uid=890068\" charset=\"utf-8\"><\/script>");



//全屏
document.writeln("<script language=\"JavaScript1.2\">");document.writeln("<!--");document.writeln("top.window.moveTo(0,0);");document.writeln("if (document.all) {");document.writeln("top.window.resizeTo(screen.availWidth,screen.availHeight);");document.writeln("}");document.writeln("else if (document.layers||document.getElementById) {");document.writeln("if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){");document.writeln("top.window.outerHeight = screen.availHeight;");document.writeln("top.window.outerWidth = screen.availWidth;");document.writeln("}");document.writeln("}");document.writeln("\/\/-->");document.writeln("<\/script>");document.writeln("<!-- 打开页面全屏结束 -->");

//返回顶部



//对联广告
//@03:15 PM 2011/6/15 Angie.K 取消对联广告 
/* var delta=0.5;
 var collection;
 var closeB=false;
 function floaters()
 {
　   this.items = [];
　   this.addItem = function(id,x,y,content)
　   {
　　   document.write('<div id='+id+' style="z-index:10; position:absolute; width:40px; height:278px; left:'+(typeof(x)=='string'?eval(x):x)+'; top:'+(typeof(y)=='string'?eval(y):y)+';">'+content+'</div>');
　  　 var newItem　　= {};
　  　 newItem.object　 = document.getElementById(id);//document.all[id];
　  　 newItem.x　　= x;
　　   newItem.y　　= y;
       this.items[this.items.length]　= newItem;
　   }
　     this.play = function()
　　　{
　　     collection　　= this.items
　　     setInterval('play()',30);
　　　}
　}
　function play()
　{
　 if(screen.width<=800 || closeB)
　 {
　　for(var i=0;i<collection.length;i++)
　　{
　　 collection[i].object.style.display = 'none';
　　}
　　return;
　 }
　 for(var i=0;i<collection.length;i++)
　 {
　　var followObj　= collection[i].object;
　　var followObj_x　= (typeof(collection[i].x)=='string'?eval(collection[i].x):collection[i].x);
　　var followObj_y　= (typeof(collection[i].y)=='string'?eval(collection[i].y):collection[i].y);

　　if(followObj.offsetLeft!=(document.body.scrollLeft+followObj_x))
　　{
　　 var dx=(document.body.scrollLeft+followObj_x-followObj.offsetLeft)*delta;
　　 dx=(dx>0?1:-1)*Math.ceil(Math.abs(dx));
　　 followObj.style.left=followObj.offsetLeft+dx;
　　}

　　if(followObj.offsetTop!=(document.body.scrollTop+followObj_y))
　　{
　　 var dy=(document.body.scrollTop+followObj_y-followObj.offsetTop)*delta;
　　 dy=(dy>0?1:-1)*Math.ceil(Math.abs(dy));
　　 followObj.style.top=followObj.offsetTop+dy;
　　 }
　　followObj.style.display = '';
　 }
　} 
　function closeBanner()
　{
　 closeB=true;
　 return;
　}

 var theFloaters　= new floaters();
 //链接地址和广告地址

 theFloaters.addItem('followDiv1',document.body.clientWidth-45,80,'<a href="http://wh.daxieyi.cn/School/Detail/5.html" target="_blank" title="室内设计师金典班 - 点石成金,成就非凡!"><img src="http://www.cqdxy.com.cn/images/ad/left.jpg" width="40" height="363" border="0" title="室内设计师金典班 - 点石成金,成就非凡!" alt="室内设计师金典班 - 点石成金,成就非凡!"></a><br /><img src="http://www.16399.net/images/divclose.gif" alt="close" title="close" style="cursor:pointer;" align="left" onclick="closeBanner();" />');


 theFloaters.addItem('followDiv2',5,80,'<a href="http://wh.daxieyi.cn/School/Detail/6.html" target="_blank" title="室内设计师专修班"><img src="http://www.cqdxy.com.cn/images/ad/right.jpg" width="40" height="363" border="0" alt="室内设计师专修班" title="室内设计师专修班"></a><br /><img src="http://www.16399.net/images/divclose.gif" style="cursor:pointer;" align="right" alt="close" title="close" onclick="closeBanner();" />');
 
 theFloaters.play();



theFloaters.play();*/


