
// playvideo.js

// var videotoshow='';

document.write('<embed style="width: 420px; height: 348px;" src="' + videotoshow + '" autostart="false" />');

