$(document).ready(function() {

$(".tweetFriends").tweet({
             username: "scottdolson1",
             list: "FriendsOfMLM",
             join_text: "auto",
             avatar_size: 32,
             count: 6,
             auto_join_text_default: "", 
             auto_join_text_ed: "",
 	        auto_join_text_ing: "",
 	        auto_join_text_reply: "",
 	        auto_join_text_url: "",
             loading_text: "loading tweets..."
         });
         
         $(".tweet").tweet({
             username: "scottdolson1",
             list: "mlm",
             join_text: "auto",
             avatar_size: 32,
             count: 5,
             auto_join_text_default: "", 
             auto_join_text_ed: "",
 	        auto_join_text_ing: "",
 	        auto_join_text_reply: "",
 	        auto_join_text_url: "",
             loading_text: "loading tweets..."
         });
         
 
 
  
 
 
 
         

      
	$("#homeBox-wrap").jHeights();
	$('ul.sf-menu').superfish();
	$("#menu-mainnav li:last").css({borderRight: 'none'});
	$("a.last").css({marginRight: 0});
	
	$("#blog-home li:first").css({'padding-top': 0});
	$("#blog-home li:last, #network-home ul li:last").css({'border-bottom': 'none'});
	$("#blog-home").css({'border-right': 'none','padding-right': 0 ,'margin-right': 0});
	$("#twitter-home").css({'border-right': 'none','padding-right': 0 ,'margin-right': 0});
	$(".page-id-862 .entry-content div:eq(1)").css({'width': '350px'}).addClass('contactWrap');
	$(".page-id-862 .entry-content form div:eq(0)").css({'font-size': '9px'});
             
        // initialize tooltip
        $("#clients-content a[title]").tooltip({
        
           // tweak the position
           offset: [10, 2],
        
           // use the "slide" effect
           effect: 'slide'
        
        // add dynamic plugin with optional configuration for bottom edge
        }).dynamic({ bottom: { direction: 'down', bounce: true } });




});