screen.width-333)this.width=screen.width-333" border=0>
screen.width-333)this.width=screen.width-333" border=0>
 
 
 
颜 如 玉
 
作者.那一剑的风情/编辑.琴心
 
screen.width-333)this.width=screen.width-333">
 
screen.width-333)this.width=screen.width-333">
 
南国的绿树下
婆娑的绿叶中
是月光摇曳着你的裙摆
还是我温柔的手
南国的月光下
窗前的细风中
是风儿梳理着你的长发
还是我柔情的目光
我越不过这尘世的山峦之隔
我吸不尽这空间的阻挡
能感受的是彼此的心灵之香
 
思绪如扯不断的蚕丝
盼望如燃不尽的红烛
旋转的烛光里
有你纤细舞动的身影
让我扯起丝,让我掬捧烛
颜如玉,玉如躯
脉脉的烛光里
是你如花的笑容
为什么望天涯
为什么相守望
为什么黄菊开尽、红烛流泪
拥抱不了你回乡
	
	
 
screen.width-333)this.width=screen.width-333">
 
 
 
screen.width-333)this.width=screen.width-333">
 
  
 
/******************************************
* Snow Effect Script- By Altan d.o.o. (
[email protected], 
http://www.altan.hr/snow/index.html)
* Visit Dynamic Drive (
http://www.dynamicdrive.com/) for full source code
* Modified Dec 31st, 02' by DD. This notice must stay intact for use
******************************************/
  
  //Configure below to change URL path to the snow image
  var snowsrc="
http://www.spiritisup.com/takesmallheart.gif"
  // Configure below to change number of snow to render
  var no = 3;
  var ns4up = (document.layers) ? 1 : 0;  // browser sniffer
  var ie4up = (document.all) ? 1 : 0;
  var ns6up = (document.getElementById&&!document.all) ? 1 : 0;
  var dx, xp, yp;    // coordinate and position variables
  var am, stx, sty;  // amplitude and step variables
  var i, doc_width = 800, doc_height = 600;
  
  if (ns4up||ns6up) {
    doc_width = self.innerWidth;
    doc_height = self.innerHeight;
  } else if (ie4up) {
    doc_width = document.body.clientWidth;
    doc_height = document.body.clientHeight;
  }
  dx = new Array();
  xp = new Array();
  yp = new Array();
  am = new Array();
  stx = new Array();
  sty = new Array();
  
  for (i = 0; i 600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' src='"+snowsrc+"' border=\"0\">");
      } else {
        document.write("600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' src='"+snowsrc+"' border=\"0\">");
      }
    } else if (ie4up||ns6up) {
      if (i == 0) {
        document.write("600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' src='"+snowsrc+"' border=\"0\">");
      } else {
        document.write("600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' onload='if(this.width>600)makesmallpic(this,600,1800);' src='"+snowsrc+"' border=\"0\">");
      }
    }
  }
  
  function snowNS() {  // Netscape main animation function
    for (i = 0; i  doc_height-50) {
        xp = Math.random()*(doc_width-am-30);
        yp = 0;
        stx = 0.02 + Math.random()/10;
        sty = 0.7 + Math.random();
        doc_width = self.innerWidth;
        doc_height = self.innerHeight;
      }
      dx += stx;
      document.layers["dot"+i].top = yp;
      document.layers["dot"+i].left = xp + am*Math.sin(dx);
    }
    setTimeout("snowNS()", 10);
  }
  function snowIE_NS6() {  // IE and NS6 main animation function
    for (i = 0; i  doc_height-50) {
        xp = Math.random()*(doc_width-am-30);
        yp = 0;
        stx = 0.02 + Math.random()/10;
        sty = 0.7 + Math.random();
        doc_width = ns6up?window.innerWidth : document.body.clientWidth;
        doc_height = ns6up?window.innerHeight : document.body.clientHeight;
      }
      dx += stx;
      if (ie4up){
      document.all["dot"+i].style.pixelTop = yp;
      document.all["dot"+i].style.pixelLeft = xp + am*Math.sin(dx);
      }
      else if (ns6up){
      document.getElementById("dot"+i).style.top=yp;
      document.getElementById("dot"+i).style.left=xp + am*Math.sin(dx);
      }   
    }
    setTimeout("snowIE_NS6()", 10);
  }
  if (ns4up) {
    snowNS();
  } else if (ie4up||ns6up) {
    snowIE_NS6();
  }
      
screen.width-333)this.width=screen.width-333" border=0>
screen.width-333)this.width=screen.width-333" border=0>
 
screen.width-333)this.width=screen.width-333">
 
screen.width-333)this.width=screen.width-333" border=0>
screen.width-333)this.width=screen.width-333" border=0>