Skip to content

November 2025

Load More

jQuery(document).ready(function($){ $('.newtab').on('click','a',function(e){ var href=$(this).attr('href'); if(!href||href==='#'){return;} e.preventDefault(); window.open(href,'_blank'); }); });