<!-- contains all editable fields for the article template -->



















 







<!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>
   <link rel="stylesheet" type="text/css" href="/stylesheets/printer2.css" media="print" />
<style>
div.siteFooter {
      font-size: 11px;
}
</style>
   
	<title>Seligman Fund Facts</title>

	<meta name="description" content="Prices, Returns, Holdings and information for Seligman Funds" />

	<meta name="keywords" content="prices NAV holdings returns cusip ticker" />

<title>Fund Facts</title>
<meta name="_elroynum" content="" />
<meta name="_mrmnum" content="" />
<meta name="author" content="" />
<meta name="_hptitle" content="Fund Facts" />
<meta name="description" content="" />

   <meta http-equiv="content-type" content="text/html; charset=utf-8" />
   <script src="/js/getDocument.js" type="text/javascript" language="javascript"></script>
<script type="text/javascript" src="/js/dojo/dojo.js" djConfig="parseOnLoad: true, isDebug: false"></script>
<script src="/js/functions.js" type="text/javascript" language="javascript"></script>

<style type="text/css">
        @import "/js/dojo/resources/dojo.css";  
        @import "../../templates/includes/js/dojo/resources/dnd.css"; 
        @import "/js/dijit/themes/soria/soria.css"; 
        @import "/stylesheets/dndDefault.css";        		 	      
</style>


      <SCRIPT language=javascript>if (loggedIn) {  document.write('<link rel="stylesheet" type="text/css" href="/stylesheets/advisor.css" />');} else {  document.write('<link rel="stylesheet" type="text/css" href="/stylesheets/default.css" />');}</SCRIPT>
   <link rel="stylesheet" type="text/css" href="/stylesheets/printer.css" media="print" />
</head>



   <body class="soria">


<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-10882231-2']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
  })();

</script>



<div id="minHeight"></div>
<div id="widthsetter"> 
   <div id="outer"> 
      <div id="macinner"> 
         <div id="clearheader"></div>

         <!-- to clear header -->
         <div id="pageheaderPrint"><img src="/images/SG_inv_k_regular_s.jpg" width="200" height="60" alt="" border="0" vspace="5" /></div>   
         <div id="subnav">
            <div id="leftnavcontainer">

	<style>
   .divDistrLink {
      font-family:Verdana,sans serif;
      color:#014874;
      cursor:pointer;
      font-size:10px;
      margin:0 0 0 -8px;  
      padding-left:5px;    
   }
   *html .divDistrLink {
      padding-left:2px !important;
   }
   *html #ddLink {
      margin-top:-3px !important;
   }
   .square {
      background-image:url(/images/common/fund_square.gif);
      background-position:5px 5px;
      background-repeat:no-repeat; 
      padding-right:3px;
      padding-left:15px;     
   }
