
if (document.getElementById('htmlPreview') != null)
{
    var output = '&lt;br/&gt;&lt;h3&gt;NTSC 29.97 fps&lt;span class=\&quot;h3_dash\&quot;&gt; - &lt;/span&gt;&lt;a href=\&quot;http://www.virb.com/keithparent/videos\&quot;&gt;&lt;span class=\&quot;see_all\&quot;&gt;see all &lt;/span&gt;3&lt;/a&gt;&lt;/h3&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href=\&quot;http://www.virb.com/keithparent/videos/10118\&quot; title=\&quot;i heard a fly buzz-- when i died-- \&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/cdnImages/crop_160x120/VideoImage-10131-25682.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;\&quot; /&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=\&quot;http://www.virb.com/keithparent/videos/10107\&quot; title=\&quot;smile style\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/cdnImages/crop_160x120/VideoImage-10120-25666.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;\&quot; /&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href=\&quot;http://www.virb.com/keithparent/videos/10092\&quot; title=\&quot;i am electro\&quot;&gt;&lt;img src=\&quot;http://g.virbcdn.com/cdnImages/crop_160x120/VideoImage-10105-25654.jpg\&quot; class=\&quot;virb_image\&quot; alt=\&quot;\&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>NTSC 29.97 fps<span class=\"h3_dash\"> - </span><a href=\"http://www.virb.com/keithparent/videos\"><span class=\"see_all\">see all </span>3</a></h3>\n\n<a href=\"http://www.virb.com/keithparent/videos/10118\" title=\"i heard a fly buzz-- when i died-- \"><img src=\"http://g.virbcdn.com/cdnImages/crop_160x120/VideoImage-10131-25682.jpg\" class=\"virb_image\" alt=\"\" /></a>\n<a href=\"http://www.virb.com/keithparent/videos/10107\" title=\"smile style\"><img src=\"http://g.virbcdn.com/cdnImages/crop_160x120/VideoImage-10120-25666.jpg\" class=\"virb_image\" alt=\"\" /></a>\n<a href=\"http://www.virb.com/keithparent/videos/10092\" title=\"i am electro\"><img src=\"http://g.virbcdn.com/cdnImages/crop_160x120/VideoImage-10105-25654.jpg\" class=\"virb_image\" alt=\"\" /></a>\n\n'); // done
