	$(document).ready(function(){                        
   
            $('a[rel="new_window"]').click(
                function(){
                    window.open($(this).attr('href'),"","menubar=yes,toolbar=yes,location=yes,resizable=yes,scrollbars=yes,status=yes");
                    return false;
                }
            );
              
        });
