Scriptaculous blind up effect not working from innerhtml in

I have some tables wrapped in divs, when you
click them, they are hidden and then some of the data
is added as a div into another div by way of
innerhtml. When you you click on these new divs that
are in the html, they should go away. This works fine
in Firefox but doesn’t work at all in IE. Does anyone
have any ideas? The weird thing is if I take the
source of the html after the innerhtml is generated
and save it as a file, the removerecips function works
fine. Here is this source:

	<style>

	#garbagebin {
		border: 1px #000000 solid;
		background-color: #efefef;
		padding: 10px;
		width: 250px;


	}</style>

</head>

<body>
Selected Recipients:

<div id="garbagebin">




</div>
 <input type="button" name="next" value="Next"

onclick=“alertrecips();”>


Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around