jQuery(document).ready(function($) {

    $('#rotator').flash({ 
        src: '/header/flamingogrand_header.swf',
        width: '720',
        height: '296',
        menu: 'false',
        wmode: 'transparent'
    }, { update: false }
    );

    $('a.lightbox').lightBox({
        overlayBgColor: '#FFF',
        overlayOpacity: 0.6,
        imageLoading: '/images/lightbox-ico-loading.gif',
        imageBtnClose: '/images/lightbox-btn-close.gif',
        imageBtnPrev: '/images/lightbox-btn-prev.gif',
        imageBtnNext: '/images/lightbox-btn-next.gif',
        imageBlank: '/images/lightbox-blank.gif',
        containerResizeSpeed: 420,
        txtImage: '',
        txtOf: '-'
    });
      
}); // END jQuery(document).ready()

function bot_save_string(domain1, name1, string, strong) {
    displayed1=((typeof(string)=="undefined") || (string == '')) ? name1+"@"+domain1 : string;
    document.write('<a h' + 'ref=' + '"mai' + 'lto:' + name1 + '@' + domain1 + '">' + ((strong) ? '<strong>' : '') + displayed1 + ((strong) ? '</strong>' : '') + '</a>' + "\n");
}
