$(document).ready(function(){ 

$("a[href=/Investor/WaysToInvest/KeyFeaturesandTermsandConditions.aspx]").attr({ target: "_blank", href: "http://www.jpmorganassetmanagement.co.uk/Adviser/_documents/TandC.pdf" } ); 

$("a[href=/Investor/Ourproductsandservices/JPMorganInvestmentAccount/Overview.aspx]").attr({ target: "_parent", href: "/Investor/Ourproductsandservices/JPMorganInvestmentAccount/" } ); 

$("a[href=/Investor/Ourproductsandservices/SIPP/Overview.aspx]").attr({ target: "_parent", href: "/Investor/Ourproductsandservices/SIPP/" } ); 

$("a[href=/Investor/ApplyNow]").attr({ target: "_parent", href: "/Investor/HowToInvest" } ); 


$("a[href=/Investor/OurInvestmentRange/]").attr({ target: "_parent", href: "/Investor/OurInvestmentRange/OurInvestmentOptions.aspx" } ); 


 });