</style>

   
	<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": "Advice-Built Solutions",
	 "id": "4",
	 "category_id": "15",
	 "children": [
		
			{"name": "Seligman Asset Allocation Aggressive Growth Fund (Merged with RiverSource Portfolio Builder Total Equity Fund)",
			 "fund_id": "39",
			 "id": "5"
			},
		
			{"name": "Seligman Asset Allocation Balanced Fund (Merged with RiverSource Portfolio Builder Moderate Aggressive Fund)",
			 "fund_id": "42",
			 "id": "6"
			},
		
			{"name": "Seligman Asset Allocation Growth Fund (Merged with RiverSource Portfolio Builder Total Equity Fund)",
			 "fund_id": "40",
			 "id": "7"
			},
		
			{"name": "Seligman Asset Allocation Moderate Growth Fund (Merged with RiverSource Portfolio Builder Aggressive Fund)",
			 "fund_id": "41",
			 "id": "8"
			},
		
			{"name": "Seligman Income and Growth Fund (Merged with RiverSource Balanced Fund)",
			 "fund_id": "13",
			 "id": "9"
			},
		
			{"name": "Seligman TargETFund 2015",
			 "fund_id": "46",
			 "id": "10"
			},
		
			{"name": "Seligman TargETFund 2025",
			 "fund_id": "45",
			 "id": "11"
			},
		
			{"name": "Seligman TargETFund 2035",
			 "fund_id": "44",
			 "id": "12"
			},
		
			{"name": "Seligman TargETFund 2045",
			 "fund_id": "43",
			 "id": "13"
			},
		
			{"name": "Seligman TargETFund Core",
			 "fund_id": "47",
			 "id": "14"
			}
		
	  ]
	},
	
	{"name": "Growth Funds",
	 "id": "15",
	 "category_id": "16",
	 "children": [
		
			{"name": "Seligman Capital Fund",
			 "fund_id": "7",
			 "id": "16"
			},
		
			{"name": "Seligman Common Stock Fund (Merged with RiverSource Disciplined Equity Fund)",
			 "fund_id": "11",
			 "id": "17"
			},
		
			{"name": "Seligman Communications and Information Fund",
			 "fund_id": "1",
			 "id": "18"
			},
		
			{"name": "Seligman Frontier Fund",
			 "fund_id": "4",
			 "id": "19"
			},
		
			{"name": "Seligman Growth Fund",
			 "fund_id": "8",
			 "id": "20"
			}
		
	  ]
	},
	
	{"name": "Value Funds",
	 "id": "22",
	 "category_id": "18",
	 "children": [
		
			{"name": "RiverSource LaSalle Monthly Dividend Real Estate Fund (Formerly Seligman LaSalle Monthly Dividend Real Estate Fund)",
			 "fund_id": "14",
			 "id": "23"
			},
		
			{"name": "Seligman Large-Cap Value Fund",
			 "fund_id": "10",
			 "id": "24"
			},
		
			{"name": "Seligman Smaller-Cap Value Fund",
			 "fund_id": "6",
			 "id": "25"
			}
		
	  ]
	},
	
	{"name": "Global/International Funds",
	 "id": "26",
	 "category_id": "19",
	 "children": [
		
			{"name": "RiverSource LaSalle Global Real Estate Fund (Formerly Seligman LaSalle Global Real Estate Fund)",
			 "fund_id": "15",
			 "id": "27"
			},
		
			{"name": "Seligman Emerging Markets Fund (Merged with Threadneedle Emerging Markets Fund)",
			 "fund_id": "2",
			 "id": "28"
			},
		
			{"name": "Seligman Global Growth Fund (Merged with Threadneedle Global Equity Fund)",
			 "fund_id": "9",
			 "id": "29"
			},
		
			{"name": "Seligman Global Smaller Companies Fund",
			 "fund_id": "5",
			 "id": "30"
			},
		
			{"name": "Seligman Global Technology Fund",
			 "fund_id": "3",
			 "id": "31"
			},
		
			{"name": "Seligman International Growth Fund (Merged with RiverSource Partners International Select Growth Fund)",
			 "fund_id": "12",
			 "id": "32"
			}
		
	  ]
	},
	
	{"name": "Taxable Income Funds",
	 "id": "33",
	 "category_id": "20",
	 "children": [
		
			{"name": "RiverSource Government Money Market Fund (Formerly Seligman Cash Management Fund)",
			 "fund_id": "38",
			 "id": "34"
			},
		
			{"name": "Seligman Core Fixed Income Fund (Merged with RiverSource Diversified Bond Fund)",
			 "fund_id": "18",
			 "id": "35"
			},
		
			{"name": "Seligman High-Yield Fund (Merged with RiverSource High Yield Bond Fund)",
			 "fund_id": "16",
			 "id": "36"
			},
		
			{"name": "Seligman US Government Securities Fund (Merged with RiverSource Short Duration U.S. Government Fund)",
			 "fund_id": "17",
			 "id": "37"
			}
		
	  ]
	},
	
	{"name": "Tax-Exempt Income Funds",
	 "id": "38",
	 "category_id": "21",
	 "children": [
		
			{"name": "Seligman Cal. Municipal High-Yield Fund",
			 "fund_id": "28",
			 "id": "39"
			},
		
			{"name": "Seligman Cal. Municipal Quality Fund",
			 "fund_id": "29",
			 "id": "40"
			},
		
			{"name": "Seligman Colorado Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "27",
			 "id": "41"
			},
		
			{"name": "Seligman Florida Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "33",
			 "id": "42"
			},
		
			{"name": "Seligman Georgia Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "35",
			 "id": "43"
			},
		
			{"name": "Seligman Louisiana Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "26",
			 "id": "44"
			},
		
			{"name": "Seligman Maryland Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "25",
			 "id": "45"
			},
		
			{"name": "Seligman Massachusetts Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "24",
			 "id": "46"
			},
		
			{"name": "Seligman Michigan Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "19",
			 "id": "47"
			},
		
			{"name": "Seligman Minnesota Municipal Fund",
			 "fund_id": "20",
			 "id": "48"
			},
		
			{"name": "Seligman Missouri Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "30",
			 "id": "49"
			},
		
			{"name": "Seligman National Municipal Fund",
			 "fund_id": "23",
			 "id": "50"
			},
		
			{"name": "Seligman New Jersey Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "37",
			 "id": "51"
			},
		
			{"name": "Seligman New York Municipal Fund",
			 "fund_id": "21",
			 "id": "52"
			},
		
			{"name": "Seligman North Carolina Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "34",
			 "id": "53"
			},
		
			{"name": "Seligman Ohio Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "22",
			 "id": "54"
			},
		
			{"name": "Seligman Oregon Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "32",
			 "id": "55"
			},
		
			{"name": "Seligman Pennsylvania Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "31",
			 "id": "56"
			},
		
			{"name": "Seligman South Carolina Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "36",
			 "id": "57"
			}
		
	  ]
	},
	
	{"name": "Closed End Funds",
	 "id": "58",
	 "category_id": "12",
	 "children": [
		
			{"name": "RiverSource LaSalle International Real Estate Fund (Formerly Seligman LaSalle International Real Estate Fund)",
			 "fund_id": "58",
			 "id": "59"
			},
		
			{"name": "Seligman Premium Technology Growth Fund",
			 "fund_id": "216",
			 "id": "60"
			},
		
			{"name": "Tri-Continental",
			 "fund_id": "48",
			 "id": "61"
			}
		
	  ]
	},
	
	{"name": "Variable Portfolio Funds",
	 "id": "62",
	 "category_id": "11",
	 "children": [
		
			{"name": "Seligman Capital Portfolio",
			 "fund_id": "50",
			 "id": "63"
			},
		
			{"name": "Seligman Common Stock Portfolio",
			 "fund_id": "51",
			 "id": "64"
			},
		
			{"name": "Seligman Communications and Information Portfolio",
			 "fund_id": "52",
			 "id": "65"
			},
		
			{"name": "Seligman Global Technology Portfolio",
			 "fund_id": "53",
			 "id": "66"
			},
		
			{"name": "Seligman International Growth Portfolio",
			 "fund_id": "54",
			 "id": "67"
			},
		
			{"name": "Seligman Investment Grade Fixed Income Portfolio",
			 "fund_id": "55",
			 "id": "68"
			},
		
			{"name": "Seligman Large-Cap Value Portfolio",
			 "fund_id": "56",
			 "id": "69"
			},
		
			{"name": "Seligman Smaller-Cap Value Portfolio",
			 "fund_id": "57",
			 "id": "70"
			}
		
	  ]
	}
	
  ]
};


	     </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 == 47) {
						return 'categoryOn';
					}
				}
				return 'category';
			}
			else {
				if('fund_id' in item && item.fund_id == 47) {
					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>Advice-Built Solutions<ul>
			
				
					<li><a href='/fund/view/fund-39'>Seligman Asset Allocation Aggressive Growth Fund (Merged with RiverSource Portfolio Builder Total Equity Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-42'>Seligman Asset Allocation Balanced Fund (Merged with RiverSource Portfolio Builder Moderate Aggressive Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-40'>Seligman Asset Allocation Growth Fund (Merged with RiverSource Portfolio Builder Total Equity Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-41'>Seligman Asset Allocation Moderate Growth Fund (Merged with RiverSource Portfolio Builder Aggressive Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-13'>Seligman Income and Growth Fund (Merged with RiverSource Balanced 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-7'>Seligman Capital Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-11'>Seligman Common Stock Fund (Merged with RiverSource Disciplined Equity 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>Value Funds<ul>
			
				
					<li><a href='/fund/view/fund-14'>RiverSource LaSalle Monthly Dividend Real Estate Fund (Formerly Seligman LaSalle Monthly Dividend 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-15'>RiverSource LaSalle Global Real Estate Fund (Formerly Seligman LaSalle Global Real Estate Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-2'>Seligman Emerging Markets Fund (Merged with Threadneedle Emerging Markets Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-9'>Seligman Global Growth Fund (Merged with Threadneedle Global Equity Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-5'>Seligman Global Smaller Companies Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-3'>Seligman Global Technology Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-12'>Seligman International Growth Fund (Merged with RiverSource Partners International Select Growth Fund)</a></li>
				
			
			</ul></li>
		
			<li>Taxable Income Funds<ul>
			
				
					<li><a href='/fund/view/fund-38'>RiverSource Government Money Market Fund (Formerly Seligman Cash Management Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-18'>Seligman Core Fixed Income Fund (Merged with RiverSource Diversified Bond Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-16'>Seligman High-Yield Fund (Merged with RiverSource High Yield Bond Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-17'>Seligman US Government Securities Fund (Merged with RiverSource Short Duration U.S. Government Fund)</a></li>
				
			
			</ul></li>
		
			<li>Tax-Exempt Income Funds<ul>
			
				
					<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-27'>Seligman Colorado Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-33'>Seligman Florida Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-35'>Seligman Georgia Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-26'>Seligman Louisiana Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-25'>Seligman Maryland Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-24'>Seligman Massachusetts Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-19'>Seligman Michigan Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-20'>Seligman Minnesota Municipal Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-30'>Seligman Missouri Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-23'>Seligman National Municipal Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-37'>Seligman New Jersey Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-21'>Seligman New York Municipal Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-34'>Seligman North Carolina Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-22'>Seligman Ohio Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-32'>Seligman Oregon Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-31'>Seligman Pennsylvania Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-36'>Seligman South Carolina Municipal Fund (Merged with Seligman National Municipal Fund)</a></li>
				
			
			</ul></li>
		
			<li>Closed End Funds<ul>
			
				
					<li><a href='/fund/view/fund-58'>RiverSource LaSalle International Real Estate Fund (Formerly Seligman 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>

			<div id="sidebar">
				<div id="sidebarContent">
<p><a href="http://www.seligman.com/dividend_distribution.html">
    <img src="/images/common/DividendCalendar_SmV1.jpg" />
</a>
<p>&nbsp;</p>
<div class="fineprint" style="font-size: 11px;"><a name="PerfInfo"></a>
<p>Fund returns for Seligman Capital Fund prior to September 26, 2002 do not reflect the increased management fee effective on such date. This fee, if reflected, would reduce the performance data quoted for the Fund for such periods.</p>
<p><strong>With respect to mutual funds and Tri-Continental Corporation, you should consider the investment objectives, risks, charges and expenses of each fund carefully before investing. To learn more about this and other important information about the funds, <a href="/prospectus.html" class="fineprint">download a free prospectus</a>. Read the prospectus carefully before investing. </strong></p>
<p>Investments in the Funds involve risks, including the possible loss of principal. The stocks of smaller companies are subject to above-average market price fluctuations. A portfolio with fewer holdings, such as Seligman Smaller-Cap Value Fund, Seligman Smaller-Cap Value Portfolio, Seligman Large-Cap Value Fund, Seligman Large-Cap Value Portfolio, Seligman LaSalle Global Real Estate Fund, and Seligman LaSalle Monthly Dividend Real Estate Fund, may be subject to greater volatility than a portfolio with a greater number of holdings. The products of technology companies are 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. Investing in one economic sector, such as technology or real estate, may result in greater price fluctuations than owning a portfolio of diversified investments. There are specific risks associated with global investing, such as currency fluctuations, foreign taxation, differences in financial reporting practices, and rapid changes in political and economic conditions. Because of the risks associated with investing in securities of emerging market companies, an investment in Seligman Emerging Markets Fund should be considered speculative and not appropriate for individuals who require safety of principal or stable income from their investments. Investments in real estate securities may be subject to specific risks, such as risks to general and local economic conditions, and risks related to individual properties. High-yield bonds are subject to greater risk of loss of principal and interest than higher-rated, investment-grade bonds. Investment-grade fixed-income securities are subject to interest-rate risk, credit risk, prepayment risk, and market risk. US government bonds are guaranteed by the US government, and, if held to maturity, offer both a fixed rate of return and principal value. An investment in Seligman U.S. Government Securities Fund or any of the Seligman Municipal Funds are not insured or guaranteed by the US government or any state or municipality. A portion of municipal income may be subject to state or local taxes. Capital gain distributions are subject to federal, state, and local taxes. Municipal income may be subject to the alternative minimum tax. To the extent that a Fund concentrates its investments in municipal securities issued by a single state and its municipalities, specific events or factors affecting a particular state may have an impact on the municipal securities of that state without affecting the municipal market in general.</p>
<p>An investment in the Funds is not insured or guaranteed by the Federal Deposit Insurance Corporation or any other government agency.</p>
<p>The four Funds within the Seligman Asset Allocation Series and Seligman TargetHorizon ETF Portfolios<sup><em>SM</em></sup> invest in the Seligman Mutual Funds (Underlying Seligman Funds) and exchange traded funds (ETFs), respectively, to implement their unique asset allocation strategies. Investments in the Underlying Seligman Funds or ETFs involve risk, including the risk of loss of principal. An investor in a Fund within the Seligman Asset Allocation Series or Seligman TargetHorizon ETF Portfolios<sup><em>SM</em></sup> will indirectly bear the operating expenses of the Underlying Seligman Funds or ETFs, as applicable, in which the Fund invests. Thus, the expenses borne by the investor will be higher than if he or she invested directly in the Underlying Seligman Funds or ETFs, and the returns may therefore be lower.</p>
<p>To the extent that a Fund invests a substantial percentage of its assets in an industry, the Fund's performance may be negatively affected if that industry falls out of favor. Accordingly, to the extent that each of the four Funds within the Seligman Time Horizon/Harvester Series have a substantial percentage of assets exposed to an industry through their investment in the Underlying Seligman Funds, the Fund's performance may be negatively affected if that industry falls out of favor.</p>
<p>Dividends paid by Seligman LaSalle Monthly Dividend Real Estate Fund generally will be taxable as ordinary income. It is expected that income dividends paid by the Fund generally will not be eligible for the reduction in dividend tax rates set forth in the Jobs and Growth Tax Relief Reconciliation Act of 2003.</p>
<p>Shares of the Seligman Portfolios are offered to separate accounts of participating insurance companies to fund variable annuity and variable life insurance contracts. Returns shown for Seligman Portfolios do not reflect the effect of any sales charges, or any other charges or expenses imposed by variable insurance contracts on their owners. If such charges were included, performance would be lower. Please refer to the prospectus relating to the variable insurance contract to determine which class of shares is available and for information about charges and expenses imposed by contracts on their owners.</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>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>
<hr />

<p><a name="foot1"><sup>1</sup></a>Fund expense ratios are calculated based on the fund's average net assets during the fund&rsquo;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 <a href="/prospectus.html" class="fineprint">here</a>), 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><a name="foot3"><sup>3</sup></a> Seligman Asset Allocation Series commenced operations on 1/10/00 (the "Fund Inception Date"). Class A Shares of each Fund were issued on the Fund Inception Date. Class B, C, and D shares of each Fund were offered to the public on the Fund Inception Date, but were first issued at various later dates. Since inception returns for Class B, C, and D shares of each Fund have been computed from the Fund Inception Date and incorporate the total return of Class A shares of each Fund from the Fund Inception Date through the initial issuance dates of each of the other classes  of shares, adjusted to reflect the higher expenses associated with the Administration, Shareholder Services and Distribution Plan for those classes that would have been incurred had they first been issued on the Fund Inception Date. Since inception returns for Class B, C, and D shares from their individual issuance dates would be different than those shown herein. Individual issuance dates are as follows: Seligman Asset Allocation Aggressive Growth Fund &ndash; Class B: 4/24/00, Class C: 2/8/00, Class D: 2/14/00; Seligman Asset Allocation Growth Fund &ndash; Class B: 3/21/00, Class C: 1/18/00, Class D: 1/21/00; Seligman Asset Allocation Moderate Growth Fund &ndash; Class B: 2/18/00, Class C: 3/6/00, Class D: 2/15/00; and Seligman Asset Allocation Balanced Fund &ndash; Class B: 2/17/00, Class C: 1/18/00, Class D: 2/29/00.</p>
</div>
<p>&nbsp;</p>
<p>&nbsp;</p></p>


				</div>
			</div>

			<div id="mainContent">





<div id="mainContentCopy">
	<div id="corpHeaderContainer">
	      <div id="pageHeaderImage"><img src="../../../images/fs/calculatorpen.gif"></div>
		<div id="pageHeaderCopy">Fund Facts</div>
	</div>

	    <div id="innerTableContainer">
                   <p>
                      <a class="hidePrint" href="#" onclick="window.print();return false;"><img src="/images/print-article.gif" alt="Print this article" /></a>
                   </p>    
		 <p>
                 <!-- Begin contents of article body -->
<p><strong>Performance data quoted herein represents past performance. Past performance does not guarantee future results. Investment return and principal value of an investment will fluctuate so that an investor's shares, when redeemed, may be worth more or less than their original cost. Current performance maybe higher or lower than the performance data quoted.</strong></p>

<style>
   .print {
       display:none;
   }
   .fakeLink {
       color:#014978;
       text-decoration:underline;
   }
</style>

<div class="print">
<p>
<span class='fakeLink'>Information about recently merged funds.</span><br />
<span class='fakeLink'>Information about recently renamed funds.</span><br />
<span class='fakeLink'>View performance for <i>RiverSource</i><sup>&reg;</sup> funds.</span>. <br />
</p>
</div>

<div class="hidePrint">
<p>
<a id="print1" href="/article_seligman_riversource_fundmergers.html">Information about recently merged funds</a>. <br />
<a id="print1" href="/article_seligman_riversource_fundrename.html">Information about recently renamed funds</a>. <br />
<a id="print1" href="http://performance.riversource.com">View performance for <i>RiverSource</i><sup>&reg;</sup> funds</a>. <br />

</p>
</div>

		
		<style type='text/css'>	
            .soria #innerTableContainer .dijitTitlePane .dijitTitlePaneTitle {
                background: #eeeeee;
                border: none;
                color: #014977;
                font-weight:bold;
             }
            .soria #innerTableContainer .dijitTitlePaneContentInner {
                background-color:#eeeeee;
                }
            .soria #innerTableContainer .dijitTitlePaneFocused .dijitTitlePaneTextNode {
                text-decoration: none;
                }
            .soria #innerTableContainer .dijitTitlePane {
                border-bottom: 1px solid white;
                }
            .soria #innerTableContainer .dijitTitlePaneContentOuter {
                border: none;
                }
		
			.innerPane {
				width: 99%;
				margin-left: 4px;
			}

		       .innerPane .dijitTitlePaneTitle { 
				background: #dddddd;
				border: 1px solid #cccccc;
                		color: #014977;
                		font-weight:bold;
             		}
			#innerTableContainer table.factTable {
				width: 95%;
				border-collapse: collapse;
				line-height: 14px;
				border: none;
			}
			#innerTableContainer table.factTable th {
				text-align: center;
				color: #666666;
		                background-color:#eeeeee;	
				border-top: 1px solid #d0d0d0;
				border-bottom: 1px solid #d0d0d0;
				padding-top: 7px;
				padding-bottom: 7px;
				font-weight: normal;
			}

			#innerTableContainer table.factTable td {
				text-align: center;
				border-left: none;
				border-right: none;
				border-bottom: 1px solid #d0d0d0;
		                background-color:#eeeeee;
				color: #019fca;
				padding: 2px;
			}
			.boldHeader, 
			#innerTableContainer table.factTable td.rowHeader,
			#innerTableContainer table.factTable td.rowHeaderReturns,
			#innerTableContainer table.factTable td.rowHeaderHolding, 
			#innerTableContainer table.factTable td.rowHeaderHoldingNumber {
				font-size: 11px;
				text-align: left;
				color: #666666;
				font-weight: bold;
			}

			#innerTableContainer table.factTable td.rowHeaderHolding {
				padding: 0;
			}

			#innerTableContainer table.factTable td.rowHeaderHoldingNumber {
				padding-left: 10px;
				width: 5px;
			}

			#innerTableContainer table.factTable  td.rowHeaderReturns {
				color: #014978;
				padding-left: 15px;
			}

			.asOfText {
				color: #004977;
			}
			#datePicker {
				border-bottom: 1px dashed #004977;
			}
			.fundName a {
				color: #014978;
				font-size: 13px;
				font-weight: bold;
				text-decoration: none;
			}

			.fundName a:hover {
				color: #029ec6;
				text-decoration: underline;
			}
			sup.hedge {
				font-size: 10px;

				font-weight: bold;
			}
			sup.hedge a {
				text-decoration: none;
			}
			sup.hedge a:hover {
				text-decoration: underline;
			}
			#calImage {
				padding-left: 3px;
			}

			#grid {
				width: 98%;
			}
			.holdingTooltip {
				cursor: help;
			}

			.holdingTooltipContent {
				font-size: 10px;
			}

			.notices {
				font-weight: bold;
			}
			.fundNameNotice {
				font-style: italic;
			}

			
