var link;
if(link = document.getElementById('k_cities_link'))
{
//if(link.href == 'http://korkowo.pl')
if(true)
{
link.style.display = 'none';
document.write('');
}
else
{
document.write('
Niepoprawny odnosnik do korkowo.pl - Sprawdz poprawnosc na http://korkowo.pl/umiesc-widget-na-stronie
');
}
}
else
{
document.write('Nieprawidlowy kod html do osadzenia widgeta - Sprawdz poprawnosc na http://korkowo.pl/umiesc-widget-na-stronie
');
}