/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* rwtessential.js.min */
/* @group rwtSetHeight plugin v1.0.0 05-13-10 14:27 modified from seyDoggy (Adam Merrifield) */(function($) { $.fn.rwtSetHeight = function() { var tallest = 0; $(this).each(function(){ if ($(this).outerHeight(true) > tallest) tallest = $(this).outerHeight(true); }); $(this).height(tallest); }; })(jQuery);/* @end */
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* FileShare for Standout r1.0 08-10-10 08:33 */
jQuery.noConflict();
jQuery(document).ready(function($){

// set height of File Sharing blocks to be the same
jQuery('.filesharing-item').rwtSetHeight();
jQuery('.filesharing-item').addClass('css3');/* add rounded corners to file sharing items */
});

