<html>
<script language="JavaScript">



var startMsg = "Dumb Blonds are funny...";

var str     = "";
var msg     = "";
var leftMsg = "";


function setMessage()
{
    if (msg == "")
    {
        str = " ";
        msg = startMsg;
        leftMsg = "";
    }

    if (str.length == 1)
    {
        while (msg.substring(0, 1) == " ")
        {
            leftMsg = leftMsg + str;
            str = msg.substring(0, 1);
            msg = msg.substring(1, msg.length);
        }

        leftMsg = leftMsg + str;
        str = msg.substring(0, 1);
        msg = msg.substring(1, msg.length);

        for (var ii = 0; ii < 120; ii++)
        {
           str = " " + str;
        }
    }
    else
        str = str.substring(10, str.length);

    window.status = leftMsg + str;
// This editable value (1000 = 0 second) 
// corresponds to the speed of the shooting
// message.
    timeout = window.setTimeout('setMessage()',100);

}
// -->
</script>

<body>
<!--Update the BODY tag for the timer function.-->

<!-- You may edit the BODY color. -->
<BODY bgcolor="ffffff" onload="timeout = window.setTimeout('setMessage()',500);">

<center><img src="dumblond.jpg"></center>

<font face="angelica"><font color="red"><h2>
<center>1.  A ventriliquist was at a birthday party telling dumb blond jokes with his knee dummy.  Everyone thought it was really funny, except for the mother of the birthday boy because, she was blond.  So she goes up to the ventriliquist and says,"Listen, I'm not going to put up with this!  Blonds are the same as you and me!".  The ventriliquist starts to apologize but the mother interupts him, "Shut up! Im not talking to you! You keep out of this!  Im talking to the little guy on your knee!</center><hr>

<center>2.  Q. If a dumb blond throws a grenade at you, how do you kill her?</center>  
            <center>A.Take the pin out and throw it back.</center><hr>

<center>3.  Q. How do you drown a dumb blond?</center>
            <center>A. Put a scratch and sniff sticker at the bottom of a pool</center></font></font></h2><hr>

<center><body link="pink"><body alink="blue"><body vlink="khaki"><h1><a href="mailto:yoguys82@hotmail.com">°mail us your dumb blond jokes!°</h1></center>

</body>
</html>