jQuery(document).ready(function(){
	if ($.browser.msie) {
		var bjfim_press_href = jQuery('.widget_bjfim_press_widget').find('a').attr('href');
		jQuery('#bjfim-press-name-td-content').click(function(){
			 popupWin = window.open(bjfim_press_href,
 'open_window',
 'menubar, toolbar, location, directories, status, scrollbars, resizable, dependent, width=640, height=480, left=0, top=0');
 		return false;
 }
		);
	}
});
