var tplTopContent = new AP.Core.JS.Template({
    id: 'tplTopContent',
    template: ['<div class="mf-panel1-item">',
    '<a href="{link}"><img width="70" height="70" alt="" src="{image}" /></a><br />',
    '<span>{code}</span>',
    '</div>'].join('')
});

AP.Core.JS.TemplateManager.add(tplTopContent);

var tplTopContentFooter = new AP.Core.JS.Template({
    id: 'tplTopContentFooter',
    template: ['<br class="clear" />',
    '<p class="mf-panel1-browse"><font color="Red">+</font> <a href="ringtone_logo.jsp">Browse all</a></p>'].join('')
});

AP.Core.JS.TemplateManager.add(tplTopContentFooter);

