function currentReleaseStaticLinkBox(languageShort){
    if(languageShort=='de'){
        document.writeln('   <table width="100%">    <tr>     <td style="padding: 2px 8px 8px 8px; background-image:url(\'/cms/upload/system/bgrechtsfeature.gif\');">     <span class="headlinerechtsfeature">Feature</span><br>     <a href="/de/68/feature/" class="rechtsausgabelink">Ausgabe 68 </a><br>     </td>    </tr>    <tr>     <td><img src="/cms/upload/system/spacer.gif" width="10" height="3"></td>    </tr>   </table>   <table width="100%">    <tr>     <td style="padding: 2px 8px 8px 8px; background-image:url(\'/cms/upload/system/bgrechtsonview.gif\');">     <span class="headlinerechtsonview">On View</span><br>     <a href="/de/68/on-view/" class="rechtsausgabelink">Ausgabe 68 </a><br>     </td>    </tr>    <tr>     <td><img src="/cms/upload/system/spacer.gif" width="10" height="3"></td>    </tr>   </table>   <table width="100%">    <tr>     <td style="padding: 2px 8px 8px 8px; background-image:url(\'/cms/upload/system/bgrechtsnews.gif\');">     <span class="headlinerechtsnews">News</span><br>     <a href="/de/68/news/" class="rechtsausgabelink">Ausgabe 68 </a><br>     </td>    </tr>    <tr>     <td><img src="/cms/upload/system/spacer.gif" width="10" height="3"></td>    </tr>   </table>   <table width="100%">    <tr>     <td style="padding: 2px 8px 8px 8px; background-image:url(\'/cms/upload/system/bgrechtspress.gif\');">     <span class="headlinerechtspress">Press</span><br>     <a href="/de/68/press/" class="rechtsausgabelink">Ausgabe 68 </a><br>     </td>    </tr>    <tr>     <td><img src="/cms/upload/system/spacer.gif" width="10" height="3"></td>    </tr>   </table>');
    }else{
        document.writeln('   <table width="100%">    <tr>     <td style="padding: 2px 8px 8px 8px; background-image:url(\'/cms/upload/system/bgrechtsfeature.gif\');">     <span class="headlinerechtsfeature">Feature</span><br>     <a href="/en/68/feature/" class="rechtsausgabelink">issue 68 </a><br>     </td>    </tr>    <tr>     <td><img src="/cms/upload/system/spacer.gif" width="10" height="3"></td>    </tr>   </table>   <table width="100%">    <tr>     <td style="padding: 2px 8px 8px 8px; background-image:url(\'/cms/upload/system/bgrechtsonview.gif\');">     <span class="headlinerechtsonview">On View</span><br>     <a href="/en/68/on-view/" class="rechtsausgabelink">issue 68 </a><br>     </td>    </tr>    <tr>     <td><img src="/cms/upload/system/spacer.gif" width="10" height="3"></td>    </tr>   </table>   <table width="100%">    <tr>     <td style="padding: 2px 8px 8px 8px; background-image:url(\'/cms/upload/system/bgrechtsnews.gif\');">     <span class="headlinerechtsnews">News</span><br>     <a href="/en/68/news/" class="rechtsausgabelink">issue 68 </a><br>     </td>    </tr>    <tr>     <td><img src="/cms/upload/system/spacer.gif" width="10" height="3"></td>    </tr>   </table>   <table width="100%">    <tr>     <td style="padding: 2px 8px 8px 8px; background-image:url(\'/cms/upload/system/bgrechtspress.gif\');">     <span class="headlinerechtspress">Press</span><br>     <a href="/en/68/press/" class="rechtsausgabelink">issue 68 </a><br>     </td>    </tr>    <tr>     <td><img src="/cms/upload/system/spacer.gif" width="10" height="3"></td>    </tr>   </table>');
    }
}
