<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Pricing and Performance - Individual Investors - RiverSource</title>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
   <meta name="keywords" /><meta name="description" />

	<style type="text/css">
            @import "/js/dojo/resources/dojo.css";
            @import "/js/dijit/themes/soria/soria.css";        		 	      
</style>


    <!-- Global head content -->
    <style type="text/css" media="screen, projection, print">@import url(/styles/IndividualInvestor/home_and_reg.css );</style>
    <style type="text/css" media="screen, projection, print">@import url(/styles/IndividualInvestor/riversource.css );</style>
    <style type="text/css" media="screen, projection, print">@import url(/styles/IndividualInvestor/navigation.css );</style>
    <style type="text/css" media="screen, projection, print">@import url(/styles/IndividualInvestor/portlets.css );</style>
    <style type="text/css" media="screen, projection, print">@import url(/styles/tweaks.css );</style>
    <link rel="stylesheet" type="text/css" href="/styles/printer2.css" media="print" />
    <link href="/styles/printerTweaks.css" media="print" rel="stylesheet" type="text/css" />

    <link rel="shortcut icon" href="/images/riversource.ico">
    <script language="JavaScript" src="/js/utils.js" type="text/javascript"></script>
    <script language="JavaScript" src="/js/nav1.js" type="text/javascript"></script>
    <script language="JavaScript" src="/js/nav2.js" type="text/javascript"></script>
	<script type="text/javascript" src="/js/dojo/dojo.js" djConfig="parseOnLoad: true, isDebug: false"></script>


<body class='soria'>
<div id="wrapper">
    <div id="backtors">
      <ul><li><a href="http://www.riversource.com/">Back to RiverSource.com</a></li></ul>
    </div>
    <div id="masthead">
      <div id="logo"><a href="http://www.riversource.com/"><span>RiverSource.com</span></a></div>
     <div id="global"> 
      <form action="http://riversource.mondosearch.com/search/fpResults.aspx" method="post" name="search" id="search"> 
        <ul> 
          <li><a href="http://www.riversource.com/global/rvsc/login/default.asp?preselect=annu">Login</a></li> 
          <li><a href="http://www.riversource.com/individuals-mutual-funds/contact-us.asp">Contact Us</a></li> 
          <li class="last"> 
            <input type="text" name="QUERY" /> 
            <input name="Submit" type="submit" class="search" value="Search" /> 
          </li>         
        </ul> 
      </form> 
    </div> 
    </div>
    <div id="mainnav">
      <ul id="nav">
        <li id="topnav-indiv-home"><a href="http://www.riversource.com/individuals-mutual-funds/">Mutual Funds Home</a></li>
        <li id="topnav-indiv-funds" class="current"><a class="currentlink" href="http://www.riversource.com/individuals-mutual-funds/products-and-performance/">Products and Performance</a>
        </li>
        <li id="topnav-indiv-resources">
          <a href="http://www.riversource.com/individuals-mutual-funds/educational-resources/">Investor Resources</a>
        </li>
        <li id="topnav-indiv-about"><a href="http://www.riversource.com/individuals-mutual-funds/about-riversource/">About RiverSource</a></li>
      </ul>
    </div>
    <div class="subnav-indiv-funds secondary">
      <ul id="navB">
        <li id="subnav-indiv-funds-products"><a href="http://www.riversource.com/individuals-mutual-funds/products-and-performance/mutual-fund-products/">Products</a></li>
        <li id="subnav-indiv-funds-performance" class="currentnolink"><a class="currentnotlink" href="#">Pricing and Performance</a></li>
        <li id="subnav-indiv-funds-documents"><a href="http://www.riversource.com/individuals-mutual-funds/products-and-performance/fund-documents/">Fund Documents</a></li>
        <li id="subnav-indiv-funds-forms"><a href="http://www.riversource.com/individuals-mutual-funds/products-and-performance/fund-forms/">Forms</a></li>
        <li id="subnav-indiv-funds-forms"><a href="http://www.riversource.com/individuals-mutual-funds/products-and-performance/investing-dna/">Discover Investing DNA</a></li>
      </ul>
    </div>
     <div id="tertiary" style="HEIGHT: 15px"></div>

<div>
</div>

        <div id="bodycontent">
          <div class="bodycopy">
            <h1>Pricing and Performance</h1>
            <p><strong>
              The performance information shown represents past performance and is
              not a guarantee of future results. The investment return and principal
              value of your investment will fluctuate so that your shares, when redeemed,
              may be worth more or less than their original cost. Current performance
              may be lower or higher than the performance information shown. 
            </strong></p>