.soria #innerTableContainer .dijitTitlePane .dijitOpen .dijitArrowNode {
background:transparent url(/images/dojo_widgets/arrowDown.png) no-repeat scroll center;
}
.soria #innerTableContainer .dijitTitlePane .dijitClosed .dijitArrowNode {
background:transparent url(/images/dojo_widgets/arrowRight.png) no-repeat scroll center;
}
.soria #innerTableContainer .dijitTitlePaneTextNode {
    font-size:11px;
}

.soria #innerTableContainer .dijitTitlePaneContentInner {
    display:block;
}
.soria #innerTableContainer .dijitTitlePaneContentOuter {
    display:block;
}
.soria #innerTableContainer  ul.fundLinks {
	margin: 0;
	padding: 0;
}
.soria #innerTableContainer  ul li.fundLinks {
	list-style-type:none;
	font-size: 11px;
	line-height: 1.5em;

}
#innerTableContainer ul li.fundLinks a {
	color: #666666;
	background-position: 5px 3px;
	background-repeat: no-repeat;
	padding: 3px 10px 3px 25px;
	text-decoration:none;
	font-weight: normal;
}

#innerTableContainer ul li.fundLinks a.pdfLink {
	background-image:url(/images/common/pdf_icon.gif);
}
		</style> 	
		<script language="JavaScript" type="text/javascript">
			dojo.require("dojo.parser");	// scan page for widgets and instantiate them
			dojo.require('dijit.TitlePane');
			dojo.require("dijit.form.DateTextBox");
			dojo.require("dijit.form.Form");
			dojo.require("dijit.InlineEditBox");
			dojo.require("dojo.date.locale");
			dojo.require("dojo.fx");
			dojo.require("dijit.Tooltip");
			
			dojo.addOnLoad(function (){
				var paneList = ['prices','returns','expenses','information','links'];

				var requestedPane = window.location.hash;

				if (requestedPane) {
					requestedPane = requestedPane.substring(1);
					for(counter = 0; counter < paneList.length; counter++) {
	
						var pane = dijit.byId(paneList[counter]+'Pane');
						if(pane) {
							if (requestedPane == paneList[counter]) {
								pane.attr('open', true);
								if( requestedPane == 'returns') {
									dijit.byId('returnsPane-qtr').attr('open',true);
									dijit.byId('returnsPane-month').attr('open',true);
								}
							}
							else {
								pane.attr('open', false);
							}
						}	
					}
				}
			} );


			function getNAVData(id,args) {
				var widget = dijit.byId(id);
				document.navForm.navDate.value = widget.getValue();								
				dojo.xhrGet( {
						url: '/fund/view',
						form: "navForm",
						handleAs: 'text',
						Timeout: 5000,
						load: function(xhrdata) {
							dojo.fadeOut( {
								node: "navTable",
								delay: 500,
								onEnd: function() {
									var navDiv = dojo.byId('navTable');
									navDiv.innerHTML = xhrdata;
									dojo.fadeIn({node: "navTable", delay:500}).play();
									}
								}).play();
						}											
					});
						
			}
			
		</script>

                <div style="overflow: none; width: 95%; margin-left: 15px;">  
				<p class='fundName'>
					
					<a href='/fs/fs_fund_targethorizon_core.html' target='_blank'>Seligman TargETFund Core</a>
					
					
				</p> 
				<p class='notices'>
				
				
				
				
				</p>
				
                		<div dojoType="dijit.TitlePane" class="pane" id="pricesPane" open='true' autoSize='true' title="Daily Prices">
			
					
					
					<p class='asOfText'><b>Prices as of March 12, 2010</b></p>
					
					<div id='navTable'>
					<table class='factTable'>
						<tr>
							<th></th>
							<th>NAV ($)</th>
							
								<th>POP ($)</th>
							
							<th>Daily Change</th>
						
							<th>YTD Return</th>
						
						</tr>
					
						<tr>
							<td class='rowHeader'>Class A</td>
							<td>6.89</td>
							<td>7.31</td>
							<td>0.01</td>
						
							<td>2.53 %</td>
						
						</tr>
					
						<tr>
							<td class='rowHeader'>Class C</td>
							<td>6.89</td>
							<td>n/a</td>
							<td>0.01</td>
						
							<td>2.38 %</td>
						
						</tr>
					
					</table>
					</div>
				</div>
				
				
                		<div dojoType="dijit.TitlePane" class="pane" id="returnsPane" open='false' autoSize='true' title="Fund Returns">
					 
	                		<div dojoType="dijit.TitlePane" class="pane" id="returnsPane-qtr" open='false' autoSize='true' title="Quarter-end Returns">                                              	
					<p class='asOfText'><b>Returns as of December 31, 2009</b> <br />
					
					</p>
						<table class='factTable'>
							<tr>
								<th>&nbsp;</th>
							
								<th>Avg. Annual Return % <br />(without Sales Charge)</th>
								<th>Avg. Annual Return % <br />(with Sales Charge)</th>	
							
							</tr>
						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class A
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>20.84</td>
								<td>13.82</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-2.88</td>
								<td>-4.77</td>
							</tr>
						
						
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 10/03/2005
								</td>
								<td>1.01</td>
								<td>-0.40</td>
							</tr>
						
						

						

						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class C
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>20.11</td>
								<td>19.11</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-3.61</td>
								<td>-3.61</td>
							</tr>
						
						
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 10/03/2005
								</td>
								<td>0.32</td>
								<td>0.32</td>
							</tr>
						
						

						

						
						</table>	
						

					</div>
					
                        	<br />
	                		<div dojoType="dijit.TitlePane" class="pane" id="returnsPane-month" open='false' autoSize='true' title="Month-end Returns">                                              	
					<p class='asOfText'><b>Returns as of February 28, 2010</b> <br />
					
					</p>
						<table class='factTable'>
							<tr>
								<th>&nbsp;</th>
							
								<th>Avg. Annual Return % <br />(without Sales Charge) </th>
								<th>Avg. Annual Return % <br />(with Sales Charge) </th>	
							
							</tr>
						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class A
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>42.99</td>
								<td>34.84</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-3.33</td>
								<td>-5.23</td>
							</tr>
						
						
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 10/03/2005
								</td>
								<td>0.98</td>
								<td>-0.38</td>
							</tr>
						
						

						


						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class C
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>42.00</td>
								<td>41.00</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-4.06</td>
								<td>-4.06</td>
							</tr>
						
						
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 10/03/2005
								</td>
								<td>0.24</td>
								<td>0.24</td>
							</tr>
						
						

						


						
						</table>	
						

					</div>
					<p>
					<p>
						
							<p class='asOfText'><strong>Returns reflect any change in price per share, and assume the reinvestment of dividends and capital gain distributions, if any. Returns for Class A shares are calculated with and without the effect of the maximum initial sales charge of 5.75% for equity funds and 4.75% for fixed income funds, except for RiverSource Absolute Return Currency and Income Fund, RiverSource Floating Rate Fund, RiverSource Inflation Protected Securities Fund, RiverSource Intermediate Tax-Exempt Fund, RiverSource Limited Duration Bond Fund and RiverSource Short Duration U.S. Government Fund, which have a maximum initial sales charge of 3.00%. RiverSource Cash Management Fund, RiverSource Tax-Exempt Money Market Fund and Seligman Cash Management Fund have no initial sales charge. Returns for Class B shares are calculated with and without the effect of a contingent deferred sales charge (CDSC) applied as follows: first year 5%; second year 4%; third and fourth years 3% (except that for shares purchased in a RiverSource fund, RiverSource Partners fund or Threadneedle fund prior to or on June 12, 2009, the CDSC percentage for the third year is 4%); fifth year 2%; sixth year 1%; and 0% thereafter. Returns for Class C shares are calculated with and without the effect of a 1% CDSC charged only on redemptions made within one year after purchase.</strong></p>
							
							<p class='asOfText'><strong>Effective June 15, 2009, the maximum sales charge for Class A shares of Seligman fixed income funds increased from 4.50% to 4.75%. The Class A returns (with sales charge) shown for the Seligman fixed income funds reflect the higher sales charge of 4.75%. </strong></p>
							
                                        		
						

				</div>
				
				
                		<div dojoType="dijit.TitlePane" class="pane" id="expensesPane" open='false' autoSize='true' title="Fund Expenses">                                              
					<p class='asOfText'><b>Expense ratios effective through January 31, 2015</b> <br />
					</p>
						<table class='factTable'>
							<tr>
								<th>&nbsp;</th>
								<th>Gross Expense Ratio (%)<sup class='hedge'> <a href='#foot1'>1</a></sup></th>
								<th>Net Expense Ratio (%)<sup class='hedge'> <a href='#foot2'>2</a></sup></th>
							</tr>
						
							<tr><td class='rowHeader'>
								Class A
							</td>
							<td>1.37</td>
							<td>1.15</td>
							</tr>
						
							<tr><td class='rowHeader'>
								Class C
							</td>
							<td>2.14</td>
							<td>1.90</td>
							</tr>
						
						</table>	

				</div>
				

				
                		<div dojoType="dijit.TitlePane" class="pane" id="holdingsPane" open='false' autoSize='true' title="Fund Holdings">                                              
							<p class='asOfText'>
	                                        	
							The holdings information shown is based on the effective date (trade date plus one). Holdings information is reported to the Securities and Exchange Commission ("SEC") quarterly and is based on the trade date. Because there is a one day difference, there could be variations in the holdings information shown and that filed with the SEC. Top 10 holdings are shown in descending order of value and exclude short-term holdings and cash. Fund holdings are as of the date given, are subject to change at any time, and are not recommendations to buy or sell any security. 
							
							</p>
				
		                		<div dojoType="dijit.TitlePane" class="innerPane" id="pane3_month" open='false' autoSize='true' title="Top 10 Holdings for month ending February 2010">                                              
							<table class='factTable' style='width: auto;'>
							<tr>
								<th colspan='2'>Security</th>
								<th>% of<br />Net Assets</th>
							</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>1. </td>
									<td class='rowHeaderHolding'>SPDR S&P 500 ETF TRUST</td>
									<td>32.39</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>2. </td>
									<td class='rowHeaderHolding'>VANGUARD TOTAL BD MARKET</td>
									<td>20.14</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>3. </td>
									<td class='rowHeaderHolding'>ISHARES LEHMAN TRES INF PR S ETF</td>
									<td>14.93</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>4. </td>
									<td class='rowHeaderHolding'>ISHARES RUSSELL MIDCAP IDX ETF</td>
									<td>7.58</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>5. </td>
									<td class='rowHeaderHolding'>ISHARES DJ US REAL ESTATE ETF</td>
									<td>7.13</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>6. </td>
									<td class='rowHeaderHolding'>ISHARES MSCI EAFE IDX FD ETF</td>
									<td>6.72</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>7. </td>
									<td class='rowHeaderHolding'>ISHARES TRUST DJ SELECT DIV IDX FD - ETF</td>
									<td>5.06</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>8. </td>
									<td class='rowHeaderHolding'>SPDR DJ WILSHIRE REIT ETF</td>
									<td>2.96</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>9. </td>
									<td class='rowHeaderHolding'>VANGUARD EUROPE PACIFIC ETF</td>
									<td>2.83</td>
									</tr>
							
							</table><p>
							<p class='asOfText'>The top 10 holdings represent 99.75 % of the Fund's net assets.</p>
						</div>
						
		                		<div dojoType="dijit.TitlePane" class="innerPane" id="pane3_quarter" open='false' doLayout='true' title="Full Holdings for quarter ending Q4 2009">
							<table class='factTable' style='width: auto;'>
							<tr>
								<th colspan='2'>Security</th>
								<th>Shares/<br />Principal</th>
								<th>Market Value</th>
								<th>% of<br />Net Assets</th>
							</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>1.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_1'>SPDR TRUST SERIES 1 ETF</span>
										<div dojoType='dijit.Tooltip' connectId='sec_1'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40201020 <br />-->
											<b>Cusip</b>: 78462F103
											</div>
										</div> 
									</td>
									<td>167,900</td>
									<td>$18,710,776</td>
									<td>32.54 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>2.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_2'>VANGUARD TOTAL BD MARKET</span>
										<div dojoType='dijit.Tooltip' connectId='sec_2'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40203030 <br />-->
											<b>Cusip</b>: 921937835
											</div>
										</div> 
									</td>
									<td>145,900</td>
									<td>$11,466,281</td>
									<td>19.94 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>3.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_3'>ISHARES LEHMAN TRES INF PR S ETF</span>
										<div dojoType='dijit.Tooltip' connectId='sec_3'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40201020 <br />-->
											<b>Cusip</b>: 464287176
											</div>
										</div> 
									</td>
									<td>82,979</td>
									<td>$8,621,518</td>
									<td>14.99 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>4.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_4'>ISHARES RUSSELL MIDCAP IDX ETF</span>
										<div dojoType='dijit.Tooltip' connectId='sec_4'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40201020 <br />-->
											<b>Cusip</b>: 464287499
											</div>
										</div> 
									</td>
									<td>52,564</td>
									<td>$4,337,581</td>
									<td>7.54 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>5.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_5'>ISHARES DJ US REAL ESTATE ETF</span>
										<div dojoType='dijit.Tooltip' connectId='sec_5'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40201020 <br />-->
											<b>Cusip</b>: 464287739
											</div>
										</div> 
									</td>
									<td>88,900</td>
									<td>$4,082,288</td>
									<td>7.10 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>6.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_6'>ISHARES MSCI EAFE IDX FD ETF</span>
										<div dojoType='dijit.Tooltip' connectId='sec_6'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40201020 <br />-->
											<b>Cusip</b>: 464287465
											</div>
										</div> 
									</td>
									<td>72,900</td>
									<td>$4,031,370</td>
									<td>7.01 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>7.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_7'>ISHARES TRUST DJ SELECT DIV IDX FD - ETF</span>
										<div dojoType='dijit.Tooltip' connectId='sec_7'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40201020 <br />-->
											<b>Cusip</b>: 464287168
											</div>
										</div> 
									</td>
									<td>64,981</td>
									<td>$2,853,315</td>
									<td>4.96 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>8.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_8'>VANGUARD EUROPE PACIFIC ETF</span>
										<div dojoType='dijit.Tooltip' connectId='sec_8'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40203020 <br />-->
											<b>Cusip</b>: 921943858
											</div>
										</div> 
									</td>
									<td>50,200</td>
									<td>$1,716,840</td>
									<td>2.99 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>9.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_9'>SPDR DJ WILSHIRE REIT ETF</span>
										<div dojoType='dijit.Tooltip' connectId='sec_9'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40203030 <br />-->
											<b>Cusip</b>: 78464A607
											</div>
										</div> 
									</td>
									<td>34,500</td>
									<td>$1,697,745</td>
									<td>2.95 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>10.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_10'>RVS SHORT TERM CASH  0.000%  12/31/2010</span>
										<div dojoType='dijit.Tooltip' connectId='sec_10'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: OTHF <br />-->
											<b>Cusip</b>: 76932H105
											</div>
										</div> 
									</td>
									<td>152,825.35</td>
									<td>$152,825</td>
									<td>0.27 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>11.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_11'>IWR JANUARY 2010 85 CALL  0.000%  01/16/2010</span>
										<div dojoType='dijit.Tooltip' connectId='sec_11'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40201020 <br />-->
											<b>Cusip</b>: IWRAQUP09
											</div>
										</div> 
									</td>
									<td>-266</td>
									<td>$-10,640</td>
									<td>-0.02 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>12.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_12'>EFA JANUARY 2010 55 CALL  0.000%  01/16/2010</span>
										<div dojoType='dijit.Tooltip' connectId='sec_12'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40201020 <br />-->
											<b>Cusip</b>: EFAACUO04
											</div>
										</div> 
									</td>
									<td>-522</td>
									<td>$-52,983</td>
									<td>-0.09 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>13.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_13'>IYR JAN 10 46 CALL  0.000%  01/16/2010</span>
										<div dojoType='dijit.Tooltip' connectId='sec_13'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40201020 <br />-->
											<b>Cusip</b>: BHWATUA06
											</div>
										</div> 
									</td>
									<td>-635</td>
									<td>$-63,500</td>
									<td>-0.11 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>14.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_14'>SPY JAN10 110 CALL  0.000%  01/16/2010</span>
										<div dojoType='dijit.Tooltip' connectId='sec_14'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40201020 <br />-->
											<b>Cusip</b>: SPYAFCO08
											</div>
										</div> 
									</td>
									<td>-929</td>
									<td>$-242,004</td>
									<td>-0.42 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'></td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_15'>Other Assets less Liabilities</span>
										<div dojoType='dijit.Tooltip' connectId='sec_15'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>:  <br />-->
											<b>Cusip</b>: 
											</div>
										</div> 
									</td>
									<td></td>
									<td>$206,334</td>
									<td>0.36 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHolding' colspan='3'><b>Net Assets</b></td>
									<td>$57,507,747</td>
									<td>100.00 %</td>
								</tr>

							</table><p>
						
						</div>
						
						<div></div>
				
				</div>
				
                		<div dojoType="dijit.TitlePane" class="pane" id="informationPane" open='false' autoSize='true' title="Fund Information">                                              
					<table class='factTable'>
						<tr>
							<th></th>
							<th>Symbol</th>
							<th>Cusip</th>
							<th>Inception Date</th>
						</tr>
					
						<tr>
							<td class='rowHeader'>Class A</td>
							<td>SHVAX</td>
							<td>81634T845</td>
							<td>10/03/2005</td>
						</tr>
					
						<tr>
							<td class='rowHeader'>Class C</td>
							<td>SHVCX</td>
							<td>81634T829</td>
							<td>10/03/2005</td>
						</tr>
					
					</table>

				</div>
                		<div dojoType="dijit.TitlePane" class="pane" id="linksPane" open='false' autoSize='true' title="Fund Documents">                                              
					<ul class='fundLinks'>
					
						<li class='fundLinks'>
							<a href='http://www.seligman.com/pdf/investorguides/ig_fund_targethorizon.pdf' class='pdfLink' target='_blank'>Investor Guide</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.seligman.com/pdf/prospectus/pr_targethorizon.pdf' class='pdfLink' target='_blank'>Prospectus</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.seligman.com/pdf/saf/saf_targethorizon.pdf' class='pdfLink' target='_blank'>Statement of Additional Information</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.seligman.com/pdf/annualreports/ar_fund_targethorizon.pdf' class='pdfLink' target='_blank'>Annual Report</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.seligman.com/pdf/factsheets/fs_fund_targethorizon_core.pdf' class='pdfLink' target='_blank'>Fact Sheet</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.seligman.com/fs/fs_fund_targethorizon_core.html' >Fact Sheet</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.seligman.com/pdf/midyearreports/mr_fund_targethorizon.pdf' class='pdfLink' target='_blank'>Semi-Annual Report</a>
						</li>
					
					

					
					<li class='fundLinks'><a href='/tools/literature/' onclick='showOrdering(); return false;'>Order Literature</a></li>
					
					</ul>
				

					
					<script>
						dojo.require('dijit.Dialog');
						dojo.require('dijit.form.Button');
				
					function showOrdering() {
						var litFrame =  dojo.byId('litFrame');
						var litDialog = dijit.byId('litDialog');
						litFrame.src = '/tools/literature/?embed=1';
						litDialog.show();
						scrollLit();

					}
				

					function scrollLit() {
							dojo.byId('litContainer').parentNode.scrollTop=0;
					}
					</script>
					<div dojoType='dijit.Dialog' id='litDialog' title='Order Literature' style='display:none;'>
					<div id='litContainer' style='overflow:auto; width: 530px;'>
					<iframe id='litFrame' width='520' height='485' frameborder='no' onLoad='scrollLit()'></iframe><hr />
					<button dojoType="dijit.form.Button" onclick="dijit.byId('litDialog').hide()" style='font-size: 11px;'>Close Dialog</button>
					</div>
						
					</div>
					

				</div>

		</div>

      <div id='printContainer' style="display:none;">
        <div id="printName">Seligman TargETFund Core</div>
        
  				<div id='print1' class="print" style="display:none;">
  				  <div class="printTitle" style="color:#014977;font-weight:bold;">Daily Prices</div>
  				  <p class='asOfText'><b>Prices as of March 12, 2010</b></p>  				    				  
  					<table class='factTable'>
  						<tr>
  							<th></th>
  							<th>NAV ($)   </th>
							
								<th>POP ($)</th>
							
  							<th>Daily Change   </th>
  						
  							<th>YTD Change</th>
  						
  						</tr>
  					
  						<tr>
  							<td class='rowHeader'>Class A</td>
  							<td>6.89</td>
  							<td>7.31</td>
  							<td>0.01</td>
  						
  							<td>2.53 %</td>
  						
  						</tr>
  					
  						<tr>
  							<td class='rowHeader'>Class C</td>
  							<td>6.89</td>
  							<td>n/a</td>
  							<td>0.01</td>
  						
  							<td>2.38 %</td>
  						
  						</tr>
  					
  					</table>  				  
  				</div>        
        
        
        <br>
        
        
  				<div id='print2' class="print" style="display:none;">
  				  <br>
				
  				  <div class="printTitle" style="color:#014977;font-weight:bold;">Quarter-end Fund Returns</div>
  				  <p class='asOfText'><b>Returns as of December 31, 2009</b></p>  				  
  						<table class='factTable'>
  							<tr>
  								<th>&nbsp;</th>
							
  								<th>Avg. Annual Return % <br />(without Sales Charge)</th>
  								<th>Avg. Annual Return % <br />(with Sales Charge)</th>	
  							
  							</tr>
  						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class A
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>20.84</td>
								<td>13.82</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-2.88</td>
								<td>-4.77</td>
							</tr>
						
						
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 10/03/2005
								</td>
								<td>1.01</td>
								<td>-0.40</td>
							</tr>
						

  						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class C
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>20.11</td>
								<td>19.11</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-3.61</td>
								<td>-3.61</td>
							</tr>
						
						
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 10/03/2005
								</td>
								<td>0.32</td>
								<td>0.32</td>
							</tr>
						

  						
  						</table>  				  
				
  				  <br>
  				  <div class="printTitle" style="color:#014977;font-weight:bold;">Month-end Fund Returns</div>
  				  <p class='asOfText'><b>Returns as of February 28, 2010</b></p>  				  
  						<table class='factTable'>
  							<tr>
  								<th>&nbsp;</th>
							
  								<th>Avg. Annual Return % <br />(without Sales Charge)</th>
  								<th>Avg. Annual Return % <br />(with Sales Charge)</th>	
  							
  							</tr>
  						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class A
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>42.99</td>
								<td>34.84</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-3.33</td>
								<td>-5.23</td>
							</tr>
						
						
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 10/03/2005
								</td>
								<td>0.98</td>
								<td>-0.38</td>
							</tr>
						

  						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class C
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>42.00</td>
								<td>41.00</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-4.06</td>
								<td>-4.06</td>
							</tr>
						
						
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 10/03/2005
								</td>
								<td>0.24</td>
								<td>0.24</td>
							</tr>
						

  						
  						</table>  				  

  				</div>
					<p>
					<p>

						
							<p class='asOfText'><strong>Returns reflect any change in price per share, and assume the reinvestment of dividends and capital gain distributions, if any. Returns for Class A shares are calculated with and without the effect of the maximum initial sales charge of 5.75% for equity funds and 4.75% for fixed income funds, except for RiverSource Absolute Return Currency and Income Fund, RiverSource Floating Rate Fund, RiverSource Inflation Protected Securities Fund, RiverSource Intermediate Tax-Exempt Fund, RiverSource Limited Duration Bond Fund and RiverSource Short Duration U.S. Government Fund, which have a maximum initial sales charge of 3.00%, and the Seligman fixed income funds, which have a maximum initial sales charge of 4.50% (which will increase to 4.75% on or about June 12, 2009). RiverSource Cash Management Fund, RiverSource Tax-Exempt Money Market Fund and Seligman Cash Management Fund have no initial sales charge. Returns for Class B shares are calculated with and without the effect of a contingent deferred sales charge (CDSC) applied as follows: first year 5%; second year 4%; third and fourth years 3% (except that for shares purchased in a RiverSource fund, RiverSource Partners fund or Threadneedle fund prior to or on June 12, 2009, the CDSC percentage for the third year is 4%); fifth year 2%; sixth year 1%; and 0% thereafter. Returns for Class C shares are calculated with and without the effect of a 1% CDSC charged only on redemptions made within one year after purchase.</strong></p>
                                        		
						



        
        
        <br>
        				
  				<div id='print2.5' class="print" style="display:none;">
  				  <br>
  				  <div class="printTitle" style="color:#014977;font-weight:bold;">Fund Expenses</div>
					<p class='asOfText'><b>Expense ratios effective through January 31, 2015</b> <br />
					</p>
						<table class='factTable'>
							<tr>
								<th>&nbsp;</th>
								<th>Gross Expense Ratio (%)<sup class='hedge'><a href='#foot1'>1</a></sup></th>
								<th>Net Expense Ratio (%)<sup class='hedge'><a href='#foot2'>2</a></sup></th>
							</tr>
						
							<tr><td class='rowHeader'>
								Class A
							</td>
							<td>1.37</td>
							<td>1.15</td>
							</tr>
						
							<tr><td class='rowHeader'>
								Class C
							</td>
							<td>2.14</td>
							<td>1.90</td>
							</tr>
						
						</table>	

				</div>
				

				

				<div id='print3' class="print" style="display:none;">
  				  <br>
  				  <div class="printTitle" style="color:#014977;font-weight:bold;">Fund Holdings</div>
							<p class='asOfText'>
	                                        	
							The holdings information shown is based on the effective date (trade date plus one). Holdings information is reported to the Securities and Exchange Commission ("SEC") quarterly and is based on the trade date. Because there is a one day difference, there could be variations in the holdings information shown and that filed with the SEC. Top 10 holdings are shown in descending order of value and exclude short-term holdings and cash. Fund holdings are as of the date given, are subject to change at any time, and are not recommendations to buy or sell any security. 
							
							</p>

            	
              <div class="printSubTitle">Top 10 Holdings for month ending February 2010</div>	
              <br>

              <table class='factTable' style='width: auto;'>
							<tr>
								<th colspan='2'>Security</th>
								<th>% of<br />Net Assets</th>
							</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>1. </td>
									<td class='rowHeaderHolding'>SPDR S&P 500 ETF TRUST</td>
									<td>32.39</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>2. </td>
									<td class='rowHeaderHolding'>VANGUARD TOTAL BD MARKET</td>
									<td>20.14</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>3. </td>
									<td class='rowHeaderHolding'>ISHARES LEHMAN TRES INF PR S ETF</td>
									<td>14.93</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>4. </td>
									<td class='rowHeaderHolding'>ISHARES RUSSELL MIDCAP IDX ETF</td>
									<td>7.58</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>5. </td>
									<td class='rowHeaderHolding'>ISHARES DJ US REAL ESTATE ETF</td>
									<td>7.13</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>6. </td>
									<td class='rowHeaderHolding'>ISHARES MSCI EAFE IDX FD ETF</td>
									<td>6.72</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>7. </td>
									<td class='rowHeaderHolding'>ISHARES TRUST DJ SELECT DIV IDX FD - ETF</td>
									<td>5.06</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>8. </td>
									<td class='rowHeaderHolding'>SPDR DJ WILSHIRE REIT ETF</td>
									<td>2.96</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>9. </td>
									<td class='rowHeaderHolding'>VANGUARD EUROPE PACIFIC ETF</td>
									<td>2.83</td>
									</tr>
							
							</table>
							<p class='asOfText'>Top 10 holdings are shown in descending order of value and exclude
	                                        		
							   short-term holdings and
							
				  			   cash. <br />
							The top 10 holdings represent 99.75 % of the Fund's net assets.</p>   
              <br>
			
              			<div class="printSubTitle">Full Holdings for quarter ending Q4 2009</div>  
  							<table id='fullHolds' class='factTable' style='width: auto;'>
  							<tr>
  								<th colspan='2'>Security</th>
  								<th>Shares/<br />Principal</th>
  								<th>Market Value</th>
  								<th>% of<br />Net Assets</th>
  							</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>1.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_1'>SPDR TRUST SERIES 1 ETF</span>
  									</td>
  									<td>167,900</td>
  									<td>$18,710,776</td>
  									<td>32.54</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>2.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_2'>VANGUARD TOTAL BD MARKET</span>
  									</td>
  									<td>145,900</td>
  									<td>$11,466,281</td>
  									<td>19.94</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>3.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_3'>ISHARES LEHMAN TRES INF PR S ETF</span>
  									</td>
  									<td>82,979</td>
  									<td>$8,621,518</td>
  									<td>14.99</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>4.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_4'>ISHARES RUSSELL MIDCAP IDX ETF</span>
  									</td>
  									<td>52,564</td>
  									<td>$4,337,581</td>
  									<td>7.54</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>5.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_5'>ISHARES DJ US REAL ESTATE ETF</span>
  									</td>
  									<td>88,900</td>
  									<td>$4,082,288</td>
  									<td>7.10</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>6.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_6'>ISHARES MSCI EAFE IDX FD ETF</span>
  									</td>
  									<td>72,900</td>
  									<td>$4,031,370</td>
  									<td>7.01</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>7.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_7'>ISHARES TRUST DJ SELECT DIV IDX FD - ETF</span>
  									</td>
  									<td>64,981</td>
  									<td>$2,853,315</td>
  									<td>4.96</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>8.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_8'>VANGUARD EUROPE PACIFIC ETF</span>
  									</td>
  									<td>50,200</td>
  									<td>$1,716,840</td>
  									<td>2.99</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>9.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_9'>SPDR DJ WILSHIRE REIT ETF</span>
  									</td>
  									<td>34,500</td>
  									<td>$1,697,745</td>
  									<td>2.95</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>10.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_10'>RVS SHORT TERM CASH  0.000%  12/31/2010</span>
  									</td>
  									<td>152,825.35</td>
  									<td>$152,825</td>
  									<td>0.27</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>11.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_11'>IWR JANUARY 2010 85 CALL  0.000%  01/16/2010</span>
  									</td>
  									<td>-266</td>
  									<td>$-10,640</td>
  									<td>-0.02</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>12.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_12'>EFA JANUARY 2010 55 CALL  0.000%  01/16/2010</span>
  									</td>
  									<td>-522</td>
  									<td>$-52,983</td>
  									<td>-0.09</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>13.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_13'>IYR JAN 10 46 CALL  0.000%  01/16/2010</span>
  									</td>
  									<td>-635</td>
  									<td>$-63,500</td>
  									<td>-0.11</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>14.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_14'>SPY JAN10 110 CALL  0.000%  01/16/2010</span>
  									</td>
  									<td>-929</td>
  									<td>$-242,004</td>
  									<td>-0.42</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'></td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_15'>Other Assets less Liabilities</span>
  									</td>
  									<td></td>
  									<td>$206,334</td>
  									<td>0.36</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHolding' colspan='3'><b>Net Assets</b></td>
  									<td>$57,507,747</td>
  									<td>100.00</td>
  								</tr>
  							</table>   
			
                                  			  
				</div> 
	        
        <br>
        
				<div id='print4' class="print" style="display:none;">
  				  <br>
  				  <div class="printTitle" style="color:#014977;font-weight:bold;">Fund Information</div>			
    					<table class='factTable'>
    						<tr>
    							<th></th>
    							<th>Symbol</th>
    							<th>Cusip</th>
    							<th>Inception Date</th>
    						</tr>
    					
    						<tr>
    							<td class='rowHeader'>Class A</td>
    							<td>SHVAX</td>
    							<td>81634T845</td>
    							<td>10/03/2005</td>
    						</tr>
    					
    						<tr>
    							<td class='rowHeader'>Class C</td>
    							<td>SHVCX</td>
    							<td>81634T829</td>
    							<td>10/03/2005</td>
    						</tr>
    					
    					</table>            	
				</div>      
        
        <br>
        
                
      </div>
	<div id='disclosure'>
				
                                       

                                       

                                       

                                       
