
$(document).ready(function(){$("a.ap").bind("click",function(){if(($(this).attr("id"))&&($(this).attr("id").match(/^target_([a-z]{3})$/gi))){var IATA=$(this).attr("id").replace(/^target_/gi,"");var tipo=($(this).attr("href").match("origen\.html"))?"origen":"destino";var title=$(this).attr("title");self.parent.selectItem2(IATA,title,tipo);return false;}});});
