「LINK」の編集履歴(バックアップ)一覧に戻る

LINK - (2005/11/16 (水) 15:20:11) のソース

<p><img style="WIDTH: 70px; HEIGHT: 81px" height="300" src=
"http://effects.if.tv/lostpia/photo_site/zacca/small/xmastree01D_small.jpg"
width="199"><a href=
"http://www4.atwiki.jp/ikepi/pages/20.html">FRIEND</a>             BLOGリンクです。</p>
<p>     <a href=
"http://www4.atwiki.jp/ikepi/pages/18.html">FAVORITE</a><img style=
"WIDTH: 81px; HEIGHT: 51px" height="151" src=
"http://effects.if.tv/lostpia/photo_site/zacca/small/appleA_small.jpg" width=
"200">       いけぴの好きなHPデス。    </p>
<p><img style="WIDTH: 77px; HEIGHT: 48px" height="151" src=
"http://effects.if.tv/lostpia/photo_site/zacca/small/appleD_small.jpg" width=
"200"><a href=
"http://www4.atwiki.jp/ikepi/pages/19.html">REFERENCE</a>          サイト・BLOG作る参考サイト。</p>
<p><a href=
"http://www4.atwiki.jp/ikepi/pages/64.html">MY MIXI'S BLOG LINK</a><img style="WIDTH: 70px; HEIGHT: 82px"
height="300" src=
"http://effects.if.tv/lostpia/photo_site/zacca/small/xmastree01F_small.jpg"
width="199"><img height="14" src=
"http://1kb-sozai.com/sozai/02/icon/up-new1/n-cube02.gif" width="40" border=
"0"> マイミクさん達のブログ☆                             </p>
<p><img height="31" alt="新ブログ.gif" src=
"http://enjoylife-fightmr.seesaa.net/image/90V83u838D83O.gif" width=
"88">       【enjoyLIFE-fightMR】のサイトバナーです。                                            </p>
<p>
               リンクフリー。直リンク禁止。 </p>
<p>  <img style="WIDTH: 65px; HEIGHT: 113px" height="101" src=
"http://www.aoiweb.com/aoi2/i/i395.gif" width="45"><br>
      <a href="javascript:bg('akaaka02.gif')"></a></p>
<script language="JavaScript" type="text/javascript">
<!-- Begin
var no = 15; //表示する画像の数です
var speed = 5; //移動速度です
drop = new Array();

drop[0] ="http://um-factory.com/sdata/simg/snow/n21/a1yuki-n21-w2.gif";//画像のURLを入れます
drop[1] ="http://um-factory.com/sdata/simg/snow/n21/a1yuki-n21-w2.gif";



var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;
var dx, xp, yp;
var am, stx, sty;  // amplitude and step variables
var i, doc_width = 800, doc_height = 1300; //移動範囲です

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();
h = 0;



for (i = 0; i < no; ++ i) {  
dx[i] = 0;
xp[i] = Math.random()*(doc_width-50);
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();

if (ns4up) {
if (i == 0) {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"star\"><img src=\"" + drop[h] + "\" border=\"0\"><\/layer>");
} else {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"star\"><img src=\"" + drop[h] + "\" border=\"0\"><\/layer>");
   }
} else if (ie4up) {
if (i == 0) {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src=\"" + drop[h] + "\" border=\"0\"><\/div>");
} else {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src=\"" + drop[h] + "\" border=\"0\"><\/div>");
      }
   }
 if (h == (drop.length-1))  { h =0; } else { h +=1; }
}
function starNS() {
for (i = 0; i < no; ++ i) {
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("ANGELNS()", speed);
}

function starIE() {
for (i = 0; i < no; ++ i) {
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("starIE()", speed);
}
if (ns4up) {
starNS();
} else if (ie4up) {
starIE();
}
// End -->
</script>