
function RunVideo()
{
document.write('<object height="156" contenteditable="inherit" width="201" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6">');
document.write('<param value="156" name="height">');
document.write('<param value="201" name="width">');
document.write('<param value="video/video.wmv" name="src">');
document.write('<param value="video/video.wmv" name="url">');
document.write('<embed height="156" contenteditable="inherit" width="201" url="video/video.wmv" type="application/x-mplayer2" src="video/video.wmv">');
document.write('</object>');
}
