function scroller()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="650" height="40">\n');
   document.write('<param name="movie" value="scroller.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="scroller.swf" width="650" height="40"></embed>\n');
   document.write('</object>\n');
}

function transition()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="650" height="160">\n');
   document.write('<param name="movie" value="transition.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="transition.swf" width="650" height="160"></embed>\n');
   document.write('</object>\n');
}
