4.1.2010

<

<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=5445543;
var sc_invisible=0;
var sc_partition=34;
var sc_click_stat=1;
var sc_security="413cf77d";
</script>

<script type="text/javascript"
src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
class="statcounter"><a title="hit counter"
href="http://www.statcounter.com/" target="_blank"><img
class="statcounter"
src="http://c.statcounter.com/5445543/0/413cf77d/0/"
alt="hit counter" ></a></div></noscript>
<!-- End of StatCounter Code -->

<CENTER>
<!---BEGIN HOLLAND RING TULIP FRAGMENT--->
  <TABLE BORDER="0" CELLPADDING="3" CELLSPACING="3"><TR>
<TD ALIGN="left"><P align="center"><A href="http://www.thehollandring.com/">
<IMG border="0" src="hrtulips2.gif" width="170" height="105"></A></TD>
            <TD align="left" valign="center"><FONT color="#FFFFFF" face="arial" size="2">

<a href="http://www.ringsurf.com/netring?ring=holland;id=95;action=next">Next</a><BR>
<a href="http://www.ringsurf.com/netring?ring=holland;id=95;action=prev">Previous</a><BR>
<a href="http://www.ringsurf.com/netring?ring=holland;id=95;action=next5">Next 5 Sites</a><BR>
<a href="http://www.ringsurf.com/netring?ring=holland;action=rand">Random Site</a><BR>
<a href="http://www.ringsurf.com/netring?ring=holland;action=list">List Sites</a><BR>
<A href="http://www.geocities.com/SiliconValley/Haven/1623/" target="_top">Help Pages</A>
              </FONT></TD></TR></TABLE>
<!---END HOLLAND RING TULIP FRAGMENT--->
</CENTER>

<BR><BR>

<BR><BR>


This goes between the head tags:
 

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="Ilka Hilton Clarke">
   <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win95; I) [Netscape]">
<meta name="keywords" content="">
<meta name="description" content="">
   <title>codes</title>



<ALIGN=RIGHT><embed src="name.mid" align="baseline" border="0" width="16" height="16" loop="True" autostart="true" volume="80">


<!-- BEGIN HITOMETER TAG VERSION 2 -->
<script language="JavaScript1.1"><!--
d=document;c='<img WIDTH=1 HEIGHT=1 border=0 '+
'src="http://i40.netscape.com/c.cgi?A5879740$3713934$';
if(parseFloat(navigator.appVersion)>=4){x='x';s=screen;
c+=s.width+x+s.height+x+s.pixelDepth+x+s.colorDepth;}
d.writeln(c+'$'+d.referrer+'">'); // -->
</script><noscript><img WIDTH=1 HEIGHT=1 border=0
src="http://i40.netscape.com/c.cgi?B5879740$3713934"
alt="Hitometer"></noscript>
<!-- END HITOMETER TAG ( WWW.HITOMETER.COM ) -->
 

---------------------------------------------------------

Trail script
<script language='JavaScript1.2'>
/*
Cross browser cursor trailer script
By Brian Caputo (bcaputo@icdc.com)
Visit Dynamic Depot @ www.dynamic-depot.com
*/
V5=document.getElementById;B=document.all;C=document.layers;D=document.all&&window.print;E=V5&&!document.all;cC=new Array();
T1=new Array('../images/trail1.gif',38,35, '../images/trail2.gif',30,31, '../images/trail3.gif' ,28,26, '../images/trail4.gif',22,21, '../images/trail5.gif',16,16, '../images/trail6.gif',10,10);
nos=parseInt(T1.length/3);
rate=100;
for (i=0;i<nos;i++)
createCell('CUR'+i,i*10,i*10,T1[i*3+1],T1[i*3+2],'','<img src="'+T1[i*3]+'" width='+T1[(i*3+1)]+' height='+T1[(i*3+2)]+' border=0>')
function cycle(){for (i=0;i<(nos-1);i++){moveCell('CUR'+i,getXpos('CUR'+(i+1)),getYpos('CUR'+(i+1)))}}
function newPos(e){moveCell('CUR'+(nos-1),((B)?event.clientX+document.body.scrollLeft:e.pageX)+2,((B)?event.clientY+document.body.scrollTop:e.pageY)+2)} //Here is the line I changed so both IE & NS move it over 2 pixels off the pointers tip thus allowing linkage!
if(document.layers)document.captureEvents(Event.MOUSEMOVE);
if (B)document.body.onscroll=newPos;
document.onmousemove=newPos;
window.MTIRQ=setInterval('cycle()',rate);

function createCell(N, Xp, Yp, W, H, A, Ht, BG, O, S) {
    if (B || C || D || E) {
        with (document) {
            if (C) {
                write("<layer name='" + N + "' left=" + Xp + " top=" + Yp + " width=" + W + " height=" + H);
            } else {
                write("<div id='" + N + "' style='position:absolute; left:" + Xp + "; top:" + Yp + "; width:" + W + "; height:" + H);
            }
            if (BG) {
                X = (C) ? " BGColor=" : "; background-color:";
                write(X + BG);
            }
            if (S) {
                write((C) ? " style=' " + S + "'" : "; " + S + "'");
            } else {
                if (!C) {
                    write("'");
                }
            }
            write((A) ? " " + A + ">" : ">");
            write(Ht);
        }
        if (!O) {
            closeCell();
        }
        cC[cC.length] = N;
        XX = getObject2(N);
        if (!C) {
            XX.moveTo = moveTo;
            XX.moveBy = moveBy;
        } else {
            XX.innerHTML = Ht;
        }
    }
}
;

function moveCell(N, Xp, Yp) {
    D = getCell(N);
    D.left = Xp;
    D.top = Yp;
}
;

function getYpos(N) {
    return (parseInt(getCell(N).top));
}
;

function getXpos(N) {
    return (parseInt(getCell(N).left));
}
;

function closeCell() {
    document.write((!C) ? "</div>" : "</layer>");
}
;

function getCell(N) {
    if (C) {
        D = C[N];
    } else {
        if (E) {
            D = document.getElementById(N).style;
        } else {
            D = B[N].style;
        }
    }
    if (D == null && C) {
        rr = C.length;
        for (i = 0; i < rr; i++) {
            D = C[i].document.layers;
            if (D) {
                D = D[N];
            }
            if (D) {
                return D;
            }
        }
    }
    return D;
}
 

function refresh() {
    if (B) {
        document.all[this.id].innerHTML = this.innerHTML;
    } else {
        changeContent(this.id, this.innerHTML);
    }
}
 

function getObject2(N) {
    if (D || E) {
        e = document.getElementById(N);
    } else {
        e = (C) ? C[N] : B[N];
    }
    if (!e && C) {
        rr = C.length;
        for (i = 0; i < rr; i++) {
            e = C[i].document.layers;
            if (e) {
                e = e[N];
            }
            if (e) {
                return e;
            }
        }
    }
    return e;
}

</script>