<!--
function RunActive()
{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" height="255" width="905">\n');
    document.write('<param name="movie" value="./../material/template/img_station/station.swf" />\n');
    document.write('<param name="quality" value="best" />\n');
    document.write('<param name="play" value="true" />\n');
    document.write('<embed height="255" pluginspage="http://www.macromedia.com/go/getflashplayer" src="./../material/template/img_station/station.swf" type="application/x-shockwave-flash" width="905" quality="best" play="true"></embed>\n');
    document.write('</object>\n');
}
//-->

