function getCookie(c_name)
{
if (document.cookie.length>0)
{
c_start=document.cookie.indexOf(c_name + "=");
if (c_start!=-1)
{
c_start=c_start + c_name.length+1;
c_end=document.cookie.indexOf(";",c_start);
if (c_end==-1) c_end=document.cookie.length;
return unescape(document.cookie.substring(c_start,c_end));
}
}
return "";
}
var thisURL = window.location.href;
if (getCookie('slovakLinesCodeLanguage') == 'en' || getCookie('slovakLinesCodeLanguage') == 'EN' || thisURL.indexOf('?l=en') != -1 || thisURL.indexOf('&l=en') != -1)
{
document.write('
SPECIAL OFFERS!
' +
' ' +
' - We will take you to the concerts in Vienna from
' +
' - PROMO prices for routes to London, Paris and Rotterdam from
' +
' - Skiing in Semmering from
' +
' - Lower prices on the route Bratislava – Prague from
' +
'
' +
'');
document.getElementById('langOptionEn').selected = 'selected';
}
else if (getCookie('slovakLinesCodeLanguage') == 'de' || getCookie('slovakLinesCodeLanguage') == 'DE' || thisURL.indexOf('?l=de') != -1 || thisURL.indexOf('&l=de') != -1)
{
document.write(' SPECIAL OFFERS!
' +
' ' +
' - Reisen Sie mit uns auf die Konzerte nach Wien from
' +
' - PROMO Preise für die Trassen nach London, Paris und Rotterdam from
' +
' - Skifahren am Semmering from
' +
' - Niedrigere Preise auf der Linie Bratislava – Prag from
' +
'
' +
'');
document.getElementById('langOptionDe').selected = 'selected';
}else if (getCookie('slovakLinesCodeLanguage') == 'hu' || getCookie('slovakLinesCodeLanguage') == 'HU' || thisURL.indexOf('?l=hu') != -1 || thisURL.indexOf('&l=hu') != -1)
{
Warning: include(jsMainHu.php) [function.include]: failed to open stream: No such file or directory in /home/clients/slovaklines.sk/slovaklines.sk/scripts/jsMain.php on line 32
Warning: include() [function.include]: Failed opening 'jsMainHu.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/clients/slovaklines.sk/slovaklines.sk/scripts/jsMain.php on line 32
document.getElementById('langOptionHu').selected = 'selected';
}
else
{
document.write(' AKCIOVÉ PONUKY!
' +
' ' +
' - Odvezieme Vás na koncerty vo Viedni už od
' +
' - PROMO ceny na linkách do Londýna, Paríža a Rotterdamu už od
' +
' - Lyžovačka na Semmeringu už od
' +
' - Nižšie ceny na linke Bratislava - Praha už od
' +
'
' +
'');
document.getElementById('langOptionSk').selected = 'selected';
}