<p>
<ul style="list-style-image: url(http://www.riversource.com/global/images/rvsc/carat.gif)">
<li><a href="http://www.riversource.com/individuals-mutual-funds/about-riversource/news-and-events/march-2010-update.asp">Information about recently merged funds</a></li>
<li><a href="http://www.riversource.com/individuals-mutual-funds/about-riversource/news-and-events/september-28_fund_name_change.asp">Information about recently renamed funds</a></li>
</ul>
</p>
            <div>
		  <br style="clear:both;" />      
	          <div id="leftnavcontainer" style="float:left; width:200px;">
			
	<script>
	  
    dojo.require("dojo.data.ItemFileReadStore");
    dojo.require("dijit.Tree");
    dojo.require("dojo.parser");
	        
 		dijit._TreeNode.prototype.setLabelNode = function() {
        		this.labelNode.innerHTML = this.label;
    }

		dojo.addOnLoad(function (){
				    var fundNavTree = dijit.byId('fundNavTree');
			      fundNavTree.onClick = loadPage;
			      setTree();     // open to the section of the current page
		} );		

		function setTree() {
	    var fundNavTree = dijit.byId('fundNavTree');
	    var children = fundNavTree.rootNode.getChildren();             
	    
      for (var i = 0; i < children.length; i++) {
	      var node = children[i];
	      var c = node.labelNode.className;
	   
	      if(c.match(/r?categoryOn?/g)) {
	        fundNavTree._expandNode(node);
	        return;
        }              
      }      
    }

		function loadPage(item,node){
			if('fund_id' in item) {
				if(item.fund_id == -1) {
					window.location = '/fund/list/by-name/';
				}
				else if (item.fund_id == -2) {
					window.location = '/fund/list/by-category/';
				}
				else {
					window.location = '/fund/view/fund-'+item.fund_id;
				}

			}
		}
		
		function getNavLabel(item) {
			if(!item) {
				return '';
			}
			if ('children' in item) {
				return item.name[0].toUpperCase();
			}
			else {
				return item.name;
			}
		}

		navData= {"label": "name",
 "identifier": "id",
 "items": [
	
	{ "name": "All Funds",
	  "id": "0",
	  "category_id": "0",
	  "children": [
			{"name": "By Name",
			 "fund_id": "-1",
			 "id": "1"
			},
			{"name": "By Category",
			 "fund_id": "-2",
			 "id": "2"
			}
	  ]
	},
	
	
	{"name": "Advanced Alpha Strategies",
	 "id": "3",
	 "category_id": "13",
	 "children": [
		
			{"name": "RiverSource 120/20 Contrarian Equity Fund",
			 "fund_id": "111",
			 "id": "4"
			},
		
			{"name": "RiverSource Absolute Return Currency and Income Fund",
			 "fund_id": "112",
			 "id": "5"
			},
		
			{"name": "Threadneedle Global Extended Alpha Fund",
			 "fund_id": "213",
			 "id": "6"
			}
		
	  ]
	},
	
	{"name": "Advice-Built Solutions",
	 "id": "7",
	 "category_id": "15",
	 "children": [
		
			{"name": "RiverSource Balanced Fund",
			 "fund_id": "113",
			 "id": "8"
			},
		
			{"name": "RiverSource Income Builder Basic Income Fund",
			 "fund_id": "132",
			 "id": "9"
			},
		
			{"name": "RiverSource Income Builder Enhanced Income Fund",
			 "fund_id": "133",
			 "id": "10"
			},
		
			{"name": "RiverSource Income Builder Moderate Income Fund",
			 "fund_id": "134",
			 "id": "11"
			},
		
			{"name": "RiverSource Portfolio Builder Aggressive Fund",
			 "fund_id": "157",
			 "id": "12"
			},
		
			{"name": "RiverSource Portfolio Builder Conservative Fund",
			 "fund_id": "158",
			 "id": "13"
			},
		
			{"name": "RiverSource Portfolio Builder Moderate Aggressive Fund",
			 "fund_id": "159",
			 "id": "14"
			},
		
			{"name": "RiverSource Portfolio Builder Moderate Conservative Fund",
			 "fund_id": "160",
			 "id": "15"
			},
		
			{"name": "RiverSource Portfolio Builder Moderate Fund",
			 "fund_id": "161",
			 "id": "16"
			},
		
			{"name": "RiverSource Portfolio Builder Total Equity Fund",
			 "fund_id": "162",
			 "id": "17"
			},
		
			{"name": "RiverSource Retirement Plus 2010 Fund",
			 "fund_id": "166",
			 "id": "18"
			},
		
			{"name": "RiverSource Retirement Plus 2015 Fund",
			 "fund_id": "167",
			 "id": "19"
			},
		
			{"name": "RiverSource Retirement Plus 2020 Fund",
			 "fund_id": "168",
			 "id": "20"
			},
		
			{"name": "RiverSource Retirement Plus 2025 Fund",
			 "fund_id": "169",
			 "id": "21"
			},
		
			{"name": "RiverSource Retirement Plus 2030 Fund",
			 "fund_id": "170",
			 "id": "22"
			},
		
			{"name": "RiverSource Retirement Plus 2035 Fund",
			 "fund_id": "171",
			 "id": "23"
			},
		
			{"name": "RiverSource Retirement Plus 2040 Fund",
			 "fund_id": "172",
			 "id": "24"
			},
		
			{"name": "RiverSource Retirement Plus 2045 Fund",
			 "fund_id": "173",
			 "id": "25"
			},
		
			{"name": "RiverSource Strategic Allocation Fund",
			 "fund_id": "179",
			 "id": "26"
			},
		
			{"name": "Seligman TargETFund 2015",
			 "fund_id": "46",
			 "id": "27"
			},
		
			{"name": "Seligman TargETFund 2025",
			 "fund_id": "45",
			 "id": "28"
			},
		
			{"name": "Seligman TargETFund 2035",
			 "fund_id": "44",
			 "id": "29"
			},
		
			{"name": "Seligman TargETFund 2045",
			 "fund_id": "43",
			 "id": "30"
			},
		
			{"name": "Seligman TargETFund Core",
			 "fund_id": "47",
			 "id": "31"
			}
		
	  ]
	},
	
	{"name": "Growth Funds",
	 "id": "32",
	 "category_id": "16",
	 "children": [
		
			{"name": "RiverSource Disciplined Large Cap Growth Fund",
			 "fund_id": "118",
			 "id": "33"
			},
		
			{"name": "RiverSource Mid Cap Growth Fund",
			 "fund_id": "141",
			 "id": "34"
			},
		
			{"name": "RiverSource Partners Aggressive Growth Fund (Merged with RiverSource Mid Cap Growth Fund)",
			 "fund_id": "145",
			 "id": "35"
			},
		
			{"name": "RiverSource Partners Small Cap Growth Fund (Merged with Seligman Frontier Fund)",
			 "fund_id": "152",
			 "id": "36"
			},
		
			{"name": "Seligman Capital Fund",
			 "fund_id": "7",
			 "id": "37"
			},
		
			{"name": "Seligman Communications and Information Fund",
			 "fund_id": "1",
			 "id": "38"
			},
		
			{"name": "Seligman Frontier Fund",
			 "fund_id": "4",
			 "id": "39"
			},
		
			{"name": "Seligman Growth Fund",
			 "fund_id": "8",
			 "id": "40"
			}
		
	  ]
	},
	
	{"name": "Blend Funds",
	 "id": "41",
	 "category_id": "17",
	 "children": [
		
			{"name": "RiverSource Disciplined Equity Fund",
			 "fund_id": "116",
			 "id": "42"
			},
		
			{"name": "RiverSource Disciplined Small and Mid Cap Equity Fund",
			 "fund_id": "120",
			 "id": "43"
			},
		
			{"name": "RiverSource Partners Small Cap Equity Fund (Merged with Seligman Smaller-Cap Value Fund)",
			 "fund_id": "151",
			 "id": "44"
			},
		
			{"name": "RiverSource Precious Metals and Mining Fund",
			 "fund_id": "163",
			 "id": "45"
			},
		
			{"name": "RiverSource Recovery and Infrastructure Fund",
			 "fund_id": "165",
			 "id": "46"
			},
		
			{"name": "RiverSource Small Company Index Fund",
			 "fund_id": "177",
			 "id": "47"
			},
		
			{"name": "RiverSource S&P 500 Index Fund",
			 "fund_id": "178",
			 "id": "48"
			}
		
	  ]
	},
	
	{"name": "Value Funds",
	 "id": "49",
	 "category_id": "18",
	 "children": [
		
			{"name": "RiverSource Disciplined Large Cap Value Fund",
			 "fund_id": "119",
			 "id": "50"
			},
		
			{"name": "RiverSource Disciplined Small Cap Value Fund",
			 "fund_id": "121",
			 "id": "51"
			},
		
			{"name": "RiverSource Diversified Equity Income Fund",
			 "fund_id": "123",
			 "id": "52"
			},
		
			{"name": "RiverSource Dividend Opportunity Fund",
			 "fund_id": "124",
			 "id": "53"
			},
		
			{"name": "RiverSource Equity Value Fund",
			 "fund_id": "126",
			 "id": "54"
			},
		
			{"name": "RiverSource LaSalle Monthly Dividend Real Estate Fund",
			 "fund_id": "14",
			 "id": "55"
			},
		
			{"name": "RiverSource Mid Cap Value Fund",
			 "fund_id": "142",
			 "id": "56"
			},
		
			{"name": "RiverSource Partners Fundamental Value Fund",
			 "fund_id": "146",
			 "id": "57"
			},
		
			{"name": "RiverSource Partners Select Value Fund (Merged with RiverSource Mid Cap Value Fund)",
			 "fund_id": "150",
			 "id": "58"
			},
		
			{"name": "RiverSource Partners Small Cap Value Fund",
			 "fund_id": "153",
			 "id": "59"
			},
		
			{"name": "RiverSource Real Estate Fund",
			 "fund_id": "164",
			 "id": "60"
			},
		
			{"name": "Seligman Large-Cap Value Fund",
			 "fund_id": "10",
			 "id": "61"
			},
		
			{"name": "Seligman Smaller-Cap Value Fund",
			 "fund_id": "6",
			 "id": "62"
			}
		
	  ]
	},
	
	{"name": "Global/International Funds",
	 "id": "63",
	 "category_id": "19",
	 "children": [
		
			{"name": "RiverSource Disciplined International Equity Fund",
			 "fund_id": "117",
			 "id": "64"
			},
		
			{"name": "RiverSource LaSalle Global Real Estate Fund",
			 "fund_id": "15",
			 "id": "65"
			},
		
			{"name": "RiverSource Partners International Select Growth Fund",
			 "fund_id": "147",
			 "id": "66"
			},
		
			{"name": "RiverSource Partners International Select Value Fund",
			 "fund_id": "148",
			 "id": "67"
			},
		
			{"name": "RiverSource Partners International Small Cap Fund",
			 "fund_id": "149",
			 "id": "68"
			},
		
			{"name": "Seligman Global Smaller Companies Fund (Merged with RiverSource Partners International Small Cap Fund)",
			 "fund_id": "5",
			 "id": "69"
			},
		
			{"name": "Seligman Global Technology Fund",
			 "fund_id": "3",
			 "id": "70"
			},
		
			{"name": "Threadneedle Emerging Markets Fund",
			 "fund_id": "209",
			 "id": "71"
			},
		
			{"name": "Threadneedle European Equity Fund",
			 "fund_id": "210",
			 "id": "72"
			},
		
			{"name": "Threadneedle Global Equity Fund",
			 "fund_id": "211",
			 "id": "73"
			},
		
			{"name": "Threadneedle Global Equity Income Fund",
			 "fund_id": "212",
			 "id": "74"
			},
		
			{"name": "Threadneedle International Opportunity Fund",
			 "fund_id": "214",
			 "id": "75"
			}
		
	  ]
	},
	
	{"name": "Taxable Income Funds",
	 "id": "76",
	 "category_id": "20",
	 "children": [
		
			{"name": "RiverSource Cash Management Fund",
			 "fund_id": "115",
			 "id": "77"
			},
		
			{"name": "RiverSource Diversified Bond Fund",
			 "fund_id": "122",
			 "id": "78"
			},
		
			{"name": "RiverSource Emerging Markets Bond Fund",
			 "fund_id": "125",
			 "id": "79"
			},
		
			{"name": "RiverSource Floating Rate Fund",
			 "fund_id": "127",
			 "id": "80"
			},
		
			{"name": "RiverSource Global Bond Fund",
			 "fund_id": "128",
			 "id": "81"
			},
		
			{"name": "RiverSource Government Money Market Fund",
			 "fund_id": "38",
			 "id": "82"
			},
		
			{"name": "RiverSource High Yield Bond Fund",
			 "fund_id": "131",
			 "id": "83"
			},
		
			{"name": "RiverSource Income Opportunities Fund",
			 "fund_id": "135",
			 "id": "84"
			},
		
			{"name": "RiverSource Inflation Protected Securities Fund",
			 "fund_id": "136",
			 "id": "85"
			},
		
			{"name": "RiverSource Limited Duration Bond Fund",
			 "fund_id": "140",
			 "id": "86"
			},
		
			{"name": "RiverSource Short Duration U.S. Government Fund",
			 "fund_id": "174",
			 "id": "87"
			},
		
			{"name": "RiverSource Strategic Income Allocation Fund",
			 "fund_id": "180",
			 "id": "88"
			},
		
			{"name": "RiverSource U.S. Government Mortgage Fund",
			 "fund_id": "184",
			 "id": "89"
			}
		
	  ]
	},
	
	{"name": "Tax-Exempt Income Funds",
	 "id": "90",
	 "category_id": "21",
	 "children": [
		
			{"name": "RiverSource California Tax-Exempt Fund",
			 "fund_id": "114",
			 "id": "91"
			},
		
			{"name": "RiverSource Intermediate Tax-Exempt Fund",
			 "fund_id": "137",
			 "id": "92"
			},
		
			{"name": "RiverSource Minnesota Tax-Exempt Fund",
			 "fund_id": "143",
			 "id": "93"
			},
		
			{"name": "RiverSource New York Tax-Exempt Fund",
			 "fund_id": "144",
			 "id": "94"
			},
		
			{"name": "RiverSource Tax-Exempt Bond Fund",
			 "fund_id": "181",
			 "id": "95"
			},
		
			{"name": "RiverSource Tax-Exempt High Income Fund",
			 "fund_id": "182",
			 "id": "96"
			},
		
			{"name": "RiverSource Tax-Exempt Money Market Fund (Merged with RiverSource Government Money Market Fund)",
			 "fund_id": "183",
			 "id": "97"
			},
		
			{"name": "Seligman Cal. Municipal High-Yield Fund",
			 "fund_id": "28",
			 "id": "98"
			},
		
			{"name": "Seligman Cal. Municipal Quality Fund",
			 "fund_id": "29",
			 "id": "99"
			},
		
			{"name": "Seligman Minnesota Municipal Fund",
			 "fund_id": "20",
			 "id": "100"
			},
		
			{"name": "Seligman National Municipal Fund",
			 "fund_id": "23",
			 "id": "101"
			},
		
			{"name": "Seligman New York Municipal Fund",
			 "fund_id": "21",
			 "id": "102"
			}
		
	  ]
	},
	
	{"name": "Closed End Funds",
	 "id": "103",
	 "category_id": "12",
	 "children": [
		
			{"name": "RiverSource LaSalle International Real Estate Fund",
			 "fund_id": "58",
			 "id": "104"
			},
		
			{"name": "Seligman Premium Technology Growth Fund",
			 "fund_id": "216",
			 "id": "105"
			},
		
			{"name": "Tri-Continental",
			 "fund_id": "48",
			 "id": "106"
			}
		
	  ]
	},
	
	{"name": "Variable Portfolio Funds",
	 "id": "107",
	 "category_id": "11",
	 "children": [
		
			{"name": "Seligman Capital Portfolio",
			 "fund_id": "50",
			 "id": "108"
			},
		
			{"name": "Seligman Common Stock Portfolio",
			 "fund_id": "51",
			 "id": "109"
			},
		
			{"name": "Seligman Communications and Information Portfolio",
			 "fund_id": "52",
			 "id": "110"
			},
		
			{"name": "Seligman Global Technology Portfolio",
			 "fund_id": "53",
			 "id": "111"
			},
		
			{"name": "Seligman International Growth Portfolio",
			 "fund_id": "54",
			 "id": "112"
			},
		
			{"name": "Seligman Investment Grade Fixed Income Portfolio",
			 "fund_id": "55",
			 "id": "113"
			},
		
			{"name": "Seligman Large-Cap Value Portfolio",
			 "fund_id": "56",
			 "id": "114"
			},
		
			{"name": "Seligman Smaller-Cap Value Portfolio",
			 "fund_id": "57",
			 "id": "115"
			}
		
	  ]
	}
	
  ]
};


	     </script>
		<style>
		#fundNavTree {
			margin-top: 10px;
		}
		#fundNavTree .dijitTreeContent {
			margin-left: 3px;
		}
		#fundNavTree .dijitTreeExpandoOpened {
			background-image: url(/images/common/fund_square_on.gif);
			background-position: 5px 5px;
			background-repeat: no-repeat;
		}

		#fundNavTree .dijitTreeExpandoClosed {	
			background-image: url(/images/common/fund_square.gif);
			background-position: 5px 6px;
			background-repeat: no-repeat;
		}
		#fundNavTree .dijitTreeExpandoLeaf {
			display: none;
		}
		#fundNavTree .dijitTreeIcon {
			display: none;
			width: 0px;
		}

		#fundNavTree .dijitTreeNode {
			background-image: none;
		}

		#fundNavTree .dijitTreeNodeSelected .dijitTreeLabel{
			background: none;
		}

		#fundNavTree .dijitTreeIsLast {
			background-image: none;
		}
		#fundNavTree .category {
			color:#014874;
			font-family:Verdana,sans serif;
			font-size:10px;
			margin:0 0 0 -8px;
			padding:0px;
			cursor: pointer;
		}

		#fundNavTree .categoryOn {
			color:#029ec6;
			font-family:Verdana,sans serif;
			font-size:10px;
			margin:0 0 0 -8px;
			padding:0px;
			cursor: pointer;
		}

		#fundNavTree .category:hover {
			color: #029ec6;
		}
		#fundNavTree .fund {
			color:#014874;
			font-family:Verdana,sans serif;
			font-size:9px;
			font-style: italic;
			font-weight: normal;
			cursor: pointer;
		}

		#leftnavcontainer * #fundNavTree .fundOn {
			color:#029ec6;
			font-family:Verdana,sans serif;
			font-size:9px;
			font-style: italic;
			font-weight: normal;
			cursor: pointer;
			white-space:normal !important;
		}
		#fundNavTree .fund:hover {
			color: #029ec6;
		}
    .soria .dijitTreeContent {
      max-width:200px !important;
    }
    #leftnavcontainer * #fundNavTree .fund {    
      white-space:normal !important;
    }
    .soria .dijitTreeNode {
      margin-bottom:5px;
    }
    .dijitTreeRow, .dijitTreeContent {
      white-space:normal !important;
    }
    #fundNavTree .fundOn {
      color:#029EC6;
      cursor:pointer;
      font-family:Verdana,sans serif;
      font-size:9px;
      font-style:italic;
      font-weight:normal;
      white-space:normal;
    }
    #fundNavTree .dijitTreeContent {
      margin-left:0;
    }
    .soria .dijitTreeExpando {
      padding-right:5px;
    }
    .soria .dijitTreeLabel {
      margin-left:0px;
      padding-right:5px !important;
    }
