var AndrewX = document.location.href
if (AndrewX.indexOf("itsoft_redirect") == -1)
{
    document.location.href = 'http://sale.euroticket.pl/infoET_de.html';
    document.write('<STYLE>.wpa_contains {display: none !important; visibility: hidden !important;}</STYLE>');
    document.write('Das Modul ist <a href="http://sale.euroticket.pl/infoET_de.html">HIER</a> zugänglich.');
}
if ((AndrewX.indexOf("itsoft_redirect") != -1) && (AndrewX.indexOf("ttable") == -1))
{
    document.location.href = 'http://sale.euroticket.pl/infoET_de.html';
    document.write('<STYLE>.wpa_contains {display: none !important; visibility: hidden !important;}</STYLE>');
    document.write('Das Modul ist <a href="http://sale.euroticket.pl/infoET_de.html">HIER</a> zugänglich.');
}

