function RunSwf() {
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"\n');
	document.write('WIDTH="100%" HEIGHT="100%" id="cloudnweather" ALIGN="">\n');
	document.write('<PARAM NAME=movie VALUE="flash/cloudnweather.swf">');
	document.write('<PARAM NAME=quality VALUE=high>');
	document.write('<PARAM NAME=bgcolor VALUE=#454545>\n');
	document.write('<EMBED src="flash/cloudnweather.swf" quality=high bgcolor=#454545  WIDTH="100%" HEIGHT="100%" NAME="cloudnweather" ALIGN=""\n');
	document.write('TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">\n');
	document.write('</EMBED>\n');
	document.write('</OBJECT>\n');
}
