
if (document.getElementById('htmlPreview') != null)
{
    var output = '&lt;br/&gt;&lt;h3&gt;Groups&lt;span class=\&quot;h3_dash\&quot;&gt; - &lt;/span&gt;&lt;a href=\&quot;http://virb.com/mikebranski/groups\&quot;&gt;&lt;span class=\&quot;see_all\&quot;&gt;see all &lt;/span&gt;17&lt;/a&gt;&lt;/h3&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/groups/AnimalPhotography\&quot; title=\&quot;Animal Photography\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/Image-6030-7640-20060824_154033.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;The Animal Photography Group\&quot; /&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/groups/theoffice\&quot; title=\&quot;The Office\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/Image-408-298-gen_genral_013.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;The The Office Group\&quot; /&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/groups/adobelightroom\&quot; title=\&quot;Adobe Lightroom\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/GroupImage-81446-9715-adobelightroom2.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;The Adobe Lightroom Group\&quot; /&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/groups/79305806\&quot; title=\&quot;VIRB ARMY\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/Image-1667-1944-army.gif\&quot; class=\&quot;virb_image\&quot; alt=\&quot;The VIRB ARMY Group\&quot; /&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;'; 
    // Remove initial br
    var output = output.replace(/&lt;br\/&gt;/, '');
    // Replace all br entities with br tag
    document.getElementById('htmlPreview').innerHTML = output.replace(/&lt;br\/&gt;/g, '<br/>');
}


document.write('\n<h3>Groups<span class=\"h3_dash\"> - </span><a href=\"http://virb.com/mikebranski/groups\"><span class=\"see_all\">see all </span>17</a></h3>\n\n<a href=\"http://virb.com/groups/AnimalPhotography\" title=\"Animal Photography\"><img src=\"http://g.virbcdn.com/i/crop_90x90/Image-6030-7640-20060824_154033.jpg\" class=\"virb_image\" alt=\"The Animal Photography Group\" /></a>\n<a href=\"http://virb.com/groups/theoffice\" title=\"The Office\"><img src=\"http://g.virbcdn.com/i/crop_90x90/Image-408-298-gen_genral_013.jpg\" class=\"virb_image\" alt=\"The The Office Group\" /></a>\n<a href=\"http://virb.com/groups/adobelightroom\" title=\"Adobe Lightroom\"><img src=\"http://g.virbcdn.com/i/crop_90x90/GroupImage-81446-9715-adobelightroom2.jpg\" class=\"virb_image\" alt=\"The Adobe Lightroom Group\" /></a>\n<a href=\"http://virb.com/groups/79305806\" title=\"VIRB ARMY\"><img src=\"http://g.virbcdn.com/i/crop_90x90/Image-1667-1944-army.gif\" class=\"virb_image\" alt=\"The VIRB ARMY Group\" /></a>\n\n\n'); // done
