//$ = jQuery.noConflict(true);

// jQuery(document).ready(function()
//   {
//     stg.flash({
//     swf:stg.attr('title'),
//     width: 423, height: 407,
//     parms:{
//       wmode:'transparent'
//     },
//     flashvars: {
//       zoomifyImagePath:img_path, zoomifyNavigatorVisible:false
//     }
//       });
//   }
// );


jQuery(function()
  {
    //!-
    jQuery('#replaceTwitter').parent('.textwidget').eq(0).parent('div.ftModule').eq(0).attr('id', 'ftNews');
    jQuery('#replaceTwitter').parent('.textwidget').eq(0).attr('class', 'ctbd');
    jQuery('#replaceTwitter').remove();
    jQuery('#ft div.ftModule:last').css({'margin-right': '0px'});
    //--
  }
);

