亚洲av成人无码久久www,爽爽午夜影视窝窝看片,午夜亚洲www湿好大,十八禁无码免费网站 ,使劲快高潮了国语对白在线

   輕影浮云 [空投月石] [收藏此作者]  【http://50638.jjwxc.net】
被收藏數(shù):0
專欄主人 云輕影 的自白: 我還是個讀者喲

只愿化作浮云,輕松來去,不留影蹤

//Configure below to change URL path to the snow image
var snowsrc="snow/snow.gif"
// Configure below to change number of snow to render
var no = 10;

var ns4up = (document.layers) ? 1 : 0; // browser sniffer
var ie4up = (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) {
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 < no; ++ i) {
dx[i] = 0; // set coordinate variables
xp[i] = Math.random()*(doc_width-50); // set position variables
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20; // set amplitude variables
stx[i] = 0.02 + Math.random()/10; // set step variables
sty[i] = 0.7 + Math.random(); // set step variables
if (ns4up) { // set layers
if (i == 0) {
document.write("");
} else {
document.write("");
}
} else if (ie4up) {
if (i == 0) {
document.write("
");
} else {
document.write("
");
}
}
}

function snowNS() { // Netscape main animation function
for (i = 0; i < no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx[i] += stx[i];
document.layers["dot"+i].top = yp[i];
document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snowNS()", 10);
}

function snowIE() { // IE main animation function
for (i = 0; i < no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx[i] += stx[i];
document.all["dot"+i].style.pixelTop = yp[i];
document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snowIE()", 10);
}

if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}




主人告示


沒啥說的了,都來我家喝酒吧^^b
手機(jī)掃描二維碼在APP打開作者專欄
打開晉江App掃碼即可閱讀
最近更新作品:《愛曾來過》  作品狀態(tài):連載  作品字?jǐn)?shù):5857  最后更新時間: 2006-02-20 14:23:47
 
作品 類型 進(jìn)度 字?jǐn)?shù) 積分 發(fā)表時間
【無所屬系列】
愛曾來過
原創(chuàng)-言情-近代現(xiàn)代-愛情 連載 5857  62,634  2005-12-29 21:29:53
 
 友情鏈接
歡迎和我交換友情鏈接^^