$(document).ready(function () {



/*  

 $(".image-nav img").mouseover(function() {  
                

   $(this).attr("src", $(this).attr("src").replace('.','-2.'));

            
        })
        
        .mouseout(function() {
   $(this).attr("src", $(this).attr("src").replace('-2.','.'));
        });








              
$(".facebook a.soon").tooltip({

	// place tooltip on the right edge
	position: "center center",
		relative: false,

	// a little tweaking of the position
	offset: [-20, 0],

	// use the built-in fadeIn/fadeOut effect
	effect: "fade",

	// custom opacity setting
	opacity: 0.7,

});
*/


});
