// JavaScript Document
<!--
document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "\r\n"+location.href; clipboardData.setData("text", text); } } ) } 
document.writeln("<DIV id=header>");
document.writeln("<DIV class=l><A href=\/>");
document.writeln("<IMG alt=东兴书店 src=\/imgs\/logo.gif border=0><\/A> <\/DIV>");
document.writeln("<DIV class=r>");
document.writeln("<DIV class=ss><a href=\"#3\">电子资料下载<\/a><\/DIV>");
document.writeln("<DIV>咨询电话：<SPAN class=t>010-51291463<\/SPAN> 传真：<SPAN class=t>010-80747185<\/SPAN><\/DIV><\/DIV><\/DIV>");
document.writeln("<DIV id=tip>温馨提示：东兴书店各类工具书，专业图书已经开通全国200多城市的货到付款服务！（请注意商品标注）<\/DIV>");
document.writeln("<DIV id=search><form name=so action=\/so.asp method=post><INPUT name=\"action\" TYPE=\"hidden\" value=\"ok\">");
document.writeln("<INPUT class=findInto maxLength=100 size=45 name=k onFocus=\"if (this.value==this.defaultValue) this.value=\'\';\" onBlur=\"if (this.value==\'\') this.value=this.defaultValue;\" value=\"请输入“关键词”搜索\"> <INPUT type=submit value=\" 图书搜索 \">");
document.writeln("<\/form><\/DIV>");
-->
