//FLOP
push.template.setTemplate('flop', 'tbodyFlop', '
\
{{shortName}} | \
{{price}} | \
{{performance_pct}} | \
');
//TOP
push.template.setTemplate('top', 'tbodyTop', '\
{{shortName}} | \
{{price}} | \
{{performance_pct}} | \
');
//TOPFLOP
push.template.setTemplate('topflop', 'tbodyTopflop', '\
{{shortName}} | \
{{total_money}} | \
{{performance_pct}} | \
');