
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/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/davebarnes\&quot; title=\&quot;Dave Barnes\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/PageImage-21791-1205569.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;Dave Barnes\'s Picture\&quot; /&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/heynathan\&quot; title=\&quot;Nathan Heleine\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/PageImage-36458-1551490-me_bw_anne.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;Nathan Heleine\'s Picture\&quot; /&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=\&quot;http://virb.com/nathan\&quot; title=\&quot;Nathan\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/i/crop_90x90/PageImage-152-723989.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;Nathan\'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/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/davebarnes\" title=\"Dave Barnes\"><img src=\"http://g.virbcdn.com/i/crop_90x90/PageImage-21791-1205569.jpg\" class=\"virb_image\" alt=\"Dave Barnes\'s Picture\" /></a>\n<a href=\"http://virb.com/heynathan\" title=\"Nathan Heleine\"><img src=\"http://g.virbcdn.com/i/crop_90x90/PageImage-36458-1551490-me_bw_anne.jpg\" class=\"virb_image\" alt=\"Nathan Heleine\'s Picture\" /></a>\n<a href=\"http://virb.com/nathan\" title=\"Nathan\"><img src=\"http://g.virbcdn.com/i/crop_90x90/PageImage-152-723989.jpg\" class=\"virb_image\" alt=\"Nathan\'s Picture\" /></a>\n\n'); // done
