function anonymous(obj ) { var p=[],print=function(){p.push.apply(p,arguments);};with(obj){p.push(''); if (obj && obj.type === 'vertical') { p.push(' '); jQuery.each(obj.rows, function (i, row) { p.push(' '); if (row.flyoutElement === 'button') { p.push('
',row.text ,'
'); } else if (row.flyoutElement === 'list' && row.list) { p.push(' '); jQuery.each(row.list, function (j, list) { p.push('
'); }); p.push(' '); } else if (row.flyoutElement === 'link') { p.push(' '); if (row.topSpacer) { p.push('
'); } p.push('
',row.text ,'
'); } p.push(' '); }); p.push(''); } else if (obj) { p.push('
', obj ,'
'); } p.push('');}return p.join(''); }