
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;27&lt;/a&gt;&lt;/h3&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/thirteen\&quot; title=\&quot;t h i r t e e n\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/PageImage-121570-934253.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;t h i r t e e n\'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/bjohnsme\&quot; title=\&quot;bjohnsme\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/PageImage-147-338877.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;bjohnsme\'s Picture\&quot; /&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/bronwyn\&quot; title=\&quot;Bronwyn\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/PageImage-183-1535091-headshot_color.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;Bronwyn\'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>27</a></h3>\n\n<a href=\"http://virb.com/thirteen\" title=\"t h i r t e e n\"><img src=\"http://g.virbcdn.com/i/crop_90x90/PageImage-121570-934253.jpg\" class=\"virb_image\" alt=\"t h i r t e e n\'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/bjohnsme\" title=\"bjohnsme\"><img src=\"http://g.virbcdn.com/i/crop_90x90/PageImage-147-338877.jpg\" class=\"virb_image\" alt=\"bjohnsme\'s Picture\" /></a>\n<a href=\"http://virb.com/bronwyn\" title=\"Bronwyn\"><img src=\"http://g.virbcdn.com/i/crop_90x90/PageImage-183-1535091-headshot_color.jpg\" class=\"virb_image\" alt=\"Bronwyn\'s Picture\" /></a>\n\n'); // done
