function runVideo() {
	document.write('<embed\n');
	document.write('type="video/x-ms-wmv"');
	document.write('pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/"');
	document.write('width="320" height="320"');
	document.write('src="video/nationalpark-nationaldisgrace.wvx"');
	document.write('filename="video/nationalpark-nationaldisgrace.wvx"');
	document.write('autostart="0"');
	document.write('showcontrols="1"');
	document.write('showstatusbar="1" ');
	document.write('showdisplay="0"');
	document.write('autorewind="1">');
	document.write('</embed>');
}