Wiking.widgets.Stage2Message = Wiking.widgets.WelcomeMessage(
    'lol to jest message',
    stage3,
    1
);


Wiking.widgets.nIE = Wiking.widgets.WelcomeMessage(
    '<strong>Używasz przeglądarki Internet Explorer</strong>'+
    '<div style="height:1px;border-bottom:1px solid #ccc;margin:10px 0;font-size:0px;"></div>'+
    '<p style="margin:14px 0;">Korzystanie z GEO2 przy pomocy przeglądarki Internet Explorer jest <strong>niezalecane</strong>.</p>'+
    '<p style="margin:14px 0;">Pobierz <a href="http://www.google.com/chrome?hl=pl">Chrome</a> lub <a href="http://www.mozilla-europe.org/pl/firefox/">Firefoxa</a> i ciesz się szybszym działaniem serwisu!</p>',
    stage2,
    0 // nie ustawia ciastka 
);