</div>
<div id="sidebarBelow" class="fineprint" style="display:none;"></div>






		<script>
			dojo.addOnLoad( function() {
				dojo.byId('sidebarBelow').innerHTML = dojo.byId('sidebarContent').innerHTML;
			});
		</script>


                 <!-- End contents of article body -->
		 </p>
	    </div>
             <div id="printContainer" style="display:none;"></div>

</div>


		
			</div>

                        <div class="siteFooter" id="siteFooter">
     

        
           
              <p><b> You 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 the funds, <a href='/prospectus.html' class='siteFooter' style='font-size: 11px;'>download a free prospectus</a>. Read the prospectus carefully before investing. </b></p>
<p>
<i>RiverSource</i><sup>&reg;</sup>, <i>Seligman</i><sup>&reg;</sup>, and <i>Threadneedle</i><sup>&reg;</sup> mutual funds are part of the RiverSource family of funds, and are distributed by RiverSource Fund Distributors, Inc., Member FINRA, and managed by RiverSource Investments, LLC. Threadneedle mutual funds are subadvised by Threadneedle International Limited. RiverSource and Threadneedle are part of Ameriprise Financial, Inc. Seligman is an offering brand of RiverSource Investments.
</p>
<p>
Not all products and all share classes are available through all firms.
</p>

