// JavaScript Document


function embedFlash()
{
   document.write('<object type="application/x-shockwave-flash" data="/img/loadmovie.swf?path=/img/homeanim12.swf" width="660" height="120">\n');
   document.write('<param name="movie" value="/img/loadmovie.swf?path=/img/homeanim12.swf" />\n');
   document.write('	<img src="/img/homepage02.jpg" width="660" height="120" alt="" />\n');
   document.write('</object>\n');
}
