HtmlFormatterV3 = { initialize: function() { }, getHtml: function(item, dim) { if(item == null) { return ""; } //create random number to keep ids unique (in case the same product appears in two similar sliders) var r_num = Math.random(); r_num = Math.ceil(r_num * 100); if ((item.type == 'homepage_category_products') || (item.type == 'simliar_product') || (item.type == 'related_category')) { //homepage return '