<div id="copyContainer">
<p>
<img src="/images/common/footerBar.jpg" /><br>
<span>
<a style="font-size:1em;text-decoration:none;cursor:pointer;" target="_blank" href="http://www.riversource.com/individuals/disclosures/entities/default.asp">Corporate Entities & Important Disclosures</a> &nbsp;|&nbsp; 
<a style="font-size:1em;text-decoration:none;cursor:pointer;" target="_blank" href="http://www.riversource.com/individuals/disclosures/rules.asp">Website Rules & Regulations</a> &nbsp;|&nbsp; 
<a style="font-size:1em;text-decoration:none;cursor:pointer;" target="_blank" href="http://www.riversource.com/individuals/disclosures/privacy.asp">Privacy Statement</a>
</span><br>
&copy; 2009-2010 RiverSource Investments, LLC. All rights reserved.</p>
</div>
           
        

     
		                                                           
                             </div>

    <div id="clearfooter"></div>
    <!-- to clear footer -->
  </div>
</div>

<style>
   #pageHeaderCopy {
      width:auto !important;
   }
</style>

<div id="footer"></div>

	       <div id="header"> 
	             <style>
#navpart3 {
    text-align:right;
    margin-right:175px;
}
* html #navpart3 {
    margin-right:152px;
}
</style>

