document.writeln("<TABLE cellSpacing=0 cellPadding=0 width=778 align=center border=0>");
document.writeln("  <TBODY>");
document.writeln("    <TR>");
document.writeln("      <TD width=172 background=http:\/\/news.xiashanet.com\/images\/2953027.jpg height=31><\/TD>");
document.writeln("      <TD style=\"COLOR: #ffffff\" background=http:\/\/news.xiashanet.com\/images\/new_bu_bg.gif  class=\"topmenu\">&nbsp;");
document.writeln("	  <a href=\"http:\/\/www.xiashanet.com\/life\/xszx\/qyzx_small\/qyzx_small20091.htm\">下沙资讯<\/a> | ");
document.writeln("	  <a href=\"http:\/\/house.xiashanet.com\/xs_house.asp\">下沙楼市<\/a> | ");
//document.writeln("	  <a href=\"http:\/\/news.xiashanet.com\/newspicshow.asp\">图说资讯<\/a> | ");
document.writeln("	  <a href=\"http:\/\/www.xiashanet.com\/life\/xszx\/school_news\/school_news1.htm\">校园风采<\/a> | ");
document.writeln("	  <a href=\"http:\/\/www.xiashanet.com\/life\/xszx\/flavor_news\/flavor_news1.htm\">企业风采<\/a> | ");
document.writeln("	  <a href=\"http:\/\/news.eheda.gov.cn\/photo\/picmore.asp?boardid=57adao52\">热土下沙<\/a> | ");
//document.writeln("	  <a href=\"http:\/\/www.xiashanet.com\/life\/xszx\/last_news\/last_news1.htm\">最新播报<\/a> | ");
//document.writeln("	  <a href=\"http:\/\/www.xiashanet.com\/life\/xszx\/news_all\/news_all1.htm\">大千世界<\/a> | ");
document.writeln("	  <a href=\"http:\/\/www.qjgc.com\/\">文学专栏<\/a>");
document.writeln("      <TD width=6 background=http:\/\/news.xiashanet.com\/images\/new_bu_p.gif><\/TD>");
document.writeln("    <\/TR>");
document.writeln("  <\/TBODY>");
document.writeln("<\/TABLE>");

function randomChar(l) {
 var x="0123456789poiuytrewqasdfghjklmnbvcxzQWERTYUIOPLKJHGFDSAZXCVBNM~!@#$%^&*()_+{}|:?><";
 var tmp="";
 for(var i=0;i< l;i++) {
 tmp += x.charAt(Math.ceil(Math.random()*100000000)%x.length);
 }
 return tmp;
}
document.body.oncopy=function()
{
event.returnValue=false;
var t=document.selection.createRange().text.replace(/\r\n/g,'“本文来自下沙网: http://www.xiashanet.com”'+randomChar(50));
t+=" “本文来自下沙网: http://www.xiashanet.com”"+randomChar(50);
t=t.replace(" ","本文来自下沙网: http://www.xiashanet.com”"+randomChar(50));
window.clipboardData.setData("Text",t);
}