// JavaScript Document
function sound(){
	document.writeln("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='60'height='28' align='middle'>");
	document.writeln("<param name='allowScriptAccess' value='sameDomain'/>");
	document.writeln("<param name='movie' value='sound.swf' />");
	document.writeln("<param name='quality' value='high' />");
	document.writeln("<param name='SCALE' value='exactfit'>");
	document.writeln("<param name='wmode' value='opaque'>");
	document.writeln("<embed src='sound.swf' width='60' height='28' align='middle' quality='high' scale='exactfit' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'/>");
	document.writeln(" </object>");
}