<div id="headerbranding">
  <a href="/index.html">
<script language="JavaScript">if (loggedIn) {document.write('<img src="/images/common/logo_adv.jpg" width="176" height="50" alt="Link to home page" border="0" />');} else {document.write('<img src="/images/common/logo.jpg" width="176" height="50" alt="Link to home page" border="0" />');}</script></a>
</div>			
<div id="headerforms">			
  <!-- PHONE NUMBER -->
  <div id='phoneNum'><b>800.221.2450</b>


  <style>
	       #phoneButton.dijitButtonNode {
	           border: none;
			       color: #fff;
			       background: transparent;
			       text-decoration: underline;
			    }

	       #phoneButton.dijitButtonNode:hover {
	                    border: none;
			    color: #000000;
			    background: transparent;
			    text-decoration: underline;
			    }

#phoneButton .dijitButtonNode .dijitArrowButtonInner {
      text-decoration:none;
}
#phoneDialog {
      width:400px;
      color:#000000;
      font-size:11px;
}
* html #phoneDialog {
      font-size:10px; 
}
#phoneDialog h3 {
      font-size:13px;
}
* html #phoneButton .dijitButtonNode {
      background:transparent;
}

</style>
  <script>

		function setPhoneForm() {
		                      var phoneWidget = dijit.byId('number')
		                      phoneWidget.isValid = function() { return dojox.validate.us.isPhoneNumber(this.textbox.value)};
				      if(user.phone != null) {
				        if(user.phone == '') {
					    dojo.byId('confirmText').innerHTML = 'enter your';
					}
					else {
					    phoneWidget.textbox.value = user.phone;
					}
					document.callForm.first.value = user.fname;
					document.callForm.last.value = user.lname;
					document.callForm.firm.value = user.firm;
				      }
				      else {
				        if(user.status=='loaded')
						getDocument('/tools/userinfo');
						user.status='loading';
					        setTimeout(setPhoneForm,1000);

					}

		} 		  	  
		

		function placeCall() {
  	                dojo.byId('phoneDialogContent').innerHTML = '<br /><span style="color:red">Setting up your call...</span>';
			dojo.xhrGet( {
					url: '/tools/callme',
					form: "callForm",
					handleAs: 'text',
					Timeout: 5000,
					load: function(xhrdata) {
						               dojo.byId('phoneDialogContent').innerHTML = '<br /><span style="color:red">'+xhrdata+'</span>';
					}											
				});						
		}
            var temp = 0;
            if (temp == 1) { //(loggedIn) {
	        dojo.require('dijit.form.ValidationTextBox');
		dojo.require('dojox.validate.us');
		dojo.addOnLoad(setPhoneForm);

	       document.write('<div id="phoneButton" title="Have a member of the Seligman sales team contact you directly." dojoType="dijit.form.DropDownButton" >');
	       document.write('<span style="display:none;"><b><u>or try PhoneConnect</u></b></span>');
	       document.write('<div dojoType="dijit.TooltipDialog" id="phoneDialog" style="display:none;">');
	       document.write('<h3>Now you can have a member of Seligman&lsquo;s sales team contact you directly with one mouse click!</h3><br /> Just <span id="confirmText">confirm the</span> contact number below.<br />');
	       document.write('<form name="callForm" id="callForm">');
		document.write('<input type="hidden" name="first" value="" />');
		document.write('<input type="hidden" name="last" value="" />');
		document.write('<input type="hidden" name="firm" value="" />');
		document.write('<input type="text" name="number" size="20" id="number" dojoType="dijit.form.ValidationTextBox" required="true" invalidMessage="Please enter a valid 10 digit U.S. phone number"/>');
		document.write('<button dojoType="dijit.form.Button" id="callSubmit" class="custom" onclick="placeCall()">Call Me </button>');
		document.write('</form>');
		document.write('<div id="phoneDialogContent"></div>');
		document.write('</div>');
	       document.write('</div>');
          }		                  
	</script>

 </div>

  <!-- SHAREHOLDER LOGIN -->
