#head_tag#
<SCRIPT language=javascript>
var rate = 20;
var obj;
var act = 0;
var elmH = 0;
var elmS = 128;
var elmV = 255;
var clrOrg;
var TimerID;
if (navigator.appName.indexOf("Microsoft",0) != -1 && parseInt(navigator.appVersion) >= 4) {
Browser = true;
} else {
Browser = false;
}
if (Browser) {
document.onmouseover = doRainbowAnchor;
document.onmouseout = stopRainbowAnchor;
}
function doRainbow()
{
if (Browser && act != 1) {
act = 1;
obj = event.srcElement;
clrOrg = obj.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}
function stopRainbow()
{
if (Browser && act != 0) {
obj.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
function doRainbowAnchor()
{
if (Browser && act != 1) {
obj = event.srcElement;
while (obj.tagName != 'A' && obj.tagName != 'BODY') {
obj = obj.parentElement;
if (obj.tagName == 'A' || obj.tagName == 'BODY')
break;
}
if (obj.tagName == 'A' && obj.href != '') {
act = 1;
clrOrg = obj.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}
}
function stopRainbowAnchor()
{
if (Browser && act != 0) {
if (obj.tagName == 'A') {
obj.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
}
function ChangeColor()
{
obj.style.color = makeColor();
}
function makeColor()
{
if (elmS == 0) {
elmR = elmV; elmG = elmV; elmB = elmV;
}
else {
t1 = elmV;
t2 = (255 - elmS) * elmV / 255;
t3 = elmH % 60;
t3 = (t1 - t2) * t3 / 60;
if (elmH < 60) {
elmR = t1; elmB = t2; elmG = t2 + t3;
}
else if (elmH < 120) {
elmG = t1; elmB = t2; elmR = t1 - t3;
}
else if (elmH < 180) {
elmG = t1; elmR = t2; elmB = t2 + t3;
}
else if (elmH < 240) {
elmB = t1; elmR = t2; elmG = t1 - t3;
}
else if (elmH < 300) {
elmB = t1; elmG = t2; elmR = t2 + t3;
}
else if (elmH < 360) {
elmR = t1; elmG = t2; elmB = t1 - t3;
}
else {
elmR = 0; elmG = 0; elmB = 0;
}
}
elmR = Math.floor(elmR);
elmG = Math.floor(elmG);
elmB = Math.floor(elmB);
clrRGB = '#' + elmR.toString(16) + elmG.toString(16) + elmB.toString(16);
elmH = elmH + rate;
if (elmH >= 360)
elmH = 0;
return clrRGB;
}
</SCRIPT>
<STYLE type=text/css>
<!--
.skin_date { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 8pt; font-weight: bolder}
.diary_datetitle {
font-family: georgia, palatino, times;
font-size: 8pt;
font-weight: bold;
color: #CCCCCC;
text-align: right;
}
.line { border-color: black black #CCCCCC; border-style: dotted; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
td { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 9pt}
.tt_title { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 22px; font-weight: bold}
.dis_tag { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 9pt; color: #B6B6B6}
a { color:#848484}
a:hover { color: #006666; text-decoration: none}
a:link {
text-decoration: none;
color: #292929;
}
a:visited {
text-decoration: none;
color: #141414;
}
a:hover {
text-decoration: underline;
color: #292929;
}
a:active {
text-decoration: none;
color: #141414;
}
.diary_bg1 { background-color: #000}
.diary_arr { background-color: #FFFFFF; cursor: hand}
.diary_poster { color: #CCCCCC}
.diary_title { font-family: "georgia", "Arial", "Helvetica", "sans-serif"; font-size: 12pt; font-weight: bolder; color: #cccccc}
.ubb_quote { background-color: #333333; border-color: #999999 #999999 #999999 #999999; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.ubb_code { background-color: #333333; border-color: #999999 #999999 #999999 #999999; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.ubb_move { }
.ubb_fly { }
.but2 { font-size: 9pt; border: 1px #CCCCCC none; color: #006633 }
body { MARGIN: 0px; color: #292929; background-color: #000; background-image: url(......................)}
-->
</STYLE>
<STYLE>
BODY {
SCROLLBAR-FACE-COLOR: #000;
SCROLLBAR-HIGHLIGHT-COLOR: #202020;
SCROLLBAR-SHADOW-COLOR: #202020;
SCROLLBAR-3DLIGHT-COLOR: #000;
SCROLLBAR-ARROW-COLOR: #202020;
SCROLLBAR-TRACK-COLOR: #000;
SCROLLBAR-DARKSHADOW-COLOR: #000;
SCROLLBAR-BASE-COLOR: #000
}
</STYLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=top align=middle width=220>
<DIV align=center></DIV><A href="http://www.blogcn.com/u2/80/67/xuxiaonuo/index.html" target=_blank></A>
<TABLE style="WIDTH: 225px; WORD-BREAK: break-all; HEIGHT: 486px; WORD-WRAP: break-word" cellSpacing=10 cellPadding=5 width=225 border=0>
<TBODY>
<TR>
<TD width=233 bgColor=#000><B>:+:Calendar:+</B></TD></TR>
<TR>
<TD align=middle width=233>
<TABLE cellSpacing=0 cellPadding=0 width=194 border=0>
<TBODY>
<TR>
<TD align=middle>
<P><#markimg_tag#> </P></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD width=233 bgColor=#000>
<DIV class=skin_date><B>:+:News:+</B></DIV></TD></TR>
<TR>
<TD width=233><#new5#></TD></TR>
<TR>
<TD width=233 bgColor=#000><B>:+:Comments:+</B></TD></TR>
<TR>
<TD width=233><#comment5#></TD></TR>
<TR>
<TD width=233 bgColor=#000><B>:+:Links:+</B></TD></TR>
<TR>
<TD width=233><#marktxt_tag#> </TD></TR>
<TR>
<TD width=233 bgColor=#000>
<DIV align=center><#logo_tag#></DIV></TD></TR>
<TR>
<TD width=233 bgColor=#000>
<DIV align=center>第#counts_tag#次滚出她的视线</DIV><BR><BR>
<DIV>
<SCRIPT language=javascript>
var message="十三月.";
var x,y;
var step=12;
var flag=0;
message=message.split("");
var xpos=new Array();
for (i=0;i<=message.length-1;i++) {
xpos[i]=-50;
}
var ypos=new Array();
for (i=0;i<=message.length-1;i++) {
ypos[i]=-50;
}
function handlerMM(e) {
x = (document.layers) ? e.pageX :
document.body.scrollLeft+event.clientX+10;
y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY;
flag=1;
}
function makesnake() {
if (flag==1 && document.all) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step;
ypos[i]=ypos[i-1];
}
xpos[0]=x+step;
ypos[0]=y;
for (i=0; i<=message.length-1; i++) {
var thisspan = eval("span"+(i)+".style");
thisspan.posLeft=xpos[i];
thisspan.posTop=ypos[i];
thisspan.color=Math.random() * 255 * 255 * 255 + Math.random() * 255 * 255
+ Math.random() * 255;
}
}
else if (flag==1 && document.layers) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step;
ypos[i]=ypos[i-1];
}
xpos[0]=x+step;
ypos[0]=y;
for (i=0; i<message.length-1; i++) {
var thisspan = eval("document.span"+i);
thisspan.left=xpos[i];
thisspan.top=ypos[i];
thisspan.color=Math.random() * 255 * 255 * 255 + Math.random() * 255 * 255
+ Math.random() * 255;
}
}
}
for (i=0;i<=message.length-1;i++) {
document.write("<span id='span"+i+"' class='spanstyle'>");
document.write(message[i]);
document.write("</span>");
}
if (document.layers) {
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;
function pageonload() {
makesnake();
window.setTimeout("pageonload();", 2);
}
pageonload()
</SCRIPT>
</DIV></TD></TR></TBODY></TABLE></TD>
<TD vAlign=top width=1 background=/images/wall/pt.gif><IMG height=3 src="/images/wall/pt.gif" width=1></TD>
<TD vAlign=top>
<TABLE cellSpacing=9 cellPadding=2 width="100%" border=0>
<TBODY>
<TR>
<TD height=20>
<MARQUEE scrollAmount=2 width=450 align="left">如果是颜色,那就是黑色。生于八十年代。<BR>我以我的姿态继续,你若不喜欢,可先行离开。</MARQUEE></TD></TR>
<TR>
<TD>不愿记得,亦可选择忘记。<BR>本站logo:<A href="http://images.blogcn.com/2006/8/17/12/carzy_bb,2006081723245.gif" target=_blank>地址</A>。交换连接请到<A href="http://www.fadfly.net/guest/index.asp?user=﹏尐瞳丶" target=_blank>留言本</A>。<BR>她以梦游的姿态生存。她营造虚幻。十三月。诗化了悲哀。 </TD></TR>
<TR>
<TD>
<HR SIZE=1>
</TD></TR>
<TR>
<TD bgColor=#000><#diary_tag#></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<STYLE type=text/css>
.headbg {background-color: #848484}
.mainddbg {background-color:#333333}
.eachdaytext {color: #848484}
.eachdaybg { background-color: #000000}
.headbg { background-color: #000000}
.hd {cursor: hand; font-size: 8pt;color: #848484;font-family: "Georgia"}
.today {background-color: #2f2f2f; font-weight: bold;color:#ffffff;font-family: "Verdana"; font-size: 8pt}
.weekday{ font-family: "Verdana";color: #848484; font-size: 8pt}
.hasrecord { background-color: #2f2f2f ; font-family: "Verdana"; font-size: 8pt}
</STYLE>
<#end_tag#>