


function _index_html_GetTagScript0(){
	var sTag = ''
		+ '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" width="760" height="204">'
		+ '                <param name="movie" value="index.swf">'
		+ '                <param name="play" value="true">'
		+ '                <param name="loop" value="true">'
		+ '                <param name="quality" value="high">'
		+ '                <embed src="index.swf" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="760" height="204"></embed>'
		+ '                </object>'
		+ '';
	document.write (sTag);
}
