
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/keegan/friends/people\&quot;&gt;&lt;span class=\&quot;see_all\&quot;&gt;see all &lt;/span&gt;115&lt;/a&gt;&lt;/h3&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/brett\&quot; title=\&quot;Brett\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/PageImage-18-1036984.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;Brett\'s Picture\&quot; /&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/mandy\&quot; title=\&quot;Mandy\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/PageImage-1953-627015.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;Mandy\'s Picture\&quot; /&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/leokempf\&quot; title=\&quot;leokempf\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/PageImage-111049-519388.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;leokempf\'s Picture\&quot; /&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/corbin\&quot; title=\&quot;corbin\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/PageImage-2028-1510590-PageImage20281510584me_inthecity.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;corbin\'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/keegan/friends/people\"><span class=\"see_all\">see all </span>115</a></h3>\n\n<a href=\"http://virb.com/brett\" title=\"Brett\"><img src=\"http://g.virbcdn.com/i/crop_90x90/PageImage-18-1036984.jpg\" class=\"virb_image\" alt=\"Brett\'s Picture\" /></a>\n<a href=\"http://virb.com/mandy\" title=\"Mandy\"><img src=\"http://g.virbcdn.com/i/crop_90x90/PageImage-1953-627015.jpg\" class=\"virb_image\" alt=\"Mandy\'s Picture\" /></a>\n<a href=\"http://virb.com/leokempf\" title=\"leokempf\"><img src=\"http://g.virbcdn.com/i/crop_90x90/PageImage-111049-519388.jpg\" class=\"virb_image\" alt=\"leokempf\'s Picture\" /></a>\n<a href=\"http://virb.com/corbin\" title=\"corbin\"><img src=\"http://g.virbcdn.com/i/crop_90x90/PageImage-2028-1510590-PageImage20281510584me_inthecity.jpg\" class=\"virb_image\" alt=\"corbin\'s Picture\" /></a>\n\n'); // done
