window.addEvent('domready', function() {
	smartHoverBox(
     500, //delay before vanishing
     30, //x offset
     0,  //y offset
     '_smarthbox', //smart hover box suffix
     'smarthbox_close' //hover box close class
   );
});