﻿//
// 2009-03-17: v 1.0 / fs
//  

function ShowMiniNewsBlock(_nid) {
    switch (_nid) {
        case 'ZZZhp01':
            document.write('<h2 style="color: Red; margin-bottom: 2px;"> \
                                        Terminhinweis</h2> \
                                        <p style="color: Red; margin: 0 0 0 0; font-size:smaller;"> \
                                        <a href="us/info/show.aspx?unit=immigration">Greencard Lotterie</a><br />hat begonnen... \
                                        </p>');
            break;
        case 'ZZZhp02':
            document.writeln("<script type='text/javascript' src='_js/lib_util.js'></script>");
            document.write('<h2 style="color: Red; margin-bottom: 2px;"> \
                                        Das neue USA Forum!</h2> \
                                        <p style="color: Red; margin: 0 0 0 0; font-size:smaller;"> \
                                        <a href="javascript:open_regWin(\'\',\'100107\',\'http://www.USAaktuell.de/\')">USAaktuell.de</a> \
                                        </p>');
            break;
        default:

            document.write('');
            break;

    } //endSwitch



} //endF
