// pass the container element as parameter for initialization
// where you would like to load the widget
// in the example below the widget can be loaded inside the
// element with class as shown below
$(document).ready(function(){
$(".emic-calculator").emiculator();
})
Available Options for customization : See description on Configuration page