<script language="JavaScript">
<!--
if (loggedIn) {
	document.write('<div id="shareLogin"><a href="https://www3.financialtrans.com/tf/FANWeb?tx=Disclaim&cz=b1708210417181420170204" target="_blank"><img src="/images/common/shareholder_login_adv.gif" /></a></div>');
} else {
	document.write('<div id="shareLogin"><a href="https://www3.financialtrans.com/tf/FANWeb?tx=Disclaim&cz=b1708210417181420170204" target="_blank"><img src="/images/common/shareholder_login.gif" /></a></div>');
}
//-->
</script>
    <!-- ADVISOR LOGIN -->
    <div id="advisor">
      <form name="advisorLogin" action="/navigation/login/setCredentials" method="post" onSubmit="return checkAgree();">
<script>
<!--

if(!agree){
document.writeln('<script src="/js/userAgreement.js" type="text/javascript" language="javascript"><'+'/script>');
}
//-->
</script>

<style>   

.dijitTooltipConnector {
    display:none;
}
.soria .dijitDropDownButton {
    border:0pt none;
    display:-moz-inline-box;
    margin-left:-3px;
    margin-top:-1px;
    padding:0pt;
    text-decoration:none;
    vertical-align:middle;
    background:transparent;
}
.custom .dijitButtonNode {
    background:#5B6265 url(/js/dijit/themes/soria/images/buttonEnabled.png) repeat-x scroll;
}
.custom .dijitButtonHover .dijitButtonNode, .custom .dijitToggleButtonHover .dijitButtonNode, .custom .dijitDropDownButtonHover .dijitButtonNode, .custom .dijitComboButtonHover .dijitButtonContents, .custom .dijitComboButtonDownArrowHover .dijitDownArrowButton, .custom .dijitComboBoxHover .dijitDownArrowButton, .custom .dijitSpinnerUpArrowHover .dijitUpArrowButton, .custom .dijitSpinnerDownArrowHover .dijitDownArrowButton {
    background:#ACC5E2 url(/js/dijit/themes/soria/images/buttonHover.png) repeat-x scroll;
    color:#000000;
}
.soria #accountOptions .dijitButtonNode * {
      vertical-align:middle;
      text-decoration:none;
}
* html .soria #accountOptions.dijitButtonNode * {
      font-size:11px;
      padding-left:3px;
      margin-top:-2px;
}
#agreeButton{
  /*    background:#5B6265 url(/js/dijit/themes/soria/images/buttonEnabled.png) repeat-x scroll 0% 50%;   */
      color:#000000;
  /*    margin-top:8px;
      margin-left:5px; */
      text-decoration:none;
}
#disagreeButton {
  /*    background:#5B6265 url(/js/dijit/themes/soria/images/buttonEnabled.png) repeat-x scroll 0% 50%; */
      color:#000000;
  /*    margin-top:8px;
      margin-left:20px;  */
      text-decoration:none;
}
#navpart2 {
      display:inline;
      font-size:10px;
      margin-right:0px;
}
#customizeButton, #saveButton, #cancelButton {
    background:#5B6265 url(/js/dijit/themes/soria/images/buttonEnabled.png) repeat-x scroll 0% 50%;
    color:#000000;
}
#accountOptions {
      margin-left:-3px;
      margin-top:-12px;
}
*html #accountOptions {
      margin-top:-2px !important;
}
#accountOptions_label {
      margin-left:-5px;
      margin-top:-2px;
      font-size:12px;
}
* html #accountOptions_label {      
      margin-top:-4px;
      margin-left:0px;
      
}
* html #dialog1 {
      width:185px;       
      font-size:11px;
      line-height:14px;
}
#dialog1 {
      margin-top:0px;
}
.tooltipInner {
      font-size:12px;
}
#accountOptions .dijitTooltipConnector {
      /* background:transparent; */
} 
#dialog1 .dijitTooltipConnector {
      background:transparent;
}
.soria .dijitArrowButtonInner {
      text-decoration:none;
}
* html .soria .dijitArrowButtonInner { 
      text-decoration:none;
}
.dijitTooltipContainer {
      font-size:12px;
}
#phoneDialog .dijitTooltipContainer {
      background-color:#FFFFFF;
      border:1px solid #CBCBCB;
}

