
if (document.getElementById('htmlPreview') != null)
{
    var output = '&lt;br/&gt;&lt;h3&gt;Friends&lt;span class=\&quot;h3_dash\&quot;&gt; - &lt;/span&gt;&lt;a href=\&quot;http://virb.com/simmy/friends/people\&quot;&gt;&lt;span class=\&quot;see_all\&quot;&gt;see all &lt;/span&gt;22&lt;/a&gt;&lt;/h3&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/mtsxsw\&quot; title=\&quot;SXSWi + (mt) PARTY\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/PageImage-342237-1522216-mt.png\&quot; class=\&quot;virb_image\&quot; alt=\&quot;SXSWi + (mt) PARTY\'s Picture\&quot; /&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/joshualane\&quot; title=\&quot;Joshua Lane\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/PageImage-4949-1144075.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;Joshua Lane\'s Picture\&quot; /&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/simplebits\&quot; title=\&quot;simplebits\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/PageImage-654-16256.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;simplebits\'s Picture\&quot; /&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/wilson\&quot; title=\&quot;Wilson\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/PageImage-653-1096071.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;Wilson\'s Picture\&quot; /&gt;&lt;/a&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>Friends<span class=\"h3_dash\"> - </span><a href=\"http://virb.com/simmy/friends/people\"><span class=\"see_all\">see all </span>22</a></h3>\n\n<a href=\"http://virb.com/mtsxsw\" title=\"SXSWi + (mt) PARTY\"><img src=\"http://g.virbcdn.com/i/crop_90x90/PageImage-342237-1522216-mt.png\" class=\"virb_image\" alt=\"SXSWi + (mt) PARTY\'s Picture\" /></a>\n<a href=\"http://virb.com/joshualane\" title=\"Joshua Lane\"><img src=\"http://g.virbcdn.com/i/crop_90x90/PageImage-4949-1144075.jpg\" class=\"virb_image\" alt=\"Joshua Lane\'s Picture\" /></a>\n<a href=\"http://virb.com/simplebits\" title=\"simplebits\"><img src=\"http://g.virbcdn.com/i/crop_90x90/PageImage-654-16256.jpg\" class=\"virb_image\" alt=\"simplebits\'s Picture\" /></a>\n<a href=\"http://virb.com/wilson\" title=\"Wilson\"><img src=\"http://g.virbcdn.com/i/crop_90x90/PageImage-653-1096071.jpg\" class=\"virb_image\" alt=\"Wilson\'s Picture\" /></a>\n\n'); // done
