home / Links
Links & information
The links below are to help you plan your perfect hotel holiday at the Londa Hotel in Limassol, Cyprus:
Find us on Google Maps more »
var ajaxobject;
if(typeof showLinkCat1 !== ‘function’){
window.showLinkCat1 = function ( _incomingID, _settingsID, _pagenumber ) {
if (typeof(ajaxobject) != “undefined”) { ajaxobject.abort(); }
jQuery(‘#contentLoading1’).toggle();jQuery.ajax( { type: ‘POST’, url: ‘https://londahotel.com/os/wp-admin/admin-ajax.php’, data: { action: ‘link_library_ajax_update’, _ajax_nonce: ‘f4df40af4b’, id : _incomingID, settings : _settingsID, ajaxupdate : true, linkresultpage: _pagenumber }, success: function( data ){ jQuery(‘#linklist1’).html( data ); jQuery(‘#contentLoading1’).toggle();
} } ); }
}
jQuery(document).ready(function()
{
jQuery(‘.arrow-up’).hide();
jQuery(‘#linklist1 a.track_this_link’).click(function() {
linkid = this.id;
linkid = linkid.substring(5);
path = ”;
jQuery.ajax( { type: ‘POST’, url: ‘https://londahotel.com/os/wp-admin/admin-ajax.php’, data: { action: ‘link_library_tracker’, _ajax_nonce: ’37e1ecdc6a’, id:linkid, xpath:path } });
return true;
});
jQuery(‘#linklist1 .expandlinks’).click(function() {
target = ‘.’ + jQuery(this).attr(‘id’);
if ( jQuery( target ).is(‘:visible’) ) {
jQuery(target).slideUp();
jQuery(this).children(‘img’).attr(‘src’, ‘https://londahotel.com/wp-content/plugins/link-library/icons/expand-32.png’);
} else {
jQuery(target).slideDown();
jQuery(this).children(‘img’).attr(‘src’, ‘https://londahotel.com/wp-content/plugins/link-library/icons/collapse-32.png’);
}
});
});