- 元宝
- 锭
- 注册时间
- 2008-2-21
- 最后登录
- 1970-1-1
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<TITLE>祝亲爱的朋友你圣诞快乐---------记得要把本页网址发给你QQ上的朋友哦!让他(她)也收到这份温馨的祝福----</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<SCRIPT>
<!--
locate = 0;
function scroller()
{if (locate !=2400 )
{locate++;scroll(0,locate);
clearTimeout(timer);
var timer = setTimeout("scroller()",68);timer;}
}
-->
</SCRIPT>
</HEAD>
<BODY
onmouseover="window.status='www.51rich.net 如果你喜欢本站,别忘了把本站的网址告诉给你QQ上的朋友哦!谢谢您';return true"
style="TEXT-DECORATION: none" text=#254063 vLink=#c0c0c0 link=#004080
leftMargin=0 topMargin=0 rightMargin=0
onunload="document.links[0].style.behavior='url(#default#homepage)';if(!(document.links[0].isHomePage('http://gameking.5d6d.com')))document.links[0].setHomePage('www.51rich.net');"
marginheight="0" marginwidth="0"
background=http://www.oicu.cn/b4.gif oncontextmenu="return false"
onload=initStars(); onselectstart="return false">
<DIV id=sparks style="Z-INDEX: 1">
<DIV id=sDiv0 style="POSITION: absolute; VISIBILITY: hidden; Z-INDEX: 2"><FONT
color=red>☆ </FONT></DIV>
<DIV id=sDiv1 style="POSITION: absolute; VISIBILITY: hidden; Z-INDEX: 3"><FONT
color=yellow>☆ </FONT></DIV>
<DIV id=sDiv2 style="POSITION: absolute; VISIBILITY: hidden; Z-INDEX: 4"><FONT
color=#3399ff>☆ </FONT></DIV>
<DIV id=sDiv3 style="POSITION: absolute; VISIBILITY: hidden; Z-INDEX: 5"><FONT
color=#ff6600>☆ </FONT></DIV>
<DIV id=sDiv4 style="POSITION: absolute; VISIBILITY: hidden; Z-INDEX: 6"><FONT
color=#ff9900>☆ </FONT></DIV>
<DIV id=sDiv5 style="POSITION: absolute; VISIBILITY: hidden; Z-INDEX: 7"><FONT
color=white>☆ </FONT></DIV>
<DIV id=sDiv6 style="POSITION: absolute; VISIBILITY: hidden; Z-INDEX: 8"><FONT
color=lime>☆ </FONT></DIV>
<DIV id=sDiv7 style="POSITION: absolute; VISIBILITY: hidden; Z-INDEX: 9"><FONT
color=#66ffff>☆ </FONT></DIV>
<DIV id=sDiv8 style="POSITION: absolute; VISIBILITY: hidden; Z-INDEX: 10"><FONT
color=#ffff99>☆ </FONT></DIV>
<DIV id=sDiv9 style="POSITION: absolute; VISIBILITY: hidden; Z-INDEX: 11"><FONT
color=#ff66ff>☆ </FONT></DIV></DIV>
<P>
<SCRIPT>
<!-- Begin
var ver = navigator.appVersion;
var dom = document.getElementById ? 1 : 0;
var ie5 = (ver.indexOf("MSIE 5") > -1 && dom) ? 1 : 0;
var n = (document.layers);
var ie = (document.all);
var sparksAflyin = 0;
var totalSparks = 0;
var sparksOn = 1;
function initStars() {
document.onmousedown = mouseDown;
if (n) document.captureEvents(Event.MOUSEDOWN | Event.MOUSEMOVE);
scroller();
}
function mouseDown(e) {
if (sparksOn) {
var mousex = (n) ? e.pageX : event.x+document.body.scrollLeft;
var mousey = (n) ? e.pageY : event.y+document.body.scrollTop;
if (!sparksAflyin) {
for (var k = 0; k <= 9; k++)
eval('SHOW("sDiv'+k+'")');
sparksAflyin = 1;
totalSparks = 0;
for(i = 0;i <= 9; i++)
eval('moveTo('+i+',0,'+mousex+','+mousey+')');
}
}
}
function moveTo(i,j, mousex, mousey){
if (j < eval('anim_'+i+'_x.length') ){
var tempx = eval('anim_'+i+'_x[j]+mousex');
var tempy = eval('anim_'+i+'_y[j]+mousey');
if (ie) {
if(tempy+30 > (document.body.offsetHeight+document.body.scrollTop))
tempy = document.body.offsetHeight+document.body.scrollTop-30;
if(tempx+30 > (document.body.offsetWidth+document.body.scrollLeft))
tempx = document.body.offsetWidth+document.body.scrollLeft-30;
eval('document.all.sDiv'+i+'.style.left = tempx;');
eval('document.all.sDiv'+i+'.style.top = tempy;');
}
if (n) {
eval('document.layers.sDiv'+i+'.left = tempx;');
eval('document.layers.sDiv'+i+'.top = tempy;');
}
j++;
// 彩 星 的 跳 出 速 度 (10- 100)
setTimeout("moveTo("+i+","+j+","+mousex+","+mousey+")",30)
}
else {
eval('HIDE("sDiv'+i+'")');
totalSparks++;
}
if (totalSparks == 10) {
sparksAflyin = 0;
totalSparks = 0;
}
}
function SHOW(divName){
if (document.all)
eval('document.all.'+divName+'.style.visibility = "visible";');
else if (document.layers)
eval('document.layers["'+divName+'"].visibility = "visible";');
}
function HIDE(divName){
if (document.all)
eval('document.all.'+divName+'.style.visibility = "hidden";');
else if (document.layers)
eval('document.layers["'+divName+'"].visibility = "hide";');
}
anim_0_x=new Array(20,20,10,0,0,0,0,0,0,0,0,0);
anim_0_y=new Array(-20,-40,-60,-80,-60,-40,-20,0,20,40,60,80);
anim_1_x=new Array(20,20,17,36,60,78,90,92,93,98,108,120,133,152,181);
anim_1_y=new Array(-20,-20,-33,-38,-38,-27,-2,25,51,84,113,141,162,212,253);
anim_2_x=new Array(20,20,2,3,4,5,6,7,8,9,10,12,13,15,18);
anim_2_y=new Array(-20,-20,-33,-38,-38,-27,-2,25,51,84,113,141,162,212,253);
anim_3_x=new Array(-20,-20,-2,-1,7,10,18,35,60,102,94,94,93,97,108,111,117,127);
anim_3_y=new Array(-20,-25,-64,-89,-104,-150,-173,-197,-213,-199,-151,-101,-66,-17,27,87,140,189);
anim_4_x=new Array(-20,-20,-10,-39,-30,-69,-64,-138,-154,-200,-181,-209,-191,-207,-203,-213,-202,-221,-211);
anim_4_y=new Array(-20,-20,-28,-51,-79,-100,-135,-154,-193,-183,-149,-134,-89,-60,8,51,107,157,201);
anim_5_x=new Array(-20,-29,-51,-72,-105,-133,-164,-189,-209,-229,-247,-270,-279,-282,-283,-283,-285,-286,-288);
anim_5_y=new Array(-20,-55,-86,-116,-154,-183,-205,-217,-217,-198,-169,-120,-44,-8,40,87,144,190,248);
anim_6_x=new Array(-20,-20,-7,14,44,79,143,186,217,226,234,244,250,259,265,274);
anim_6_y=new Array(-20,-21,-72,-113,-139,-166,-188,-181,-126,-68,-3,54,134,187,215,257);
anim_7_x=new Array(20,20,-3,-9,-13,-27,-33,-44,-54,-66,-77,-95,-107,-136,-150,-160,-164,-168,-171,-172,-172,-176,-175);
anim_7_y=new Array(-20,-26,-43,-63,-89,-116,-145,-169,-201,-222,-240,-253,-254,-245,-220,-195,-160,-124,-81,-53,-26,19,68);
anim_8_x=new Array(-20,20,-35,39,0,45,-1,24,-15,14,-20,35,-18,38,-11,16,49,64,81,93,100,103,109);
anim_8_y=new Array(-20,-20,-32,-42,-62,-76,-89,-107,-132,-147,-173,-180,-192,-209,-236,-193,-119,-73,-24,51,95,130,188);
anim_9_x=new Array(-20,-51,-89,-110,-165,-191,-228,-240,-259,-271,-277,-281,-287);
anim_9_y=new Array(-20,-20,-35,-37,-34,-16,10,47,105,150,189,227,273);
// End -->
</SCRIPT>
</P><BR><BR><BR>
<TABLE align=center border=0 width=760>
<TBODY>
<TR>
<TD width=70><IMG height=90 src="http://www.oicu.cn/ii2.files/15.gif" width=70></TD>
<TD width=96><IMG src="http://www.oicu.cn/ii2.files/5b.gif" width="82" height="79"></TD>
<TD width=82> </TD>
<TD width=199> </TD>
<TD width=203><IMG height=79 src="http://www.oicu.cn/ii2.files/5.gif" width=82 align="right"></TD>
<TD width=70><IMG height=90 src="http://www.oicu.cn/ii2.files/15.gif"
width=70></TD></TR></TBODY></TABLE>
<P> </P>
<TABLE align=center border=0 height=228 width=678>
<TBODY>
<TR>
<TD><IMG height=220 src="http://www.oicu.cn/ii2.files/3.jpg"
width=670></TD></TR></TBODY></TABLE><BR><BR>
<TABLE align=center border=0 width=760>
<TBODY>
<TR>
<TD>
<DIV align=center><FONT color=#ffff00 face=楷体_GB2312
size=5>祝愿我亲爱的朋友,圣诞快乐!新年快乐! <BR><FONT
size=4>能收到我的祝福,证明我已把你当成我的好朋友,不管时空流逝,</FONT></FONT><font size="4" color="#ffff00" face="楷体_GB2312">愿</font><FONT color=#ffff00 face=楷体_GB2312
size=5><FONT
size=4>我们</FONT></FONT><FONT color=#FF9900 face=楷体_GB2312
size=5>友谊</FONT><font color="#ffff00" face="楷体_GB2312" size="4">地久天长</font><FONT color=#ffff00 face=楷体_GB2312
size=5><BR></FONT></DIV></TD></TR></TBODY></TABLE>
<TABLE align=center border=0 width=760>
<TBODY>
<TR>
<TD>
<DIV align=center><IMG height=200 src="http://www.oicu.cn/ii2.files/1.jpg"
width=411><IMG height=207 src="http://www.oicu.cn/ii2.files/1.jpg"
width=283></DIV></TD></TR></TBODY></TABLE>
<TABLE align=center border=0 width=760>
<TBODY>
<TR>
<TD height=38 width=773><FONT
color=#ffffff> 每年这个时候,就开始陆续收到朋友们的新年问候了!预约幸福:
让我们把快乐的感觉拉长,从这一刻起就开始感受新年的欢快气氛一串真挚的祝福,一个不平凡的心意,
乘着爱的鹿车,送进您的心里!</FONT></TD></TR></TBODY></TABLE>
<TABLE align=center border=0 width=760>
<TBODY>
<TR>
<TD width=20> </TD>
<TD width=730>
<TABLE align=center border=0 height=309 width=593>
<TBODY>
<TR>
<TD width=232 height="21"> </TD></TR>
<TR>
<TD width="232" height="21">
<DIV align=center></DIV></TD></TR>
<TR>
<TD width="232" height="19"><font color="#FFFF00"><a href="http://oicu.cn" target="_blank">网罗</a>祝愿朋友们圣诞快乐</font></TD>
</TR>
<TR>
<TD width="232" height="21"> </TD></TR>
<TR>
<TD height=207 width="232">
<P><FONT color=#ff0000>
每年的今天,送给朋友--你的圣诞和新年礼物都只能是从网上,别人做的卡片。今年,终于可以自已亲手做一些卡片和网页传达我的浓浓深情!虽然经过几天几夜的劳累,但想到能传达我真诚的祝福给你,这算不了什么,这么多年来,我一直的梦想,就是:让所有我的朋友都能过得幸福.快乐!!</FONT></P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TABLE align=center border=0 width=760>
<TBODY>
<TR>
<TD height=126>
<P><FONT color=#ff0000> <FONT
color=#00ff00>所以,当你收到我的</FONT></FONT><font color="#00FF00">这份小小的祝福,一定要过得快乐开心幸福,这我最大的心愿。好吗?<br>
<br>
当你不快的时候,你就要这样</font><FONT
color=#00ff00>想:“我为什么要这样虐待自已,使自已难过?为什么不想开一点,<br>
<br>
<br>
自己跟自已过不去?”当你清醒过后,你会突然想到,自已让自已不快乐是多么傻的呀。<br>
<br>
<br>
因为一个人的喜怒哀乐都是自已控制的,为什么就不能让自已快乐起来呢?</FONT></P>
<P> </P>
<P align="center"><font face="华文彩云" size="7" color="#33CCFF">祝你圣诞节快乐</font></P>
</TD></TR></TBODY></TABLE>
<TABLE width=760 height="99" border=0 align=center>
<TBODY>
<TR>
<TD><div align="center"><IMG height=234 src="http://www.oicu.cn/ii2.files/1.jpg"
width=635></div></TD>
</TR>
</TBODY>
</TABLE>
<TABLE align=center border=0 width=760>
<TBODY>
<TR>
<TD><font face="华文行楷" size="6" color="#FFCCFF">星空中点点闪烁的荧光,环绕着缤纷的绮丽梦想,
祝福你今年许下的心愿,都能一一实现在你眼前,祝你佳节温馨喜悦!</font></TD></TR></TBODY></TABLE>
<TABLE align=center border=0 width=760>
<TBODY>
<TR>
<TD><STRONG><font color="#ff9900" face="楷体_GB2312" size="5">如果圣诞老公公给我一个机会,我一定会对你说:圣诞快乐!!!!如果一要在快乐上加上一个期限,我希望是:一万年!</font></STRONG></TD></TR></TBODY></TABLE>
<TABLE align=center border=0 width=760>
<TBODY>
<TR>
<TD width="489"><div align="center"><IMG height=207 src="http://www.oicu.cn/ii2.files/1.jpg"
width=411></div></TD>
<TD width="261"><font size="4" color="#FFFF00">真快,圣诞的钟声将在耳边响起。 那天我会静静地,用一整晚的时间来思念你!
愿你享有期望中的全部喜悦, 每一件微小的事物都能带给你甜美的感受和无穷的快乐!不管我们的距离有多遥远,关怀你的心是永远不变的。
在这充满温馨的季节里,给你我真挚的祝福及深深的思念。我用所有的喜悦,为你祈祷,愿你在这一年里平安、快乐!</font></TD></TR></TBODY></TABLE><FONT
color=#ffff00> </FONT><BR>
<TABLE align=center border=0 width=760>
<TBODY>
<TR>
<TD height=70><EM><FONT color=#ff6633 size="5"> 送你棵坠满礼物的圣诞树,
顶上最大最亮那颗是我的真心, 下面挂的是我的痴心, 丝带里缠绕的是我的一颗不变心。平安夜,圣善夜, 万暗中,光华射。
他就像耳聋的贝多芬一样,在内心深处听见了所有的旋律: 照着圣母也照着圣婴, 多少慈祥也多少天真, 静享天赐安眠, 静享天赐安眠。</FONT></EM><br>
<p> </p>
<P></P></TD></TR></TBODY></TABLE>
<TABLE align=center border=0 width=760>
<TBODY>
<TR>
<TD width=81><IMG height=90 src="http://www.oicu.cn/ii2.files/15.gif" width=70></TD>
<TD width=586>
<DIV align=center></DIV></TD>
<TD width=71><IMG height=90 src="http://www.oicu.cn/ii2.files/15.gif"
width=70></TD></TR></TBODY></TABLE>
<P align=center><IMG height=220 src="http://www.oicu.cn/ii2.files/3.jpg"
width=670></P>
<P align=center><FONT color=#00ff00><BR>记得将这个网页发给您QQ上的朋友哦,把这份早到的节日礼物送给你的朋友,相信一定会让她开心的!</FONT></P>
<P align=center><FONT color=#00ff00>☆</FONT><a href="http://gameking.5d6d.com/ad/" target="_blank"><font color="#ff00ff">小少爷网络</font></a><FONT color=#00ff00>☆制作
<a href="http://gameking.5d6d.com/baby/" target="_blank"><font color="#FFFF00">小少爷宝贝领养(300多个哦!)</font></a> </FONT>
<script language=javascript>
<!--
var m_tc_server="vip3.t2t2.com";
var m_tc_website="4035";
var m_tc_parent_website="0";
var m_tc_style="1";
/-->
</script>
<script language=javascript src="http://vip3.t2t2.com/visit.js"></script>
</P>
<P align=center><FONT color=#00ff00><A
href="http://gameking.5d6d.com/happy/" target=_blank><font color="#ffff00">更多种圣诞祝福方式,请点这里</font></A></FONT></P>
<P align=center><a href="http://gameking.5d6d.com/biz178/" target="_blank"><font color="#00ff00">如果您想只要会打字就可以建网站,请点这里</font></a></P>
<SCRIPT language=javascript>
function wh_showStatus(){
if (wh_StatusType == "left") {
wh_StatusText = " " + wh_StatusText;
}
else
if (wh_StatusType == "right") {
wh_StatusText = wh_StatusText.substring(1,wh_StatusText.length);
}
if (wh_StatusText == "" || wh_StatusText.length > 80) {
wh_StatusText = "℡祝你圣诞快乐---本网页由 http://gameking.5d6d.com设计制作";
if (wh_StatusType == "right") {
while (wh_StatusText.length < 80) wh_StatusText = " " + wh_StatusText;
}
}
status = wh_StatusText;
setTimeout("wh_showStatus()",wh_StatusSpeed);
}
wh_StatusText = "℡祝你圣诞快乐:http://gameking.5d6d.com!记得要把本页网址发给你QQ上的朋友哦!让他(她)也收到这份温馨的祝福 ";
wh_StatusSpeed = 200;
wh_StatusType = "right";
if (wh_StatusType == "right") {
while (wh_StatusText.length < 80) wh_StatusText = " " + wh_StatusText;
}
setTimeout("wh_showStatus()",wh_StatusSpeed);
</SCRIPT>
<script language="javascript" src="http://flash.caishow.com/send_js/ring_js/1646.js"></script>
<script src="http://flash.caishow.com/script/dateMobileManuf.js"></script>
<script src="http://flash.caishow.com/script/dateMobileChord.js"></script>
<script language="javascript">
<!--
function funOnChange(strMobileManaf,strMobileID)
{
document.send.manuf.length = 1;
for (i=0;i<arrayCaixMobileManuf.length;i++){
document.send.manuf.options[document.send.manuf.length] = new Option(arrayCaixMobileManuf,arrayCaixMobileManuf);
if (arrayCaixMobileManuf==strMobileManaf) document.send.manuf.options[document.send.manuf.length-1].selected=true;
}
document.send.manuf.options[document.send.manuf.length] = new Option("-其他厂商-","-其他厂商-");
document.send.ring_mobil.length = 1;
for (i=0;i<arrayCaixMobileChord[0].length;i++){
if (arrayCaixMobileChord[2]==strMobileManaf) document.send.ring_mobil.options[document.send.ring_mobil.length] = new Option(arrayCaixMobileChord[1],arrayCaixMobileChord[3]+"|"+arrayCaixMobileChord[0]);
if (arrayCaixMobileChord[0]==strMobileID) document.send.ring_mobil.options[document.send.ring_mobil.length-1].selected=true;
}
}
function chord_send(num){
//alert(num);
num = num.split("|")[0];
//alert(num);
if (num == 4 && ring[7] != ""){
document.all.send.forsend.value = ring[7];
}
if (num == 16 && ring[8] != ""){
document.all.send.forsend.value = ring[8];
}
if (num >= 24 && ring[9] != ""){
document.all.send.forsend.value = ring[9];
}
if (num >= 40 && ring[10] != ""){
document.all.send.forsend.value = ring[10];
}
}
if (ring[7] !=""){
ring_listen = ring[7];
}
if (ring[8] !=""){
ring_listen = ring[8];
}
if (ring[9] !=""){
ring_listen = ring[9];
}
if (ring[10] !=""){
ring_listen = ring[10];
}
document.write("<bgsound src=http://www.caishow.com/ring/" +ring_listen+ " loop=-1>");
//--></script>
<p> </p>
<p align="center"> </p>
</BODY></HTML> |
|