﻿$(function() {
    FL.TaskDispatcher.startup();
    FL.Flash.loadSwf();
});
//     FL.Nav.init(); - not used here

 
var addthis_config =
{
   services_compact: 'yahoomail, gmail, hotmail, aolmail, email, facebook, twitter,more',
   services_expanded: 'facebook, twitter, favorites, wordpress, blogger, typepad, tumblr, digg, delicious, stumbleupon, reddit, posterous, googlereader,yahoomail, gmail, hotmail, aolmail, email',
   ui_hover_direction: 1,
   ui_click:1,
   us_use_addressbook: true,
   username: 'fritolay2011'
}

// make sure DOM is ready and then insert the button
// note: the object with the "share" class *must* have an IMG tag within it to properly be customized for these services
$(document).ready(function(){
    
    // puts an "add this" button at the insertion point you specify
    addthis.button(".share");
    addthis.button (".share1");
                           
});
