function writeFlashHTML(url, size, jd) {
	var p = (!jd) ? AddGoogle() + ' | Powered by <a href="http://code.google.com/apis/youtube/" target="_blank" title="YouTube Data API">YouTube</a>, <a href="http://www.audioscrobbler.net/data/webservices/" target="_blank" title="Audioscrobbler Web Services">Audioscrobbler</a>' : '';
	m = [
'<div id="hflash" style="height:' + size + 'px; width:' + (size*16/9) + 'px;">',
'<object height="100%" width="100%" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">',
	'<param name="movie" value="' + url + '&autoplay=1" />',
	'<param name="wmode" value="transparent" />',
	'<embed src="' + url + '&autoplay=1" type="application/x-shockwave-flash" height="100%" width="100%" wmode="transparent" />',
'</object>',
'</div>'
].join('');
	_gel("main").innerHTML = m + rChname0() + rChname1() + '<p id="sizetitle2">' + fillSizeMenu() + '</p><hr />' + p;
}
// Add to Google
function AddGoogle() {
	var id = (!location.search) ? 'en' : 'ja';
	return '<a href="http://www.google.com/ig/adde?synd=open&amp;source=ggyp&amp;moduleurl=http://jun1969x.googlepages.com/fmtube.xml&amp;hl=' + id + '" target="_blank"><img src="./img/plus_google.gif" alt="Add to Google" /></a>';
}
