function iranybudapest(){
  var ls=document.links;
  for (var i=0; i<ls.length; i++){
    tmp=document.links[i].href.split('/');
    switch (tmp[2]){
      case 'www.barosshotel.hu': 
        document.links[i].href="http://www.barosshotel.hu/magyar/special-offer.html#iranybudapest";
        document.links[i].innerHTML="www.barosshotel.hu";
      break
      case 'www.starhotel.hu': 
        document.links[i].href="http://www.starhotel.hu/hun/special.php#iranybudapest";
        document.links[i].innerHTML="www.starhotel.hu";
      break
      case 'www.fortunahotel.hu':
        document.links[i].href="http://www.fortunahotel.hu/magyar/irany_budapest/go_pest.php";
        document.links[i].innerHTML="www.fortunahotel.hu";
      break  
      case 'www.hoteldelibab.com':
        document.links[i].href="http://www.hoteldelibab.hu/irany_budapest/go_pest.php";
        document.links[i].innerHTML="www.hoteldelibab.com";
      break
      case 'www.cityhotels.hu':
        document.links[i].href="http://www.cityhotels.hu/hun/";
        document.links[i].innerHTML="www.cityhotels.hu";
      break
      case 'www.atlashotelbudapest.com':
        document.links[i].href="http://www.atlashotelbudapest.com/hun/specialis_ajanlatok/specialis_ajanlat_reszletesen/41_specialis_ajanlat_reszletes(27).html";
        document.links[i].innerHTML="www.atlashotelbudapest.com";
      break
      case 'www.marcopolohostel.com': 
        document.links[i].href="http://www.marcopolohostel.com/magyar/arak-szobafoglalas.html#iranybudapest";
        document.links[i].innerHTML="www.marcopolohostel.com";
      break
    }
  }
}
