// external_script.js
function screenflash()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="371" height="274">\n');
    document.write('<param name="movie" value="lamegen.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="bgcolor" value="#FFFFFF" />\n');
	document.write('<embed src="lamegen.swf" quality="high" bgcolor="#FFFFFF" width="371" height="274" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer">\n');
    document.write('</object>\n');
}