function solarflash()
{
document.write('<object type="application/x-shockwave-flash" data="images/solar.swf" width="550" height="400">\r\n');
document.write('<param name="movie" value="images/solar.swf" />\r\n');
document.write('<PARAM NAME=quality VALUE=best />\r\n');
document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF />\r\n');
document.write('<img src="noflash.gif" width="550" height="400" alt="" />\r\n');
document.write('</object>\r\n');
}
