var vd = document.getElementById('hpvdv');
var fwcode = '<iframe scrolling="no" frameborder="0" src="video/video.htm" marginheight="0" marginwidth="0" width="360" height="333"></iframe>';
if(vd) vd.innerHTML = fwcode;
document.write(fwcode);