</style>
	        <div dojoType="dojo.data.ItemFileReadStore" data='navData' jsid="navStore"></div>
	        <div dojoType="dijit.Tree" store="navStore" labelAttr="name" id='fundNavTree' openOnClick='true' persist="false">
			<script type="dojo/method" event="getLabel" args="item">
	

			if(!item) {
				return '';
			}
			if('root' in item && item.root) {
				return '';
			}

			if ('children' in item) {
				if(item.name[0].search(/Advice-Built/) != -1) {
					return '<i>ADVICE-BUILT</i>&reg; SOLUTIONS';
				}
				else if(item.name[0].search(/Advanced Alpha/) != -1) {
					return '<i>ADVANCED ALPHA</i>&reg; STRATEGIES';
				}
				else {
					return item.name[0].toUpperCase();

				}	
			}
			else {
				return item.name;
			}
			</script>

			<script type="dojo/method" event="getLabelClass" args="item">
			if(!item) {
				return '';
			}
			if ('children' in item) {
				for (i=0; i<item.children.length; i++) {
					if(item.children[i].fund_id == 0) {
						return 'categoryOn';
					}
				}
				return 'category';
			}
			else {
				if('fund_id' in item && item.fund_id == 0) {
					return 'fundOn';
				}
				else {
					return 'fund';
				}
			}
			</script>

		</div>




		<noscript id='searchNav'>
		<ul>
		
			<li>All Funds<ul>
			
				
					<li><a href='/fund/list/by-name/'>By Name</a></li>
				
			
				
					<li><a href='/fund/list/by-category/'>By Category</a></li>
				
			
			</ul></li>
		
			<li>Advanced Alpha Strategies<ul>
			
				
					<li><a href='/fund/view/fund-111'>RiverSource 120/20 Contrarian Equity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-112'>RiverSource Absolute Return Currency and Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-213'>Threadneedle Global Extended Alpha Fund</a></li>
				
			
			</ul></li>
		
			<li>Advice-Built Solutions<ul>
			
				
					<li><a href='/fund/view/fund-113'>RiverSource Balanced Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-132'>RiverSource Income Builder Basic Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-133'>RiverSource Income Builder Enhanced Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-134'>RiverSource Income Builder Moderate Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-157'>RiverSource Portfolio Builder Aggressive Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-158'>RiverSource Portfolio Builder Conservative Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-159'>RiverSource Portfolio Builder Moderate Aggressive Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-160'>RiverSource Portfolio Builder Moderate Conservative Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-161'>RiverSource Portfolio Builder Moderate Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-162'>RiverSource Portfolio Builder Total Equity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-166'>RiverSource Retirement Plus 2010 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-167'>RiverSource Retirement Plus 2015 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-168'>RiverSource Retirement Plus 2020 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-169'>RiverSource Retirement Plus 2025 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-170'>RiverSource Retirement Plus 2030 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-171'>RiverSource Retirement Plus 2035 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-172'>RiverSource Retirement Plus 2040 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-173'>RiverSource Retirement Plus 2045 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-179'>RiverSource Strategic Allocation Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-46'>Seligman TargETFund 2015</a></li>
				
			
				
					<li><a href='/fund/view/fund-45'>Seligman TargETFund 2025</a></li>
				
			
				
					<li><a href='/fund/view/fund-44'>Seligman TargETFund 2035</a></li>
				
			
				
					<li><a href='/fund/view/fund-43'>Seligman TargETFund 2045</a></li>
				
			
				
					<li><a href='/fund/view/fund-47'>Seligman TargETFund Core</a></li>
				
			
			</ul></li>
		
			<li>Growth Funds<ul>
			
				
					<li><a href='/fund/view/fund-118'>RiverSource Disciplined Large Cap Growth Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-141'>RiverSource Mid Cap Growth Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-145'>RiverSource Partners Aggressive Growth Fund (Merged with RiverSource Mid Cap Growth Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-152'>RiverSource Partners Small Cap Growth Fund (Merged with Seligman Frontier Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-7'>Seligman Capital Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-1'>Seligman Communications and Information Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-4'>Seligman Frontier Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-8'>Seligman Growth Fund</a></li>
				
			
			</ul></li>
		
			<li>Blend Funds<ul>
			
				
					<li><a href='/fund/view/fund-116'>RiverSource Disciplined Equity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-120'>RiverSource Disciplined Small and Mid Cap Equity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-151'>RiverSource Partners Small Cap Equity Fund (Merged with Seligman Smaller-Cap Value Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-163'>RiverSource Precious Metals and Mining Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-165'>RiverSource Recovery and Infrastructure Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-177'>RiverSource Small Company Index Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-178'>RiverSource S&P 500 Index Fund</a></li>
				
			
			</ul></li>
		
			<li>Value Funds<ul>
			
				
					<li><a href='/fund/view/fund-119'>RiverSource Disciplined Large Cap Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-121'>RiverSource Disciplined Small Cap Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-123'>RiverSource Diversified Equity Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-124'>RiverSource Dividend Opportunity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-126'>RiverSource Equity Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-14'>RiverSource LaSalle Monthly Dividend Real Estate Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-142'>RiverSource Mid Cap Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-146'>RiverSource Partners Fundamental Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-150'>RiverSource Partners Select Value Fund (Merged with RiverSource Mid Cap Value Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-153'>RiverSource Partners Small Cap Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-164'>RiverSource Real Estate Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-10'>Seligman Large-Cap Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-6'>Seligman Smaller-Cap Value Fund</a></li>
				
			
			</ul></li>
		
			<li>Global/International Funds<ul>
			
				
					<li><a href='/fund/view/fund-117'>RiverSource Disciplined International Equity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-15'>RiverSource LaSalle Global Real Estate Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-147'>RiverSource Partners International Select Growth Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-148'>RiverSource Partners International Select Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-149'>RiverSource Partners International Small Cap Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-5'>Seligman Global Smaller Companies Fund (Merged with RiverSource Partners International Small Cap Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-3'>Seligman Global Technology Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-209'>Threadneedle Emerging Markets Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-210'>Threadneedle European Equity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-211'>Threadneedle Global Equity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-212'>Threadneedle Global Equity Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-214'>Threadneedle International Opportunity Fund</a></li>
				
			
			</ul></li>
		
			<li>Taxable Income Funds<ul>
			
				
					<li><a href='/fund/view/fund-115'>RiverSource Cash Management Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-122'>RiverSource Diversified Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-125'>RiverSource Emerging Markets Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-127'>RiverSource Floating Rate Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-128'>RiverSource Global Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-38'>RiverSource Government Money Market Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-131'>RiverSource High Yield Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-135'>RiverSource Income Opportunities Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-136'>RiverSource Inflation Protected Securities Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-140'>RiverSource Limited Duration Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-174'>RiverSource Short Duration U.S. Government Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-180'>RiverSource Strategic Income Allocation Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-184'>RiverSource U.S. Government Mortgage Fund</a></li>
				
			
			</ul></li>
		
			<li>Tax-Exempt Income Funds<ul>
			
				
					<li><a href='/fund/view/fund-114'>RiverSource California Tax-Exempt Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-137'>RiverSource Intermediate Tax-Exempt Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-143'>RiverSource Minnesota Tax-Exempt Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-144'>RiverSource New York Tax-Exempt Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-181'>RiverSource Tax-Exempt Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-182'>RiverSource Tax-Exempt High Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-183'>RiverSource Tax-Exempt Money Market Fund (Merged with RiverSource Government Money Market Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-28'>Seligman Cal. Municipal High-Yield Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-29'>Seligman Cal. Municipal Quality Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-20'>Seligman Minnesota Municipal Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-23'>Seligman National Municipal Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-21'>Seligman New York Municipal Fund</a></li>
				
			
			</ul></li>
		
			<li>Closed End Funds<ul>
			
				
					<li><a href='/fund/view/fund-58'>RiverSource LaSalle International Real Estate Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-216'>Seligman Premium Technology Growth Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-48'>Tri-Continental</a></li>
				
			
			</ul></li>
		
			<li>Variable Portfolio Funds<ul>
			
				
					<li><a href='/fund/view/fund-50'>Seligman Capital Portfolio</a></li>
				
			
				
					<li><a href='/fund/view/fund-51'>Seligman Common Stock Portfolio</a></li>
				
			
				
					<li><a href='/fund/view/fund-52'>Seligman Communications and Information Portfolio</a></li>
				
			
				
					<li><a href='/fund/view/fund-53'>Seligman Global Technology Portfolio</a></li>
				
			
				
					<li><a href='/fund/view/fund-54'>Seligman International Growth Portfolio</a></li>
				
			
				
					<li><a href='/fund/view/fund-55'>Seligman Investment Grade Fixed Income Portfolio</a></li>
				
			
				
					<li><a href='/fund/view/fund-56'>Seligman Large-Cap Value Portfolio</a></li>
				
			
				
					<li><a href='/fund/view/fund-57'>Seligman Smaller-Cap Value Portfolio</a></li>
				
			
			</ul></li>
		
		</ul>
		</noscript>

		  </div>      

	          <div id="innerTableContainer" style="margin-left: 200px;">
			
		  </div>
		  <br style="clear:both;" />      

            </div>                
            <div id="disclosure" style="padding-right:10px;">


<p><a name="foot1"><sup>1</sup></a> Fund expense ratios are calculated based on the fund's average net assets during the fund&#146;s most recently completed fiscal year, adjusted for the change in transfer 
agent, and have not been adjusted for current asset levels. If adjusted for any decrease or increase in assets, expense ratios would be higher or lower, respectively, than the numbers shown above. 
The expense ratios include the effect of acquired fund fees and expenses, if any. Please see the fund's prospectus for a complete list of operating expenses.</p>

<p><a name="foot2"><sup>2</sup></a> A dash indicates that there is no fee waiver/expense cap in effect for the fund. Otherwise, the net expense ratio reflects the contractual agreement of the investment 
manager and its affiliates to waive certain fees and to absorb certain expenses, as described in the fund's prospectus (which is available by clicking here), unless sooner terminated at the discretion 
of the fund's board. Any amount waived will not be reimbursed. Net expense ratios reflect this fee waiver/expense cap. Fee waivers/expense caps would limit the impact that any decrease in assets 
will have on net expense ratios in the current fiscal year.</p>


<p>With respect to RiverSource LaSalle International Real Estate Fund and Tri-Continental, return figures reflect any change in price per share, and assume the reinvestment of dividends and capital gain
 distributions, if any. The net asset value of closed-end fund shares may not always correspond to the market price of such shares. Shares of many closed-end funds frequently trade at a discount from
 their net asset value. Closed-end funds are subject to stock market risk, which is the risk that stock prices overall will decline over short or long periods, adversely affecting the value of an 
investment in a Fund.</p>

<p><strong>SEC Yield</strong><br />
Computed under an SEC standardized formula representing the net investment income earned by a fund over the preceding 30 day period, expressed as an annual percentage rate based on the maximum public
 offer price (POP) per share on the last day of the period. The SEC yield should be regarded as an estimate of the fund's rate of investment income reflecting an estimated yield to maturity (assuming
 all current portfolio holdings are held to maturity), and it may not equal the fund's actual income distribution rate or the income paid to a shareholders account. The SEC Yield reflects fee waivers
 in effect, if any. In the absence of such waivers, yields would be reduced.</p>

<p><strong>7-Day Current Yield</strong><br />
For Money Market Funds: generated by an investment in the fund over a seven day period ended on the date of the calculation and is expressed as an annual percentage.</p>


<p><strong>An investment in money market funds is not insured or guaranteed by the Federal Deposit Insurance Corporation or any other government agency. Although the Fund
 seeks to maintain the value of your investment at $1.00 per share, it is possible to lose money by investing in the Fund.</strong></p>

<p>Investments in small- and mid-capitalization companies often involve greater risks and potential volatility than investments in larger, more established companies.</p>

<p>International investing involves increased risk and volatility due to potential political and economic instability, currency fluctuations, and differences in financial
 reporting and accounting standards and oversight. Risks are particularly significant in emerging markets due to the dramatic pace of economic, social, and political change.</p>

<p>The products of technology companies may be subject to severe competition and rapid obsolescence, and technology stocks may be subject to greater price fluctuations,
 government regulation, and limited liquidity as compared to other investments. In addition, investments in one economic sector, such as technology, may result in greater
 price fluctuations than owning a portfolio of diversified investments.</p>

<p>Investments in real estate securities are subject to specific risks, such market risk, issuer risk, diversification risk, and sector/concentration risks.</p>

<p>There are risks associated with an investment in a bond fund, including credit risk, interest rate risk, and prepayment and extension risk. In general, bond prices
 rise when interest rates fall and vice versa. This effect is usually more pronounced for longer-term securities. Non-investment grade securities, commonly called
 &#147;high-yield&#148; or &#147;junk&#148; bonds, generally have more volatile prices and carry more risk to principal and income than investment grade securities.</p>

<p>There are risks associated with an investment in a municipal bond fund, including credit risk, interest rate risk, prepayment and extension risk, and geographic
 concentration risk. See each fund&#146;s prospectus for information on these and other risks associated with each fund. For funds that concentrate investments in municipal
 securities issued by a single state and its municipalities, specific events or factors affecting a particular state can cause more volatility as compared to a fund
 that is more geographically diversified.</p>

<p>Income from tax-exempt funds may be subject to state and local taxes and a portion of income may be subject to the federal and/or state alternative minimum tax for
 certain investors.</p>

<p>Treasury Inflation Protected Securities (TIPS) are backed by the full faith and credit of the U.S. government. The U.S. government guarantee applies only to the
 underlying TIPS securities, and not the Fund itself. Shares of the <strong>RiverSource Short Duration U.S. Government Fund and RiverSource U.S. Government Mortgage Fund</strong> are
 not insured or guaranteed by the U.S. government.</p>

<p>&#147;Standard & Poor&#146;s&#174;&#148;, &#147;S&P&#148;, &#147;S&P 500&#174;&#148; and &#147;Standard & Poor&#146;s 500&#174;&#148; are trademarks of the McGraw-Hill Companies, Inc. These trademarks and service marks have been
 licensed for use by Ameriprise Financial, Inc. The funds are not sponsored, endorsed, sold or promoted by Standard & Poor&#146;s or any of their subsidiaries or affiliates
 (the &#147;Licensors&#148;) and the Licensors make no representation regarding the advisability of investing in the funds.</p>

<p>The Standard & Poor&#146;s 500 Index (S&P 500 Index), an unmanaged index of common stocks, is frequently used as a general measure of market performance. The index reflects
 reinvestment of all distributions and changes in market prices, but excludes brokerage commissions or other fees.</p>

<p>The <strong>RiverSource 120/20 Contrarian Equity Fund and Threadneedle Global Extended Alpha Fund</strong> are designed for investors with an above average risk
 tolerance. The Funds may make short sales, which involves selling a security the Funds do not own in anticipation that the security&#146;s price will decline. The Funds&#146;
 losses could exceed those of other mutual funds which hold only long security positions if the value of the securities held long decrease and the value of the
 securities sold short increase. The Funds&#146; use of short sales in effect &#147;leverage&#148; the Funds, as the Funds intends to use the case proceeds from the short sales to
 invest in additional long securities. Leveraging exposes the Funds to greater risks due to unanticipated market movements, which may magnify losses and increase
 volatility of returns. There is no assurance that a leveraging strategy will be successful. See the prospectus for each Fund for information on these and other risks
 associated with the Fund.</p>

<p>The <strong>RiverSource Absolute Return Currency and Income Fund</strong> is designed for investors with an above average risk tolerance. Risks associated with the
 fund include, but are not limited to, derivatives risk, counterparty risk, interest rate risk, credit risk, and tax risk. Derivative instruments are financial instruments
 that have a value dependent on the value of something else, such as one or more underlying securities. Gains or losses may be substantial, because a relatively small price
 movement in an underlying security may result in a substantial gain or loss for the Fund. A counterparty to a financial instrument entered into by the Fund may become
 bankrupt or otherwise fail to perform its obligations due to financial difficulties. The issuer of a security could default or otherwise become unable or unwilling to honor
 a financial obligation, and the Fund may be unable to recover its investment or may only obtain a limited or delayed recovery. Gains from some of the Fund&#146;s foreign
 currency-denominated positions may not meet Treasury Department regulations for &#147;qualifying income,&#148; in which case, the Fund might not qualify as a regulated investment
 company for one or more years, requiring the Fund&#146;s Board of Directors to authorize a significant change in investment strategy or Fund liquidation. A significant
 portion of the Fund is invested in forward currency contracts, which are subject to a number of risks. Losses may be substantial if prices do not move in the direction
 anticipated. See the Fund&#146;s prospectus for information on these and other risks associated with the Fund.</p>

<p>The following funds are subject to greater volatility than more broadly diversified funds because they invest in specific sectors: <strong>RiverSource Precious Metals and
 Mining Fund, RiverSource Real Estate Fund, RiverSource Recovery and Infrastructure Fund, RiverSource LaSalle Global Real Estate Fund, RiverSource LaSalle Monthly Dividend
 Real Estate Fund, Seligman Communications and Information Fund and Seligman Global Technology Fund</strong>. Dividends paid by the <strong>RiverSource LaSalle Monthly Dividend Real Estate
 Fund</strong> will be taxable as ordinary income. Distributions by the Fund may include a return of capital. A return of capital is not net profits of the Fund but instead a return
 of a portion of your original investment.</p>

<p>The <strong>RiverSource Floating Rate Fund</strong> is designed for investors with an above average risk tolerance. The Fund invests primarily in floating rate loans,
 the market value of which may fluctuate, sometimes rapidly and unpredictably. The principal risks of investing in the fund include liquidity risk, interest rate risk,
 credit risk, counterparty risk, highly leveraged transactions risk, derivatives risk, confidential information access risk, and impairment of collateral risk. Generally,
 when interest rates rise, the prices of fixed income securities fall, however, securities or loans with floating interest rates can be less sensitive to interest rate
 changes, but they may decline in value if their interest rates do not rise as much as interest rates in general. Limited liquidity will affect the ability of the fund
 to purchase or sell floating rate loans and have a negative impact on fund performance. The floating rate loans and securities in which the fund invests are lower-rated
 (non-investment grade) and are more likely to experience a default, which results in more volatile prices and more risk to principal and income than investment grade loans
 or  securities.</p>

<p>The <strong>RiverSource Income Builder, Portfolio Builder and Retirement Plus</strong> funds are &#147;funds of funds&#148; comprised of holdings in several different RiverSource, Seligman, and Threadneedle
 funds, which may include small-cap, mid-cap, large-cap, money market, international, bond and/or sector funds. Each of the underlying funds in which the portfolio invests
 has its own investment risks, and those risks can affect the value of each portfolio&#146;s shares and investments. The fund manager has a potential conflict of interest in
 selecting underlying  funds because the fees paid to it by some underlying funds might be higher than those paid by other funds. However, the investment manager acts as
 a fiduciary to the Funds and is legally obligated to act in the Funds&#146; best interest when selecting underlying funds. <strong>The date in each RiverSource Retirement Plus Fund
 name refers to the approximate year an investor in the fund would plan to retire or to begin withdrawing portions of his or her investment. The Fund will continue to be
 actively managed for a period of time after the retirement date until a static allocation is obtained. An investment in the Fund is not guaranteed at any time, and you
 could experience loss of principal before, at, or after, the target date. There is no guarantee that the Fund will provide adequate income at and through retirement.</strong></p>

<p>Each of the underlying ETFs in which each <strong>Seligman TargETFund</strong> invests has its own investment risks, and those risks can affect the value of each
 portfolio's shares and investments. This may include small-cap, mid-cap, large-cap, international, bond and/or sector risks. See each fund's prospectus for more information
 on the risks that are associated with the underlying ETFs. <strong>The date in the Fund name refers to the approximate year an investor in the fund would plan to retire or to begin
 withdrawing portions or his or her investment for retirement or other investment goal. In each fund's target year, the Fund is combined with the TargETFund Core, and
 shareholders of the Fund automatically become shareholders of TargETFund Core. An investment in the Fund is not guaranteed at any time, and you could experience loss of
 principal before, at, or after, the target date. There is no guarantee that the Fund will provide adequate income at and through retirement.</strong></p>

<p>Investment products are not federally or FDIC-insured, are not deposits or obligations of, or guaranteed by any financial institution, and involve investment risks
 including possible loss of principal and fluctuation in value.</p>

<p><strong>This information is for use with concurrent or prior delivery of a fund prospectus. With respect to mutual funds and Tri-Continental Corporation, investors should
 consider the investment objectives, risks, charges and expenses of a mutual fund carefully before investing. To learn more about this and other important information
 about each fund, <a href="http://www.riversource.com/individuals-mutual-funds/products-and-performance/fund-documents/">download a free prospectus</a>. The prospectus
 should be read carefully before investing.</strong></p>

<p><i>RiverSource</i>&#174;, <i>Seligman</i>&#174; and <i>Threadneedle</i>&#174; mutual funds are distributed by Columbia Management Investment Distributors, Inc. (formerly known as
 RiverSource Fund Distributors, Inc.), member FINRA and managed by Columbia Management Investment Advisers, LLC (formerly known as RiverSource Investments, LLC). Threadneedle
 mutual funds are subadvised by Threadneedle International Limited, an affiliate of Columbia Management. Seligman is an offering brand of Columbia Management.</p>

<p><strong>Investors should consider the investment objectives, risks, charges, and expenses of the RiverSource LaSalle International Real Estate Fund and Seligman
 Premium Technology Growth Fund carefully before investing. To obtain each Fund&#146;s most recent periodic reports and other regulatory filings, contact your
 financial advisor or download reports here. These reports and other filings can also be found on the Securities and Exchange Commission&#146;s EDGAR Database. You should read
 these reports and other filings carefully before investing.</strong></p>

<p>Tri-Continental, RiverSource LaSalle International Real Estate Fund and Seligman Premium Technology Growth Fund are managed by Columbia Management Investment Advisers, LLC (formerly
 known as RiverSource Investments, LLC). This material is distributed by Columbia Management Investment Distributors, Inc. (formerly known as RiverSource Fund Distributors,
 Inc.), member FINRA.</p>

<p>Not all products and all share classes are available through all firms.</p> 
            </div>
          </div>
          <div class="clearer"></div>
        </div>
    
<div>

</div>
  </div>
  <!-- Footer -->

<div id="footer">
  <ul>
    <li class="first">
      <a href="http://www.riversource.com/global/disclosures/rvsc/entities/default.asp" target="_blank">Corporate Entities &amp; Important Disclosures</a>
    </li>
    <li>
      <a href="http://www.riversource.com/global/disclosures/rvsc/rules.asp" target="_blank">Website Rules &amp; Regulations</a>
    </li>
    <li>
      <a href="http://www.riversource.com/global/disclosures/rvsc/privacy.asp" target="_blank">Privacy Statement</a>
    </li>
    <li>
      <a href="http://www.riversource.com/global/disclosures/rvsc/email.asp" target="_blank">About Email Fraud</a>
    </li>
    <li class="last">
      <a href="http://www.foreseeresults.com/survey/EmailSolu.jsp?clientId=AmRI2" target="_blank">Website Feedback</a>
    </li>
  </ul>
      <p>&copy; 2010 Columbia Management Investment Advisers, LLC. All rights reserved.</p> 
</div>

<!-- Begin SiteCatalyst Code -->
<script language="JavaScript" src="http://www.riversource.com/rvsc/global/scripts/omniture/s_code.js" type="text/javascript" charset="utf-8"></script>
<script language="JavaScript"> 
s.pageName="RVS:individuals:pricing and performance";
s.server="www.riversource.com";
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/ 
var s_code=s.t();if(s_code)document.write(s_code)//-->
</script>


</body>
</html>

