jQuery.noConflict();
jQuery(document).ready(function() {
  jQuery('.fav').bookmark({
    icons: '/wp-content/themes/sulawines/g/bookmarks.png',
    iconSize: 16,  // The size of the individual icons
    iconCols: 16,  // The number of icons across the combined image
    target: '_blank',  // The name of the target window for the bookmarking links
    compact: true,  // True if a compact presentation should be used, false for full
    hint: 'Send to {s}',  // Popup hint for links, {s} is replaced by display name
    popup: true, // True to have it popup on demand, false to show always
    popupText: '<img title="Bookmark this page" class="follow last" src="/wp-content/themes/sulawines/g/icons/Favorite_24x24.png"/>', // Text for the popup trigger
    addFavorite: true,  // True to add a 'add to favourites' link, false for none
    favoriteText: 'Favorite',  // Display name for the favourites link
    favoriteIcon: 0,  // Icon for the favourites link
    addEmail: true,  // True to add a 'e-mail a friend' link, false for none
    emailText: 'E-mail',  // Display name for the e-mail link
    emailIcon: 1,  // Icon for the e-mail link
    emailSubject: 'Sula Wines web site',  // The subject for the e-mail
    emailBody: 'I thought you might find this page interesting:\n{t} ({u})',
    manualBookmark: 'Please close this dialog and\npress Ctrl-D to bookmark this page.',
    sites:[
        'facebook','twitthis','google','windows','yahoo',
        'aol','myspace','ask','bebo','bloglines','delicious',
        'digg','friendfeed','linkedin','livejournal',
        'magnolia','netvibes','plaxo','reddit','stumbleupon','technorati','tumblr'
    ]
  });
});
