$(document).ready(function(){ 

/*Nevsky*/

 $("a[href=/Performance/FundCodes.aspx]").attr(
{ target: "_blank", href: "/_files/Fund_Codes_Nevsky.pdf" } ); 

/*
 $("a[href=/Performance/CurrentPerformance.aspx]").attr(
{ target: "_blank", href: "/_files/Current_Perf_Nevsky.pdf" } ); 
*/

 $("a[href=/Performance/HistoricalPerformance.aspx]").attr(
{ target: "_blank", href: "/_files/Historic_Perf_Nevsky.pdf" } ); 

 $("a[href=/Downloads/Disclosures/Pillar-3.aspx]").attr(
{ target: "_blank", href: "/_files/Nevsky_LLP_Pillar3_Disclosures.pdf" } );

 $("a[href=/Downloads/Disclosures/Stewardship.aspx]").attr(
{ target: "_blank", href: "/_files/Nevsky_Capital_Stewardship_Code_Disclosure_122010.pdf" } ); 

}); 