#phoneDialog .dijitTooltipConnector {
      display:block;
}
#phoneDialog .soria .dijitTooltipRight {
      background-color:blue;
}

.soria .dijitTooltip .dijitTooltipConnector {
    display:block;
}

.soria .dijitTooltip .dijitTooltipContainer {
    border:1px solid #B6C7D5;
    background-color:#FAFAFA;
}
#advisor * {
  border:1px solid transparent;
  background:transparent;
  color:#FFFFFF;
}
#phoneNum * {
  border:none;
  background:transparent;
  color:#FFFFFF;
}
.dijitArrowButtonChar {
  display:block !important;
  float:left;
  margin-top:-9px;
}
*html .dijitArrowButtonChar {
  margin-top:-9px;
  margin-left:-12px !important;
  display:inline !important;
  float:none;
}
#header #advisor {
  margin-top:-12px;
}
*html #header #advisor {
  margin-top:0px;
}
#accountOptions_label {
      margin-left:-8px;
      margin-top:-8px;
      font-size:11px;
      float:left;
}
*html #accountOptions_label {
      float:none;
}
*html #accountOptions_label {
      margin-left:2px;
      margin-top:-3px;
}
#advisor * #username, #advisor * #password {
      background:#FFFFFF;
      color:#000000;
      width:47px;
      height:12px;
}
*html #advisor * #username, #advisor * #password {
      height:14px;
}
*html #phoneNum {
      border:1px solid transparent;
}
</style>

          <div id='brokerInfo'>
          </div>
<script language="JavaScript">
dojo.require("dijit.Dialog");
dojo.require("dijit.form.Button");
<!--

if (loggedIn) {
      dojo.addOnLoad(setBrokerInfo);
      document.write('<div dojoType="dijit.form.DropDownButton" id="accountOptions"><span>Account Options</span>');
      document.write('<div dojoType="dijit.TooltipDialog" id="dialog1" style="display:none" title="Account Options" >');
      document.write('<a href="/navigation/logout/" class="corporate">Logout<img align="absbottom" src="/images/common/arrows.gif"></a>');
      document.write('<hr /><a href="/secure/tools/accounts/update/" class="corporate">Account Management<img align="absbottom" src="/images/common/arrows.gif"></a>');
      document.write('<hr /><a href="/secure/tools/literature/orderhistory/" class="corporate">Order History<img align="absbottom" src="/images/common/arrows.gif"></a>');
      document.write('</div>');
      document.write('</div>');
      document.write('<style>*html #advisor * { border:0.11px solid #5B6265; }</style>');
      document.write('<style>*html #phoneNum { border:0.11px solid #5B6265; } #phoneNum * { border:0.11px solid #5B6265; } </style>');     
} else {
      server=window.location.host;
      document.advisorLogin.action = "https://"+server+"/navigation/login/setCredentials";
      document.write('<img src="/images/common/advisor_login.gif" alt="" width="103" height="27" border="0" /><br /><input type="text" id="username" name="username" size="5" /><input type="password" id="password" name="password" size="5" /><input type="image" id="submitImg" name="submit" value="submit" src="/images/common/login_arrows.gif" /><div id="forgotPassword"><a href="/tools/passwordReset">Forgot your password?</a></div>');
      document.write('<style>#header #advisor { margin-bottom:-20px;margin-top:-20px; } *html #header #advisor { margin-top:0px; } #forgotPassword { margin-left:0px;margin-top:-4px; } #header img { margin-bottom:0px; }</style>');
      document.write('<style>*html #advisor * { border:0.1px solid #4B78A1; }</style>');
      document.write('<style>*html #phoneNum { border:1px solid #4B78A1; }</style>'); 
}//-->
</script>
      </form>
    </div>
    <!-- SITE SEARCH -->
    <div id="search">
      <form method="get" action="http://promosearch.seligman.com/search?" id="Form1" style="text-align: left; width: 160px;">
<script language="JavaScript">
<!--
	if (loggedIn) {
		document.write('<img src="/images/common/site_search_adv.gif" alt="" width="78" height="27" border="0" /><br />');
		document.write('<input type="text" name="sp-q" size="9" /><input type="image" name="submit" value="submit" src="/images/common/search_btn_adv.gif" />');
	} else {
		document.write('<img src="/images/common/site_search.gif" alt="" width="78" height="27" border="0" /><br />');
		document.write('<input type="text" id="sp-q" name="sp-q" size="9" /><input type="image" id="submit" name="submit" value="submit" src="/images/common/search_btn.gif" />');
	}
//-->
</script>
          <input type=hidden name="sp-x-1" value="collection" ID="Hidden1">
          <input type=hidden name="sp-p-1" value="phrase" ID="Hidden2">
          <input type=hidden name="sp-a" value="sp1000f3c0" ID="Hidden3">
          <input type=hidden name="sp-f" value="iso-8859-1" ID="Hidden4">
          <input type=hidden name='sp-t' value='public_new_search' ID='Hidden6'>
<script language="javascript">
<!--
  if (loggedIn) {
	document.write('<input type=hidden name="authstate" value="1">');
	document.write("<input type=hidden name='sp-q-1' value='www-all' ID='Hidden5'>");
	searchTemplate="secure_advisor_search";
  } else {
	document.write("<input type=hidden name='sp-q-1' value='www-public' ID='Hidden5'>");
	searchTemplate="public_advisor_search";
  }
//-->
 </script>
      </form>
    </div>			
</div>			
<div id="navigation" style="text-align:left;">	
 <div style="float:left;">			
  <div id="navpart1" style="text-align:left;margin-left:13px;">
    <a href="/fund/list/" class="perfTopNav">MUTUAL FUND PERFORMANCE &amp; HOLDINGS</a>
  </div>				
  <div id="navpart2">
    <a href="/retirement/index.html" class="fundTopNav">RETIREMENT</a>
    <a href="/navigation/litRedirect" class="perfTopNav">LITERATURE &AMP; FORMS</a>
    <a href="/article_seligmanmanagedmoney.html" class="perfTopNav">PRODUCTS &AMP; SERVICES</a>
    <a href="/experience.html" class="perfTopNav">ABOUT US</a>
  </div>
 </div>
 <div style="float:right;">				
  <div id="navpart3" class="nav3">
    <a href="/secure/" class="advisorTopNav">ADVISOR SITE</a>
  </div>
 </div>			
</div>
                   <div style="display:none;">
                       
                   </div>
	       </div>

</div>
<div id="printContainer2"></div>
</body>
</html>




