here is the js call:
$(function(){
$(".container").buildContainers();
});
here is the code for each container:
<div class="container stikynote draggable resizable" style="width:400px; top:270px;left:170px" buttons="i,m,c">
<table cellpadding="0" cellspacing="0" class="containerTable">
<tr class="top">
<td class="no"> </td>
<td class="n"><a href="">Stiky note</a></td>
<td class="ne"> </td>
</tr>
<tr class="middle">
<td class="o"> </td>
<td class="c" >
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</td>
<td class="e"> </td>
</tr>
<tr class="bottom">
<td class="so"> </td>
<td class="s"></td>
<td class="se"> </td>
</tr>
</table>
</div>
Download the source files and the template for the container skin