Twitter Updates

Twitter Updates

    follow me on Twitter

    Friday, February 17, 2006

    Script for "Seconds until the next abortion"

    Some of you may have noticed the new abortion ticker on the side-bar. I found it on the homepage of Capitol Resource Institute. I normally find items like this trite and useless. However, when one considers the seconds until each abortion, the concept is staggering. If you have a webpage, be it xanga.com, myspace.com, or anything else, add it. May we never let the atrocious practice of abortion out of our minds until it has ended.
    Code for "Seconds until the next abortion" ticker:

    <
    tr>
    <
    td height="70" valign="top" bgcolor="#FFFFFF">
    <
    form name="counter">
    <
    div align="center">
    <
    input type="text" size="5" name="d2">
    <
    b>seconds left until the next abortion.</b> </div>
    </
    form>
    <script>
    <!--
    //
    var milisec=0
    var seconds=125
    document.counter.d2.value='125'

    function display(){
    if (milisec<=0){
    milisec=9
    seconds-=1
    }
    if (seconds<=-1){
    milisec=0
    seconds+=1
    }
    else
    milisec-=1
    document.counter.d2.value=seconds+"."+milisec
    setTimeout("display()",100)
    }
    display()
    -->
    </
    script>

    No comments: