We are still in Antigua hanging out with GuateRider and GuateRider Girl. We cannot stop taking pictures in this lovely colonial town. They took us for a ride on Sunday to the La Reunion Golf Course for breakfast with an amazing view of the three volcanoes. You can see the old lava stream on Fuego. Daniel and Julio went for a guys ride up into the mountains to see another view of beautiful Guatemala. We rode up to San Miguel Duenas to the Macadamia farm again to have their famous pancakes and for a stop at the local car wash. We were in luck to be here for a visit from Mario97 and his family from El Salvador. We were walking in town and actually ran into someone we know, our friends Frank and Linda from Partner for Surgery. Heading out early today we went to ride up the Pacaya Volcano, around to Laguna Caldera, and Lago Amatitlan. finishing the loop at the park of the Cross above the city of Antigua. This tienda is our favorite place to buy tortillas. They are fresh and hot and 3 for 1 Q. We are here every few days. It is also close to our roasted chicken place and Daniel’s hot dog stand. Sara tried out Julio’s 1200 and she may trade in her 650????
jQuery(document).ready(function($) {
// We only want these styles applied when javascript is enabled $('.gal_content').css('display', 'block'); $('.thumnail_col').css('width', '630px');
// Initialize Advanced Galleriffic Gallery var gallery = $('#thumbs_4093').galleriffic({ delay: 4500, numThumbs: 10, preloadAhead: 10, enableTopPager: 1, enableBottomPager: false, imageContainerSel: '#slideshow_4093', controlsContainerSel: '#controls_4093', captionContainerSel: '#caption_4093', loadingContainerSel: '#loading_4093', renderSSControls: true, renderNavControls: true, playLinkText: '', pauseLinkText: '', prevLinkText: '', nextLinkText: '', nextPageLinkText: '›', prevPageLinkText: '‹', enableHistory: 1, autoStart: 0, enableKeyboardNavigation: true, syncTransitions: 1, defaultTransitionDuration: 300,
onTransitionOut: function(slide, caption, isSync, callback) { slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback); caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0); }, onTransitionIn: function(slide, caption, isSync) { var duration = this.getDefaultTransitionDuration(isSync); slide.fadeTo(duration, 1.0);
// Position the caption at the bottom of the image and set its opacity var slideImage = slide.find('img'); caption.width(slideImage.width()) .css({ //'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40), 'top' : slideImage.outerHeight(), 'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width() }) .fadeTo(duration, 1.0);
}, onPageTransitionOut: function(callback) { this.hide(); setTimeout(callback, 100); // wait a bit }, onPageTransitionIn: function() { var prevPageLink = this.find('a.prev').css('display', 'none'); var nextPageLink = this.find('a.next').css('display', 'none');
// Show appropriate next / prev page links if (this.displayedPage > 0) prevPageLink.css('display', 'block');
var lastPage = this.getNumPages() - 1; if (this.displayedPage < lastPage) nextPageLink.css('display', 'block');
this.fadeTo('fast', 1.0); }
});
/**** Functions to support integration of galleriffic with the jquery.history plugin ****/
// PageLoad function // This function is called when: // 1. after calling $.historyInit(); // 2. after calling $.historyLoad(); // 3. after pushing Go Back button of a browser function pageload(hash) { // alert('pageload: ' + hash); // hash doesn't contain the first # character. if(hash) { $.galleriffic.gotoImage(hash); } else { gallery.gotoIndex(0); } }
// Initialize history plugin. // The callback is called at once by present location.hash. $.historyInit(pageload, 'advanced.html');
// set onlick event for buttons using the jQuery 1.3 live method $('a[rel=history]').live('click', function(e) { if (e.button != 0) return true;
var hash = this.href; hash = hash.replace(/^.*#/, '');
// moves to a new page. // pageload is called at once. $.historyLoad(hash);
return false; });
/****************************************************************************************/
/**************** Event handlers for custom next / prev page links **********************/
gallery.find('a.prev').click(function(e) { gallery.previousPage(); e.preventDefault(); });
gallery.find('a.next').click(function(e) { gallery.nextPage(); e.preventDefault(); });
});
click on the first picture to advance to the next picture.






































No comments yet.