
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/sister_kate\&quot;&gt;&lt;span class=\&quot;see_all\&quot;&gt;see all &lt;/span&gt;5&lt;/a&gt;&lt;/h3&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/782971616834822\&quot; title=\&quot;Eva\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/PageImage-91262-1148743.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;Eva\'s Picture\&quot; /&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/caseyschneider\&quot; title=\&quot;Casey\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/PageImage-14453-419435.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;Casey\'s Picture\&quot; /&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/2810515519645841\&quot; title=\&quot;Katie\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/PageImage-337146-1502977.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;Katie\'s Picture\&quot; /&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/2215555214062919\&quot; title=\&quot;Gaby\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/PageImage-273402-1502801.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;Gaby\'s Picture\&quot; /&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/robz\&quot; title=\&quot;Robin\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/PageImage-15871-1186789.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;Robin\'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/sister_kate\"><span class=\"see_all\">see all </span>5</a></h3>\n\n<a href=\"http://virb.com/782971616834822\" title=\"Eva\"><img src=\"http://g.virbcdn.com/i/crop_90x90/PageImage-91262-1148743.jpg\" class=\"virb_image\" alt=\"Eva\'s Picture\" /></a>\n<a href=\"http://virb.com/caseyschneider\" title=\"Casey\"><img src=\"http://g.virbcdn.com/i/crop_90x90/PageImage-14453-419435.jpg\" class=\"virb_image\" alt=\"Casey\'s Picture\" /></a>\n<a href=\"http://virb.com/2810515519645841\" title=\"Katie\"><img src=\"http://g.virbcdn.com/i/crop_90x90/PageImage-337146-1502977.jpg\" class=\"virb_image\" alt=\"Katie\'s Picture\" /></a>\n<a href=\"http://virb.com/2215555214062919\" title=\"Gaby\"><img src=\"http://g.virbcdn.com/i/crop_90x90/PageImage-273402-1502801.jpg\" class=\"virb_image\" alt=\"Gaby\'s Picture\" /></a>\n<a href=\"http://virb.com/robz\" title=\"Robin\"><img src=\"http://g.virbcdn.com/i/crop_90x90/PageImage-15871-1186789.jpg\" class=\"virb_image\" alt=\"Robin\'s Picture\" /></a>\n\n'); // done
