<!-- 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 == 4) {
						return 'categoryOn';
					}
				}
				return 'category';
			}
			else {
				if('fund_id' in item && item.fund_id == 4) {
					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_frontier.html' target='_blank'>Seligman Frontier Fund</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 10, 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>9.39</td>
							<td>9.96</td>
							<td>0.12</td>
						
							<td>3.41 %</td>
						
						</tr>
					
						<tr>
							<td class='rowHeader'>Class B</td>
							<td>7.53</td>
							<td>n/a</td>
							<td>0.10</td>
						
							<td>3.29 %</td>
						
						</tr>
					
						<tr>
							<td class='rowHeader'>Class C</td>
							<td>7.56</td>
							<td>n/a</td>
							<td>0.09</td>
						
							<td>3.14 %</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>32.94</td>
								<td>25.24</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-6.61</td>
								<td>-8.43</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-1.18</td>
								<td>-2.34</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>-1.80</td>
								<td>-2.38</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 12/10/1984
								</td>
								<td>8.49</td>
								<td>8.23</td>
							</tr>
						
						

						

						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class B
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>31.83</td>
								<td>26.83</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-7.31</td>
								<td>-8.07</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-1.92</td>
								<td>-2.18</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>-2.55</td>
								<td>-2.55</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 04/22/1996
								</td>
								<td>-0.11</td>
								<td>-0.11</td>
							</tr>
						
						

						

						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class C
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>32.07</td>
								<td>31.07</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-7.14</td>
								<td>-7.14</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-1.81</td>
								<td>-1.81</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>-2.50</td>
								<td>-2.50</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 05/27/1999
								</td>
								<td>-0.04</td>
								<td>-0.04</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>48.66</td>
								<td>40.19</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-8.59</td>
								<td>-10.38</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-0.98</td>
								<td>-2.14</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>-3.52</td>
								<td>-4.09</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 12/10/1984
								</td>
								<td>8.32</td>
								<td>8.07</td>
							</tr>
						
						

						


						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class B
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>47.30</td>
								<td>42.30</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-9.28</td>
								<td>-10.02</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-1.73</td>
								<td>-2.00</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>-4.26</td>
								<td>-4.26</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 04/22/1996
								</td>
								<td>-0.30</td>
								<td>-0.30</td>
							</tr>
						
						

						


						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class C
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>47.52</td>
								<td>46.52</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-9.14</td>
								<td>-9.14</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-1.62</td>
								<td>-1.62</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>-4.21</td>
								<td>-4.21</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 05/27/1999
								</td>
								<td>-0.28</td>
								<td>-0.28</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 December 31, 2010</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>2.30</td>
							<td>1.51</td>
							</tr>
						
							<tr><td class='rowHeader'>
								Class B
							</td>
							<td>3.08</td>
							<td>2.29</td>
							</tr>
						
							<tr><td class='rowHeader'>
								Class C
							</td>
							<td>3.06</td>
							<td>2.28</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'>ISHARES RUSSELL 2000 GROWTH ETF</td>
									<td>5.09</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>2. </td>
									<td class='rowHeaderHolding'>ORION MARINE GROUP INC</td>
									<td>2.58</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>3. </td>
									<td class='rowHeaderHolding'>NUANCE COMMUNICATIONS INC</td>
									<td>2.57</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>4. </td>
									<td class='rowHeaderHolding'>TELETECH HOLDINGS INC</td>
									<td>1.73</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>5. </td>
									<td class='rowHeaderHolding'>EMULEX CORP</td>
									<td>1.66</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>6. </td>
									<td class='rowHeaderHolding'>ON SEMICONDUCTOR CORPORATION</td>
									<td>1.64</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>7. </td>
									<td class='rowHeaderHolding'>AFFILIATED MANAGERS GROUP</td>
									<td>1.53</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>8. </td>
									<td class='rowHeaderHolding'>MICROSEMI CORP</td>
									<td>1.41</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>9. </td>
									<td class='rowHeaderHolding'>VISTAPRINT NV</td>
									<td>1.40</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>10. </td>
									<td class='rowHeaderHolding'>BE AEROSPACE INC</td>
									<td>1.40</td>
									</tr>
							
							</table><p>
							<p class='asOfText'>The top 10 holdings represent 21.01 % 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'>RVS SHORT TERM CASH  0.000%  12/31/2010</span>
										<div dojoType='dijit.Tooltip' connectId='sec_1'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: OTHF <br />-->
											<b>Cusip</b>: 76932H105
											</div>
										</div> 
									</td>
									<td>1,155,477.11</td>
									<td>$1,155,477</td>
									<td>3.05 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>2.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_2'>ORION MARINE GROUP INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_2'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20103010 <br />-->
											<b>Cusip</b>: 68628V308
											</div>
										</div> 
									</td>
									<td>48,843</td>
									<td>$1,028,633</td>
									<td>2.72 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>3.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_3'>FTI CONSULTING INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_3'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20202020 <br />-->
											<b>Cusip</b>: 302941109
											</div>
										</div> 
									</td>
									<td>21,600</td>
									<td>$1,018,656</td>
									<td>2.69 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>4.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_4'>NUANCE COMMUNICATIONS INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_4'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45103010 <br />-->
											<b>Cusip</b>: 67020Y100
											</div>
										</div> 
									</td>
									<td>64,475</td>
									<td>$1,001,941</td>
									<td>2.65 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>5.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_5'>BALLY TECHNOLOGIES INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_5'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25301010 <br />-->
											<b>Cusip</b>: 05874B107
											</div>
										</div> 
									</td>
									<td>17,500</td>
									<td>$722,575</td>
									<td>1.91 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>6.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_6'>COINSTAR INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_6'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25302020 <br />-->
											<b>Cusip</b>: 19259P300
											</div>
										</div> 
									</td>
									<td>22,900</td>
									<td>$636,162</td>
									<td>1.68 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>7.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_7'>BE AEROSPACE INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_7'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20101010 <br />-->
											<b>Cusip</b>: 073302101
											</div>
										</div> 
									</td>
									<td>26,400</td>
									<td>$620,400</td>
									<td>1.64 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>8.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_8'>MICROSEMI CORP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_8'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45301020 <br />-->
											<b>Cusip</b>: 595137100
											</div>
										</div> 
									</td>
									<td>32,922</td>
									<td>$584,365</td>
									<td>1.54 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>9.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_9'>ON SEMICONDUCTOR CORPORATION</span>
										<div dojoType='dijit.Tooltip' connectId='sec_9'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45301020 <br />-->
											<b>Cusip</b>: 682189105
											</div>
										</div> 
									</td>
									<td>65,991</td>
									<td>$581,380</td>
									<td>1.54 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>10.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_10'>AFFILIATED MANAGERS GROUP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_10'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40203010 <br />-->
											<b>Cusip</b>: 008252108
											</div>
										</div> 
									</td>
									<td>7,800</td>
									<td>$525,330</td>
									<td>1.39 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>11.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_11'>TELETECH HOLDINGS INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_11'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45102020 <br />-->
											<b>Cusip</b>: 879939106
											</div>
										</div> 
									</td>
									<td>26,000</td>
									<td>$520,780</td>
									<td>1.38 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>12.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_12'>BIOMARIN PHARMACEUTICAL INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_12'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35201010 <br />-->
											<b>Cusip</b>: 09061G101
											</div>
										</div> 
									</td>
									<td>26,600</td>
									<td>$500,346</td>
									<td>1.32 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>13.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_13'>AMEDISYS INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_13'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35102015 <br />-->
											<b>Cusip</b>: 023436108
											</div>
										</div> 
									</td>
									<td>10,200</td>
									<td>$495,312</td>
									<td>1.31 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>14.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_14'>EMULEX CORP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_14'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45201020 <br />-->
											<b>Cusip</b>: 292475209
											</div>
										</div> 
									</td>
									<td>43,400</td>
									<td>$473,060</td>
									<td>1.25 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>15.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_15'>GEO GROUP INC/THE</span>
										<div dojoType='dijit.Tooltip' connectId='sec_15'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20201080 <br />-->
											<b>Cusip</b>: 36159R103
											</div>
										</div> 
									</td>
									<td>21,400</td>
									<td>$468,232</td>
									<td>1.24 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>16.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_16'>CELERA CORP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_16'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35201010 <br />-->
											<b>Cusip</b>: 15100E106
											</div>
										</div> 
									</td>
									<td>64,800</td>
									<td>$447,768</td>
									<td>1.18 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>17.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_17'>MEDNAX INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_17'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35102015 <br />-->
											<b>Cusip</b>: 58502B106
											</div>
										</div> 
									</td>
									<td>7,398</td>
									<td>$444,693</td>
									<td>1.17 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>18.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_18'>TESSERA TECHNOLOGIES INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_18'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45301010 <br />-->
											<b>Cusip</b>: 88164L100
											</div>
										</div> 
									</td>
									<td>19,100</td>
									<td>$444,457</td>
									<td>1.17 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>19.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_19'>CHEMED CORP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_19'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35102015 <br />-->
											<b>Cusip</b>: 16359R103
											</div>
										</div> 
									</td>
									<td>8,800</td>
									<td>$422,136</td>
									<td>1.12 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>20.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_20'>SUCCESSFACTORS INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_20'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45103010 <br />-->
											<b>Cusip</b>: 864596101
											</div>
										</div> 
									</td>
									<td>24,937</td>
									<td>$413,455</td>
									<td>1.09 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>21.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_21'>ART TECHNOLOGY GROUP INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_21'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45101010 <br />-->
											<b>Cusip</b>: 04289L107
											</div>
										</div> 
									</td>
									<td>91,200</td>
									<td>$411,312</td>
									<td>1.09 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>22.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_22'>ENTEGRIS INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_22'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45301010 <br />-->
											<b>Cusip</b>: 29362U104
											</div>
										</div> 
									</td>
									<td>77,342</td>
									<td>$408,365</td>
									<td>1.08 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>23.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_23'>AMERICAN PUBLIC EDUCATION</span>
										<div dojoType='dijit.Tooltip' connectId='sec_23'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25302010 <br />-->
											<b>Cusip</b>: 02913V103
											</div>
										</div> 
									</td>
									<td>11,800</td>
									<td>$405,448</td>
									<td>1.07 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>24.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_24'>ASPEN INSURANCE HOLDINGS LTD</span>
										<div dojoType='dijit.Tooltip' connectId='sec_24'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40301040 <br />-->
											<b>Cusip</b>: G05384105
											</div>
										</div> 
									</td>
									<td>15,800</td>
									<td>$402,110</td>
									<td>1.06 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>25.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_25'>WHITING PETROLEUM CORP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_25'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 10102020 <br />-->
											<b>Cusip</b>: 966387102
											</div>
										</div> 
									</td>
									<td>5,600</td>
									<td>$400,120</td>
									<td>1.06 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>26.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_26'>WALTER ENERGY INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_26'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 15104020 <br />-->
											<b>Cusip</b>: 93317Q105
											</div>
										</div> 
									</td>
									<td>5,200</td>
									<td>$391,612</td>
									<td>1.03 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>27.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_27'>VISTAPRINT NV</span>
										<div dojoType='dijit.Tooltip' connectId='sec_27'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45101010 <br />-->
											<b>Cusip</b>: N93540107
											</div>
										</div> 
									</td>
									<td>6,851</td>
									<td>$388,177</td>
									<td>1.03 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>28.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_28'>AEGEAN MARINE PETROLEUM NETW</span>
										<div dojoType='dijit.Tooltip' connectId='sec_28'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20305030 <br />-->
											<b>Cusip</b>: Y0017S102
											</div>
										</div> 
									</td>
									<td>14,000</td>
									<td>$384,720</td>
									<td>1.02 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>29.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_29'>ROVI CORP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_29'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45103020 <br />-->
											<b>Cusip</b>: 779376102
											</div>
										</div> 
									</td>
									<td>12,062</td>
									<td>$384,415</td>
									<td>1.02 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>30.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_30'>WRIGHT MEDICAL GROUP INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_30'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35101010 <br />-->
											<b>Cusip</b>: 98235T107
											</div>
										</div> 
									</td>
									<td>19,800</td>
									<td>$375,210</td>
									<td>0.99 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>31.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_31'>GRAFTECH INTERNATIONAL LTD</span>
										<div dojoType='dijit.Tooltip' connectId='sec_31'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20104010 <br />-->
											<b>Cusip</b>: 384313102
											</div>
										</div> 
									</td>
									<td>24,100</td>
									<td>$374,755</td>
									<td>0.99 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>32.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_32'>STANLEY INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_32'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20101010 <br />-->
											<b>Cusip</b>: 854532108
											</div>
										</div> 
									</td>
									<td>13,500</td>
									<td>$370,035</td>
									<td>0.98 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>33.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_33'>SHUTTERFLY INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_33'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25502020 <br />-->
											<b>Cusip</b>: 82568P304
											</div>
										</div> 
									</td>
									<td>20,700</td>
									<td>$368,667</td>
									<td>0.97 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>34.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_34'>KINDRED HEALTHCARE INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_34'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35102020 <br />-->
											<b>Cusip</b>: 494580103
											</div>
										</div> 
									</td>
									<td>19,300</td>
									<td>$356,278</td>
									<td>0.94 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>35.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_35'>AEROVIRONMENT INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_35'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20101010 <br />-->
											<b>Cusip</b>: 008073108
											</div>
										</div> 
									</td>
									<td>12,100</td>
									<td>$351,868</td>
									<td>0.93 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>36.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_36'>GENTIVA HEALTH SERVICES</span>
										<div dojoType='dijit.Tooltip' connectId='sec_36'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35102015 <br />-->
											<b>Cusip</b>: 37247A102
											</div>
										</div> 
									</td>
									<td>13,000</td>
									<td>$351,130</td>
									<td>0.93 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>37.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_37'>ATHEROS COMMUNICATIONS</span>
										<div dojoType='dijit.Tooltip' connectId='sec_37'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45301020 <br />-->
											<b>Cusip</b>: 04743P108
											</div>
										</div> 
									</td>
									<td>10,200</td>
									<td>$349,248</td>
									<td>0.92 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>38.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_38'>MFA FINANCIAL INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_38'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40402030 <br />-->
											<b>Cusip</b>: 55272X102
											</div>
										</div> 
									</td>
									<td>47,300</td>
									<td>$347,655</td>
									<td>0.92 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>39.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_39'>COMMSCOPE INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_39'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45201020 <br />-->
											<b>Cusip</b>: 203372107
											</div>
										</div> 
									</td>
									<td>12,763</td>
									<td>$338,602</td>
									<td>0.89 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>40.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_40'>ULTA SALON COSMETICS & FRAGR</span>
										<div dojoType='dijit.Tooltip' connectId='sec_40'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25504040 <br />-->
											<b>Cusip</b>: 90384S303
											</div>
										</div> 
									</td>
									<td>18,500</td>
									<td>$335,960</td>
									<td>0.89 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>41.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_41'>SKILLED HEALTHCARE GROU-CL A</span>
										<div dojoType='dijit.Tooltip' connectId='sec_41'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35102020 <br />-->
											<b>Cusip</b>: 83066R107
											</div>
										</div> 
									</td>
									<td>44,948</td>
									<td>$334,862</td>
									<td>0.88 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>42.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_42'>AMAG PHARMACEUTICALS INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_42'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35201010 <br />-->
											<b>Cusip</b>: 00163U106
											</div>
										</div> 
									</td>
									<td>8,800</td>
									<td>$334,664</td>
									<td>0.88 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>43.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_43'>DRIL-QUIP INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_43'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 10101020 <br />-->
											<b>Cusip</b>: 262037104
											</div>
										</div> 
									</td>
									<td>5,900</td>
									<td>$333,232</td>
									<td>0.88 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>44.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_44'>HORSEHEAD HOLDING CORP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_44'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 15104020 <br />-->
											<b>Cusip</b>: 440694305
											</div>
										</div> 
									</td>
									<td>25,864</td>
									<td>$329,766</td>
									<td>0.87 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>45.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_45'>ALBERTO-CULVER CO</span>
										<div dojoType='dijit.Tooltip' connectId='sec_45'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 30302010 <br />-->
											<b>Cusip</b>: 013078100
											</div>
										</div> 
									</td>
									<td>11,200</td>
									<td>$328,048</td>
									<td>0.87 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>46.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_46'>ALLOS THERAPEUTICS INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_46'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35201010 <br />-->
											<b>Cusip</b>: 019777101
											</div>
										</div> 
									</td>
									<td>49,900</td>
									<td>$327,843</td>
									<td>0.87 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>47.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_47'>AMERICAN MEDICAL SYS HLDGS</span>
										<div dojoType='dijit.Tooltip' connectId='sec_47'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35101010 <br />-->
											<b>Cusip</b>: 02744M108
											</div>
										</div> 
									</td>
									<td>16,900</td>
									<td>$326,001</td>
									<td>0.86 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>48.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_48'>NETEZZA CORP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_48'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45202020 <br />-->
											<b>Cusip</b>: 64111N101
											</div>
										</div> 
									</td>
									<td>33,600</td>
									<td>$325,920</td>
									<td>0.86 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>49.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_49'>DOLE FOOD CO INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_49'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 30202030 <br />-->
											<b>Cusip</b>: 256603101
											</div>
										</div> 
									</td>
									<td>26,100</td>
									<td>$323,901</td>
									<td>0.86 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>50.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_50'>VARIAN SEMICONDUCTOR EQUIP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_50'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45301010 <br />-->
											<b>Cusip</b>: 922207105
											</div>
										</div> 
									</td>
									<td>9,000</td>
									<td>$322,920</td>
									<td>0.85 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>51.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_51'>IXIA</span>
										<div dojoType='dijit.Tooltip' connectId='sec_51'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45201020 <br />-->
											<b>Cusip</b>: 45071R109
											</div>
										</div> 
									</td>
									<td>43,200</td>
									<td>$321,408</td>
									<td>0.85 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>52.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_52'>LAWSON SOFTWARE INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_52'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45103010 <br />-->
											<b>Cusip</b>: 52078P102
											</div>
										</div> 
									</td>
									<td>48,200</td>
									<td>$320,530</td>
									<td>0.85 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>53.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_53'>INFORMATICA CORP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_53'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45103010 <br />-->
											<b>Cusip</b>: 45666Q102
											</div>
										</div> 
									</td>
									<td>12,378</td>
									<td>$320,095</td>
									<td>0.85 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>54.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_54'>FIVE STAR QUALITY CARE</span>
										<div dojoType='dijit.Tooltip' connectId='sec_54'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35102020 <br />-->
											<b>Cusip</b>: 33832D106
											</div>
										</div> 
									</td>
									<td>92,000</td>
									<td>$319,240</td>
									<td>0.84 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>55.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_55'>SILICON LABORATORIES INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_55'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45301020 <br />-->
											<b>Cusip</b>: 826919102
											</div>
										</div> 
									</td>
									<td>6,600</td>
									<td>$319,044</td>
									<td>0.84 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>56.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_56'>GOODRICH PETROLEUM CORP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_56'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 10102020 <br />-->
											<b>Cusip</b>: 382410405
											</div>
										</div> 
									</td>
									<td>13,100</td>
									<td>$318,985</td>
									<td>0.84 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>57.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_57'>RADIANT SYSTEMS INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_57'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45103020 <br />-->
											<b>Cusip</b>: 75025N102
											</div>
										</div> 
									</td>
									<td>30,400</td>
									<td>$316,160</td>
									<td>0.84 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>58.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_58'>CORRECTIONS CORP OF AMERICA</span>
										<div dojoType='dijit.Tooltip' connectId='sec_58'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20201080 <br />-->
											<b>Cusip</b>: 22025Y407
											</div>
										</div> 
									</td>
									<td>12,844</td>
									<td>$315,320</td>
									<td>0.83 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>59.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_59'>AMERICAN EAGLE OUTFITTERS</span>
										<div dojoType='dijit.Tooltip' connectId='sec_59'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25504010 <br />-->
											<b>Cusip</b>: 02553E106
											</div>
										</div> 
									</td>
									<td>18,500</td>
									<td>$314,130</td>
									<td>0.83 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>60.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_60'>ARENA RESOURCES INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_60'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 10102020 <br />-->
											<b>Cusip</b>: 040049108
											</div>
										</div> 
									</td>
									<td>7,200</td>
									<td>$310,464</td>
									<td>0.82 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>61.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_61'>DUCOMMUN INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_61'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20101010 <br />-->
											<b>Cusip</b>: 264147109
											</div>
										</div> 
									</td>
									<td>16,500</td>
									<td>$308,715</td>
									<td>0.82 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>62.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_62'>GENOPTIX INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_62'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35102015 <br />-->
											<b>Cusip</b>: 37243V100
											</div>
										</div> 
									</td>
									<td>8,400</td>
									<td>$298,452</td>
									<td>0.79 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>63.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_63'>CALIFORNIA PIZZA KITCHEN INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_63'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25301040 <br />-->
											<b>Cusip</b>: 13054D109
											</div>
										</div> 
									</td>
									<td>21,600</td>
									<td>$290,520</td>
									<td>0.77 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>64.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_64'>INTEGRA LIFESCIENCES HOLDING</span>
										<div dojoType='dijit.Tooltip' connectId='sec_64'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35101010 <br />-->
											<b>Cusip</b>: 457985208
											</div>
										</div> 
									</td>
									<td>7,867</td>
									<td>$289,348</td>
									<td>0.76 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>65.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_65'>DIGITALGLOBE INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_65'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20101010 <br />-->
											<b>Cusip</b>: 25389M877
											</div>
										</div> 
									</td>
									<td>11,947</td>
									<td>$289,117</td>
									<td>0.76 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>66.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_66'>ONYX PHARMACEUTICALS INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_66'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35201010 <br />-->
											<b>Cusip</b>: 683399109
											</div>
										</div> 
									</td>
									<td>9,800</td>
									<td>$287,532</td>
									<td>0.76 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>67.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_67'>CLEAN HARBORS INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_67'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20201050 <br />-->
											<b>Cusip</b>: 184496107
											</div>
										</div> 
									</td>
									<td>4,800</td>
									<td>$286,128</td>
									<td>0.76 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>68.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_68'>BRIGHAM EXPLORATION CO</span>
										<div dojoType='dijit.Tooltip' connectId='sec_68'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 10102020 <br />-->
											<b>Cusip</b>: 109178103
											</div>
										</div> 
									</td>
									<td>20,921</td>
									<td>$283,479</td>
									<td>0.75 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>69.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_69'>FIRST NIAGARA FINANCIAL GRP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_69'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40102010 <br />-->
											<b>Cusip</b>: 33582V108
											</div>
										</div> 
									</td>
									<td>20,300</td>
									<td>$282,373</td>
									<td>0.75 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>70.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_70'>FUQI INTERNATIONAL INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_70'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25203010 <br />-->
											<b>Cusip</b>: 36102A207
											</div>
										</div> 
									</td>
									<td>15,720</td>
									<td>$282,174</td>
									<td>0.75 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>71.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_71'>CYPRESS BIOSCIENCE INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_71'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35202010 <br />-->
											<b>Cusip</b>: 232674507
											</div>
										</div> 
									</td>
									<td>48,500</td>
									<td>$279,360</td>
									<td>0.74 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>72.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_72'>STIFEL FINANCIAL CORP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_72'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40203020 <br />-->
											<b>Cusip</b>: 860630102
											</div>
										</div> 
									</td>
									<td>4,700</td>
									<td>$278,428</td>
									<td>0.74 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>73.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_73'>AMERIGON INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_73'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25101010 <br />-->
											<b>Cusip</b>: 03070L300
											</div>
										</div> 
									</td>
									<td>34,800</td>
									<td>$276,312</td>
									<td>0.73 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>74.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_74'>INTREPID POTASH INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_74'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 15101030 <br />-->
											<b>Cusip</b>: 46121Y102
											</div>
										</div> 
									</td>
									<td>9,300</td>
									<td>$271,281</td>
									<td>0.72 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>75.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_75'>AMSURG CORP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_75'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35102020 <br />-->
											<b>Cusip</b>: 03232P405
											</div>
										</div> 
									</td>
									<td>12,300</td>
									<td>$270,846</td>
									<td>0.72 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>76.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_76'>MYR GROUP INC/DELAWARE</span>
										<div dojoType='dijit.Tooltip' connectId='sec_76'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20103010 <br />-->
											<b>Cusip</b>: 55405W104
											</div>
										</div> 
									</td>
									<td>14,829</td>
									<td>$268,108</td>
									<td>0.71 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>77.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_77'>FIRST AMERICAN CORPORATION</span>
										<div dojoType='dijit.Tooltip' connectId='sec_77'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40301040 <br />-->
											<b>Cusip</b>: 318522307
											</div>
										</div> 
									</td>
									<td>7,900</td>
									<td>$261,569</td>
									<td>0.69 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>78.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_78'>MORGANS HOTEL GROUP CO</span>
										<div dojoType='dijit.Tooltip' connectId='sec_78'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25301020 <br />-->
											<b>Cusip</b>: 61748W108
											</div>
										</div> 
									</td>
									<td>56,867</td>
									<td>$257,607</td>
									<td>0.68 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>79.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_79'>ROCK-TENN COMPANY -CL A</span>
										<div dojoType='dijit.Tooltip' connectId='sec_79'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 15103020 <br />-->
											<b>Cusip</b>: 772739207
											</div>
										</div> 
									</td>
									<td>5,100</td>
									<td>$257,091</td>
									<td>0.68 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>80.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_80'>SIGNATURE BANK</span>
										<div dojoType='dijit.Tooltip' connectId='sec_80'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40101015 <br />-->
											<b>Cusip</b>: 82669G104
											</div>
										</div> 
									</td>
									<td>7,900</td>
									<td>$252,010</td>
									<td>0.67 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>81.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_81'>ENDO PHARMACEUT HLDGS INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_81'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35202010 <br />-->
											<b>Cusip</b>: 29264F205
											</div>
										</div> 
									</td>
									<td>12,200</td>
									<td>$250,222</td>
									<td>0.66 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>82.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_82'>FACET BIOTECH CORP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_82'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35201010 <br />-->
											<b>Cusip</b>: 30303Q103
											</div>
										</div> 
									</td>
									<td>13,820</td>
									<td>$242,955</td>
									<td>0.64 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>83.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_83'>ARIBA INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_83'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45103020 <br />-->
											<b>Cusip</b>: 04033V203
											</div>
										</div> 
									</td>
									<td>19,100</td>
									<td>$239,132</td>
									<td>0.63 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>84.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_84'>NEUTRAL TANDEM INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_84'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 50101010 <br />-->
											<b>Cusip</b>: 64128B108
											</div>
										</div> 
									</td>
									<td>10,200</td>
									<td>$232,050</td>
									<td>0.61 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>85.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_85'>ODYSSEY HEALTHCARE INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_85'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35102015 <br />-->
											<b>Cusip</b>: 67611V101
											</div>
										</div> 
									</td>
									<td>14,800</td>
									<td>$230,584</td>
									<td>0.61 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>86.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_86'>AFFYMAX INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_86'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35201010 <br />-->
											<b>Cusip</b>: 00826A109
											</div>
										</div> 
									</td>
									<td>9,000</td>
									<td>$222,660</td>
									<td>0.59 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>87.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_87'>VITAMIN SHOPPE INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_87'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25504040 <br />-->
											<b>Cusip</b>: 92849E101
											</div>
										</div> 
									</td>
									<td>9,890</td>
									<td>$219,953</td>
									<td>0.58 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>88.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_88'>DOLAN MEDIA COMPANY</span>
										<div dojoType='dijit.Tooltip' connectId='sec_88'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25401040 <br />-->
											<b>Cusip</b>: 25659P402
											</div>
										</div> 
									</td>
									<td>21,200</td>
									<td>$216,452</td>
									<td>0.57 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>89.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_89'>GLOBAL DEFENSE TECHNOLOGY</span>
										<div dojoType='dijit.Tooltip' connectId='sec_89'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20101010 <br />-->
											<b>Cusip</b>: 37950B107
											</div>
										</div> 
									</td>
									<td>12,882</td>
									<td>$212,037</td>
									<td>0.56 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>90.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_90'>INTERSIL CORP -CL A</span>
										<div dojoType='dijit.Tooltip' connectId='sec_90'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45301020 <br />-->
											<b>Cusip</b>: 46069S109
											</div>
										</div> 
									</td>
									<td>13,400</td>
									<td>$205,556</td>
									<td>0.54 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>91.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_91'>CARTER'S INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_91'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25203010 <br />-->
											<b>Cusip</b>: 146229109
											</div>
										</div> 
									</td>
									<td>7,800</td>
									<td>$204,750</td>
									<td>0.54 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>92.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_92'>OSI PHARMACEUTICALS INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_92'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35201010 <br />-->
											<b>Cusip</b>: 671040103
											</div>
										</div> 
									</td>
									<td>6,500</td>
									<td>$201,695</td>
									<td>0.53 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>93.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_93'>HANGER ORTHOPEDIC GROUP INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_93'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35102020 <br />-->
											<b>Cusip</b>: 41043F208
											</div>
										</div> 
									</td>
									<td>14,200</td>
									<td>$196,386</td>
									<td>0.52 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>94.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_94'>ALLIANCE HEALTHCARE SERVICE</span>
										<div dojoType='dijit.Tooltip' connectId='sec_94'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35102015 <br />-->
											<b>Cusip</b>: 018606202
											</div>
										</div> 
									</td>
									<td>34,300</td>
									<td>$195,853</td>
									<td>0.52 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>95.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_95'>ARTIO GLOBAL INVESTORS INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_95'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40203010 <br />-->
											<b>Cusip</b>: 04315B107
											</div>
										</div> 
									</td>
									<td>7,609</td>
									<td>$193,953</td>
									<td>0.51 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>96.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_96'>VITACOST.COM INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_96'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25502020 <br />-->
											<b>Cusip</b>: 92847A200
											</div>
										</div> 
									</td>
									<td>18,528</td>
									<td>$193,061</td>
									<td>0.51 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>97.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_97'>EINSTEIN NOAH RESTAURANT GRO</span>
										<div dojoType='dijit.Tooltip' connectId='sec_97'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25301040 <br />-->
											<b>Cusip</b>: 28257U104
											</div>
										</div> 
									</td>
									<td>19,400</td>
									<td>$190,702</td>
									<td>0.50 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>98.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_98'>APPROACH RESOURCES INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_98'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 10102020 <br />-->
											<b>Cusip</b>: 03834A103
											</div>
										</div> 
									</td>
									<td>24,300</td>
									<td>$187,596</td>
									<td>0.50 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>99.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_99'>PIPER JAFFRAY COS</span>
										<div dojoType='dijit.Tooltip' connectId='sec_99'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40203020 <br />-->
											<b>Cusip</b>: 724078100
											</div>
										</div> 
									</td>
									<td>3,700</td>
									<td>$187,257</td>
									<td>0.49 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>100.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_100'>HURON CONSULTING GROUP INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_100'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20202020 <br />-->
											<b>Cusip</b>: 447462102
											</div>
										</div> 
									</td>
									<td>7,950</td>
									<td>$183,168</td>
									<td>0.48 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>101.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_101'>DUFF & PHELPS CORP-CL A</span>
										<div dojoType='dijit.Tooltip' connectId='sec_101'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40203020 <br />-->
											<b>Cusip</b>: 26433B107
											</div>
										</div> 
									</td>
									<td>10,018</td>
									<td>$182,928</td>
									<td>0.48 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>102.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_102'>TETRA TECH INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_102'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20201050 <br />-->
											<b>Cusip</b>: 88162G103
											</div>
										</div> 
									</td>
									<td>6,700</td>
									<td>$182,039</td>
									<td>0.48 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>103.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_103'>KAYDON CORP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_103'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20106020 <br />-->
											<b>Cusip</b>: 486587108
											</div>
										</div> 
									</td>
									<td>5,000</td>
									<td>$178,800</td>
									<td>0.47 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>104.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_104'>INFORMATION SERVICES GROUP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_104'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45102020 <br />-->
											<b>Cusip</b>: 45675Y104
											</div>
										</div> 
									</td>
									<td>51,500</td>
									<td>$163,255</td>
									<td>0.43 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>105.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_105'>THOMAS WEISEL PARTNERS GROUP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_105'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40203020 <br />-->
											<b>Cusip</b>: 884481102
											</div>
										</div> 
									</td>
									<td>42,000</td>
									<td>$158,760</td>
									<td>0.42 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>106.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_106'>BLUE COAT SYSTEMS INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_106'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45201020 <br />-->
											<b>Cusip</b>: 09534T508
											</div>
										</div> 
									</td>
									<td>4,900</td>
									<td>$139,846</td>
									<td>0.37 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>107.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_107'>CALAVO GROWERS INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_107'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 30202030 <br />-->
											<b>Cusip</b>: 128246105
											</div>
										</div> 
									</td>
									<td>7,900</td>
									<td>$134,300</td>
									<td>0.35 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>108.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_108'>ITRON INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_108'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45203010 <br />-->
											<b>Cusip</b>: 465741106
											</div>
										</div> 
									</td>
									<td>1,293</td>
									<td>$87,368</td>
									<td>0.23 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>109.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_109'>LENDER PROCESSING SERVICES</span>
										<div dojoType='dijit.Tooltip' connectId='sec_109'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45102020 <br />-->
											<b>Cusip</b>: 52602E102
											</div>
										</div> 
									</td>
									<td>1,700</td>
									<td>$69,122</td>
									<td>0.18 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>110.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_110'>PALM INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_110'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45201020 <br />-->
											<b>Cusip</b>: 696643105
											</div>
										</div> 
									</td>
									<td>5,600</td>
									<td>$56,224</td>
									<td>0.15 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>111.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_111'>F5 NETWORKS INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_111'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45201020 <br />-->
											<b>Cusip</b>: 315616102
											</div>
										</div> 
									</td>
									<td>500</td>
									<td>$26,490</td>
									<td>0.07 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>112.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_112'>TITAN MACHINERY INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_112'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20107010 <br />-->
											<b>Cusip</b>: 88830R101
											</div>
										</div> 
									</td>
									<td>2,014</td>
									<td>$23,241</td>
									<td>0.06 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'></td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_113'>Other Assets less Liabilities</span>
										<div dojoType='dijit.Tooltip' connectId='sec_113'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>:  <br />-->
											<b>Cusip</b>: 
											</div>
										</div> 
									</td>
									<td></td>
									<td>$217,154</td>
									<td>0.57 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHolding' colspan='3'><b>Net Assets</b></td>
									<td>$37,859,390</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>SLFRX</td>
							<td>816334106</td>
							<td>12/10/1984</td>
						</tr>
					
						<tr>
							<td class='rowHeader'>Class B</td>
							<td>SLFBX</td>
							<td>816334304</td>
							<td>04/22/1996</td>
						</tr>
					
						<tr>
							<td class='rowHeader'>Class C</td>
							<td>SLFCX</td>
							<td>816334403</td>
							<td>05/27/1999</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/saf/saf_fund_frontier.pdf' class='pdfLink' target='_blank'>Statement of Additional Information</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.seligman.com/pdf/annualreports/ar_fund_frontier.pdf' class='pdfLink' target='_blank'>Annual Report</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.seligman.com/pdf/factsheets/fs_fund_frontier.pdf' class='pdfLink' target='_blank'>Fact Sheet</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.seligman.com/fs/fs_fund_frontier.html' >Fact Sheet</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.seligman.com/pdf/investorguides/ig_fund_frontier.pdf' class='pdfLink' target='_blank'>Investor Guide</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.seligman.com/pdf/prospectus/pr_fund_frontier.pdf' class='pdfLink' target='_blank'>Prospectus</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.seligman.com/pdf/midyearreports/mr_fund_frontier.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 Frontier Fund</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 10, 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>9.39</td>
  							<td>9.96</td>
  							<td>0.12</td>
  						
  							<td>3.41 %</td>
  						
  						</tr>
  					
  						<tr>
  							<td class='rowHeader'>Class B</td>
  							<td>7.53</td>
  							<td>n/a</td>
  							<td>0.10</td>
  						
  							<td>3.29 %</td>
  						
  						</tr>
  					
  						<tr>
  							<td class='rowHeader'>Class C</td>
  							<td>7.56</td>
  							<td>n/a</td>
  							<td>0.09</td>
  						
  							<td>3.14 %</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>32.94</td>
								<td>25.24</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-6.61</td>
								<td>-8.43</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-1.18</td>
								<td>-2.34</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>-1.80</td>
								<td>-2.38</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 12/10/1984
								</td>
								<td>8.49</td>
								<td>8.23</td>
							</tr>
						

  						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class B
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>31.83</td>
								<td>26.83</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-7.31</td>
								<td>-8.07</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-1.92</td>
								<td>-2.18</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>-2.55</td>
								<td>-2.55</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 04/22/1996
								</td>
								<td>-0.11</td>
								<td>-0.11</td>
							</tr>
						

  						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class C
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>32.07</td>
								<td>31.07</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-7.14</td>
								<td>-7.14</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-1.81</td>
								<td>-1.81</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>-2.50</td>
								<td>-2.50</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 05/27/1999
								</td>
								<td>-0.04</td>
								<td>-0.04</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>48.66</td>
								<td>40.19</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-8.59</td>
								<td>-10.38</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-0.98</td>
								<td>-2.14</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>-3.52</td>
								<td>-4.09</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 12/10/1984
								</td>
								<td>8.32</td>
								<td>8.07</td>
							</tr>
						

  						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class B
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>47.30</td>
								<td>42.30</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-9.28</td>
								<td>-10.02</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-1.73</td>
								<td>-2.00</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>-4.26</td>
								<td>-4.26</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 04/22/1996
								</td>
								<td>-0.30</td>
								<td>-0.30</td>
							</tr>
						

  						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class C
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>47.52</td>
								<td>46.52</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-9.14</td>
								<td>-9.14</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-1.62</td>
								<td>-1.62</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>-4.21</td>
								<td>-4.21</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 05/27/1999
								</td>
								<td>-0.28</td>
								<td>-0.28</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 December 31, 2010</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>2.30</td>
							<td>1.51</td>
							</tr>
						
							<tr><td class='rowHeader'>
								Class B
							</td>
							<td>3.08</td>
							<td>2.29</td>
							</tr>
						
							<tr><td class='rowHeader'>
								Class C
							</td>
							<td>3.06</td>
							<td>2.28</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'>ISHARES RUSSELL 2000 GROWTH ETF</td>
									<td>5.09</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>2. </td>
									<td class='rowHeaderHolding'>ORION MARINE GROUP INC</td>
									<td>2.58</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>3. </td>
									<td class='rowHeaderHolding'>NUANCE COMMUNICATIONS INC</td>
									<td>2.57</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>4. </td>
									<td class='rowHeaderHolding'>TELETECH HOLDINGS INC</td>
									<td>1.73</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>5. </td>
									<td class='rowHeaderHolding'>EMULEX CORP</td>
									<td>1.66</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>6. </td>
									<td class='rowHeaderHolding'>ON SEMICONDUCTOR CORPORATION</td>
									<td>1.64</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>7. </td>
									<td class='rowHeaderHolding'>AFFILIATED MANAGERS GROUP</td>
									<td>1.53</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>8. </td>
									<td class='rowHeaderHolding'>MICROSEMI CORP</td>
									<td>1.41</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>9. </td>
									<td class='rowHeaderHolding'>VISTAPRINT NV</td>
									<td>1.40</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>10. </td>
									<td class='rowHeaderHolding'>BE AEROSPACE INC</td>
									<td>1.40</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 21.01 % 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'>RVS SHORT TERM CASH  0.000%  12/31/2010</span>
  									</td>
  									<td>1,155,477.11</td>
  									<td>$1,155,477</td>
  									<td>3.05</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>2.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_2'>ORION MARINE GROUP INC</span>
  									</td>
  									<td>48,843</td>
  									<td>$1,028,633</td>
  									<td>2.72</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>3.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_3'>FTI CONSULTING INC</span>
  									</td>
  									<td>21,600</td>
  									<td>$1,018,656</td>
  									<td>2.69</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>4.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_4'>NUANCE COMMUNICATIONS INC</span>
  									</td>
  									<td>64,475</td>
  									<td>$1,001,941</td>
  									<td>2.65</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>5.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_5'>BALLY TECHNOLOGIES INC</span>
  									</td>
  									<td>17,500</td>
  									<td>$722,575</td>
  									<td>1.91</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>6.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_6'>COINSTAR INC</span>
  									</td>
  									<td>22,900</td>
  									<td>$636,162</td>
  									<td>1.68</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>7.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_7'>BE AEROSPACE INC</span>
  									</td>
  									<td>26,400</td>
  									<td>$620,400</td>
  									<td>1.64</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>8.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_8'>MICROSEMI CORP</span>
  									</td>
  									<td>32,922</td>
  									<td>$584,365</td>
  									<td>1.54</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>9.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_9'>ON SEMICONDUCTOR CORPORATION</span>
  									</td>
  									<td>65,991</td>
  									<td>$581,380</td>
  									<td>1.54</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>10.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_10'>AFFILIATED MANAGERS GROUP</span>
  									</td>
  									<td>7,800</td>
  									<td>$525,330</td>
  									<td>1.39</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>11.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_11'>TELETECH HOLDINGS INC</span>
  									</td>
  									<td>26,000</td>
  									<td>$520,780</td>
  									<td>1.38</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>12.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_12'>BIOMARIN PHARMACEUTICAL INC</span>
  									</td>
  									<td>26,600</td>
  									<td>$500,346</td>
  									<td>1.32</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>13.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_13'>AMEDISYS INC</span>
  									</td>
  									<td>10,200</td>
  									<td>$495,312</td>
  									<td>1.31</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>14.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_14'>EMULEX CORP</span>
  									</td>
  									<td>43,400</td>
  									<td>$473,060</td>
  									<td>1.25</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>15.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_15'>GEO GROUP INC/THE</span>
  									</td>
  									<td>21,400</td>
  									<td>$468,232</td>
  									<td>1.24</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>16.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_16'>CELERA CORP</span>
  									</td>
  									<td>64,800</td>
  									<td>$447,768</td>
  									<td>1.18</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>17.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_17'>MEDNAX INC</span>
  									</td>
  									<td>7,398</td>
  									<td>$444,693</td>
  									<td>1.17</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>18.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_18'>TESSERA TECHNOLOGIES INC</span>
  									</td>
  									<td>19,100</td>
  									<td>$444,457</td>
  									<td>1.17</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>19.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_19'>CHEMED CORP</span>
  									</td>
  									<td>8,800</td>
  									<td>$422,136</td>
  									<td>1.12</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>20.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_20'>SUCCESSFACTORS INC</span>
  									</td>
  									<td>24,937</td>
  									<td>$413,455</td>
  									<td>1.09</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>21.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_21'>ART TECHNOLOGY GROUP INC</span>
  									</td>
  									<td>91,200</td>
  									<td>$411,312</td>
  									<td>1.09</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>22.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_22'>ENTEGRIS INC</span>
  									</td>
  									<td>77,342</td>
  									<td>$408,365</td>
  									<td>1.08</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>23.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_23'>AMERICAN PUBLIC EDUCATION</span>
  									</td>
  									<td>11,800</td>
  									<td>$405,448</td>
  									<td>1.07</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>24.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_24'>ASPEN INSURANCE HOLDINGS LTD</span>
  									</td>
  									<td>15,800</td>
  									<td>$402,110</td>
  									<td>1.06</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>25.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_25'>WHITING PETROLEUM CORP</span>
  									</td>
  									<td>5,600</td>
  									<td>$400,120</td>
  									<td>1.06</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>26.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_26'>WALTER ENERGY INC</span>
  									</td>
  									<td>5,200</td>
  									<td>$391,612</td>
  									<td>1.03</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>27.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_27'>VISTAPRINT NV</span>
  									</td>
  									<td>6,851</td>
  									<td>$388,177</td>
  									<td>1.03</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>28.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_28'>AEGEAN MARINE PETROLEUM NETW</span>
  									</td>
  									<td>14,000</td>
  									<td>$384,720</td>
  									<td>1.02</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>29.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_29'>ROVI CORP</span>
  									</td>
  									<td>12,062</td>
  									<td>$384,415</td>
  									<td>1.02</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>30.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_30'>WRIGHT MEDICAL GROUP INC</span>
  									</td>
  									<td>19,800</td>
  									<td>$375,210</td>
  									<td>0.99</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>31.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_31'>GRAFTECH INTERNATIONAL LTD</span>
  									</td>
  									<td>24,100</td>
  									<td>$374,755</td>
  									<td>0.99</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>32.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_32'>STANLEY INC</span>
  									</td>
  									<td>13,500</td>
  									<td>$370,035</td>
  									<td>0.98</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>33.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_33'>SHUTTERFLY INC</span>
  									</td>
  									<td>20,700</td>
  									<td>$368,667</td>
  									<td>0.97</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>34.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_34'>KINDRED HEALTHCARE INC</span>
  									</td>
  									<td>19,300</td>
  									<td>$356,278</td>
  									<td>0.94</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>35.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_35'>AEROVIRONMENT INC</span>
  									</td>
  									<td>12,100</td>
  									<td>$351,868</td>
  									<td>0.93</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>36.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_36'>GENTIVA HEALTH SERVICES</span>
  									</td>
  									<td>13,000</td>
  									<td>$351,130</td>
  									<td>0.93</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>37.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_37'>ATHEROS COMMUNICATIONS</span>
  									</td>
  									<td>10,200</td>
  									<td>$349,248</td>
  									<td>0.92</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>38.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_38'>MFA FINANCIAL INC</span>
  									</td>
  									<td>47,300</td>
  									<td>$347,655</td>
  									<td>0.92</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>39.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_39'>COMMSCOPE INC</span>
  									</td>
  									<td>12,763</td>
  									<td>$338,602</td>
  									<td>0.89</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>40.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_40'>ULTA SALON COSMETICS & FRAGR</span>
  									</td>
  									<td>18,500</td>
  									<td>$335,960</td>
  									<td>0.89</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>41.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_41'>SKILLED HEALTHCARE GROU-CL A</span>
  									</td>
  									<td>44,948</td>
  									<td>$334,862</td>
  									<td>0.88</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>42.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_42'>AMAG PHARMACEUTICALS INC</span>
  									</td>
  									<td>8,800</td>
  									<td>$334,664</td>
  									<td>0.88</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>43.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_43'>DRIL-QUIP INC</span>
  									</td>
  									<td>5,900</td>
  									<td>$333,232</td>
  									<td>0.88</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>44.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_44'>HORSEHEAD HOLDING CORP</span>
  									</td>
  									<td>25,864</td>
  									<td>$329,766</td>
  									<td>0.87</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>45.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_45'>ALBERTO-CULVER CO</span>
  									</td>
  									<td>11,200</td>
  									<td>$328,048</td>
  									<td>0.87</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>46.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_46'>ALLOS THERAPEUTICS INC</span>
  									</td>
  									<td>49,900</td>
  									<td>$327,843</td>
  									<td>0.87</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>47.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_47'>AMERICAN MEDICAL SYS HLDGS</span>
  									</td>
  									<td>16,900</td>
  									<td>$326,001</td>
  									<td>0.86</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>48.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_48'>NETEZZA CORP</span>
  									</td>
  									<td>33,600</td>
  									<td>$325,920</td>
  									<td>0.86</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>49.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_49'>DOLE FOOD CO INC</span>
  									</td>
  									<td>26,100</td>
  									<td>$323,901</td>
  									<td>0.86</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>50.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_50'>VARIAN SEMICONDUCTOR EQUIP</span>
  									</td>
  									<td>9,000</td>
  									<td>$322,920</td>
  									<td>0.85</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>51.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_51'>IXIA</span>
  									</td>
  									<td>43,200</td>
  									<td>$321,408</td>
  									<td>0.85</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>52.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_52'>LAWSON SOFTWARE INC</span>
  									</td>
  									<td>48,200</td>
  									<td>$320,530</td>
  									<td>0.85</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>53.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_53'>INFORMATICA CORP</span>
  									</td>
  									<td>12,378</td>
  									<td>$320,095</td>
  									<td>0.85</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>54.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_54'>FIVE STAR QUALITY CARE</span>
  									</td>
  									<td>92,000</td>
  									<td>$319,240</td>
  									<td>0.84</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>55.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_55'>SILICON LABORATORIES INC</span>
  									</td>
  									<td>6,600</td>
  									<td>$319,044</td>
  									<td>0.84</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>56.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_56'>GOODRICH PETROLEUM CORP</span>
  									</td>
  									<td>13,100</td>
  									<td>$318,985</td>
  									<td>0.84</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>57.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_57'>RADIANT SYSTEMS INC</span>
  									</td>
  									<td>30,400</td>
  									<td>$316,160</td>
  									<td>0.84</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>58.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_58'>CORRECTIONS CORP OF AMERICA</span>
  									</td>
  									<td>12,844</td>
  									<td>$315,320</td>
  									<td>0.83</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>59.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_59'>AMERICAN EAGLE OUTFITTERS</span>
  									</td>
  									<td>18,500</td>
  									<td>$314,130</td>
  									<td>0.83</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>60.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_60'>ARENA RESOURCES INC</span>
  									</td>
  									<td>7,200</td>
  									<td>$310,464</td>
  									<td>0.82</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>61.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_61'>DUCOMMUN INC</span>
  									</td>
  									<td>16,500</td>
  									<td>$308,715</td>
  									<td>0.82</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>62.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_62'>GENOPTIX INC</span>
  									</td>
  									<td>8,400</td>
  									<td>$298,452</td>
  									<td>0.79</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>63.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_63'>CALIFORNIA PIZZA KITCHEN INC</span>
  									</td>
  									<td>21,600</td>
  									<td>$290,520</td>
  									<td>0.77</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>64.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_64'>INTEGRA LIFESCIENCES HOLDING</span>
  									</td>
  									<td>7,867</td>
  									<td>$289,348</td>
  									<td>0.76</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>65.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_65'>DIGITALGLOBE INC</span>
  									</td>
  									<td>11,947</td>
  									<td>$289,117</td>
  									<td>0.76</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>66.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_66'>ONYX PHARMACEUTICALS INC</span>
  									</td>
  									<td>9,800</td>
  									<td>$287,532</td>
  									<td>0.76</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>67.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_67'>CLEAN HARBORS INC</span>
  									</td>
  									<td>4,800</td>
  									<td>$286,128</td>
  									<td>0.76</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>68.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_68'>BRIGHAM EXPLORATION CO</span>
  									</td>
  									<td>20,921</td>
  									<td>$283,479</td>
  									<td>0.75</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>69.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_69'>FIRST NIAGARA FINANCIAL GRP</span>
  									</td>
  									<td>20,300</td>
  									<td>$282,373</td>
  									<td>0.75</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>70.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_70'>FUQI INTERNATIONAL INC</span>
  									</td>
  									<td>15,720</td>
  									<td>$282,174</td>
  									<td>0.75</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>71.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_71'>CYPRESS BIOSCIENCE INC</span>
  									</td>
  									<td>48,500</td>
  									<td>$279,360</td>
  									<td>0.74</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>72.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_72'>STIFEL FINANCIAL CORP</span>
  									</td>
  									<td>4,700</td>
  									<td>$278,428</td>
  									<td>0.74</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>73.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_73'>AMERIGON INC</span>
  									</td>
  									<td>34,800</td>
  									<td>$276,312</td>
  									<td>0.73</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>74.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_74'>INTREPID POTASH INC</span>
  									</td>
  									<td>9,300</td>
  									<td>$271,281</td>
  									<td>0.72</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>75.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_75'>AMSURG CORP</span>
  									</td>
  									<td>12,300</td>
  									<td>$270,846</td>
  									<td>0.72</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>76.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_76'>MYR GROUP INC/DELAWARE</span>
  									</td>
  									<td>14,829</td>
  									<td>$268,108</td>
  									<td>0.71</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>77.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_77'>FIRST AMERICAN CORPORATION</span>
  									</td>
  									<td>7,900</td>
  									<td>$261,569</td>
  									<td>0.69</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>78.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_78'>MORGANS HOTEL GROUP CO</span>
  									</td>
  									<td>56,867</td>
  									<td>$257,607</td>
  									<td>0.68</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>79.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_79'>ROCK-TENN COMPANY -CL A</span>
  									</td>
  									<td>5,100</td>
  									<td>$257,091</td>
  									<td>0.68</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>80.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_80'>SIGNATURE BANK</span>
  									</td>
  									<td>7,900</td>
  									<td>$252,010</td>
  									<td>0.67</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>81.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_81'>ENDO PHARMACEUT HLDGS INC</span>
  									</td>
  									<td>12,200</td>
  									<td>$250,222</td>
  									<td>0.66</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>82.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_82'>FACET BIOTECH CORP</span>
  									</td>
  									<td>13,820</td>
  									<td>$242,955</td>
  									<td>0.64</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>83.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_83'>ARIBA INC</span>
  									</td>
  									<td>19,100</td>
  									<td>$239,132</td>
  									<td>0.63</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>84.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_84'>NEUTRAL TANDEM INC</span>
  									</td>
  									<td>10,200</td>
  									<td>$232,050</td>
  									<td>0.61</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>85.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_85'>ODYSSEY HEALTHCARE INC</span>
  									</td>
  									<td>14,800</td>
  									<td>$230,584</td>
  									<td>0.61</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>86.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_86'>AFFYMAX INC</span>
  									</td>
  									<td>9,000</td>
  									<td>$222,660</td>
  									<td>0.59</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>87.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_87'>VITAMIN SHOPPE INC</span>
  									</td>
  									<td>9,890</td>
  									<td>$219,953</td>
  									<td>0.58</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>88.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_88'>DOLAN MEDIA COMPANY</span>
  									</td>
  									<td>21,200</td>
  									<td>$216,452</td>
  									<td>0.57</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>89.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_89'>GLOBAL DEFENSE TECHNOLOGY</span>
  									</td>
  									<td>12,882</td>
  									<td>$212,037</td>
  									<td>0.56</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>90.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_90'>INTERSIL CORP -CL A</span>
  									</td>
  									<td>13,400</td>
  									<td>$205,556</td>
  									<td>0.54</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>91.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_91'>CARTER'S INC</span>
  									</td>
  									<td>7,800</td>
  									<td>$204,750</td>
  									<td>0.54</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>92.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_92'>OSI PHARMACEUTICALS INC</span>
  									</td>
  									<td>6,500</td>
  									<td>$201,695</td>
  									<td>0.53</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>93.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_93'>HANGER ORTHOPEDIC GROUP INC</span>
  									</td>
  									<td>14,200</td>
  									<td>$196,386</td>
  									<td>0.52</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>94.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_94'>ALLIANCE HEALTHCARE SERVICE</span>
  									</td>
  									<td>34,300</td>
  									<td>$195,853</td>
  									<td>0.52</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>95.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_95'>ARTIO GLOBAL INVESTORS INC</span>
  									</td>
  									<td>7,609</td>
  									<td>$193,953</td>
  									<td>0.51</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>96.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_96'>VITACOST.COM INC</span>
  									</td>
  									<td>18,528</td>
  									<td>$193,061</td>
  									<td>0.51</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>97.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_97'>EINSTEIN NOAH RESTAURANT GRO</span>
  									</td>
  									<td>19,400</td>
  									<td>$190,702</td>
  									<td>0.50</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>98.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_98'>APPROACH RESOURCES INC</span>
  									</td>
  									<td>24,300</td>
  									<td>$187,596</td>
  									<td>0.50</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>99.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_99'>PIPER JAFFRAY COS</span>
  									</td>
  									<td>3,700</td>
  									<td>$187,257</td>
  									<td>0.49</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>100.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_100'>HURON CONSULTING GROUP INC</span>
  									</td>
  									<td>7,950</td>
  									<td>$183,168</td>
  									<td>0.48</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>101.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_101'>DUFF & PHELPS CORP-CL A</span>
  									</td>
  									<td>10,018</td>
  									<td>$182,928</td>
  									<td>0.48</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>102.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_102'>TETRA TECH INC</span>
  									</td>
  									<td>6,700</td>
  									<td>$182,039</td>
  									<td>0.48</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>103.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_103'>KAYDON CORP</span>
  									</td>
  									<td>5,000</td>
  									<td>$178,800</td>
  									<td>0.47</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>104.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_104'>INFORMATION SERVICES GROUP</span>
  									</td>
  									<td>51,500</td>
  									<td>$163,255</td>
  									<td>0.43</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>105.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_105'>THOMAS WEISEL PARTNERS GROUP</span>
  									</td>
  									<td>42,000</td>
  									<td>$158,760</td>
  									<td>0.42</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>106.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_106'>BLUE COAT SYSTEMS INC</span>
  									</td>
  									<td>4,900</td>
  									<td>$139,846</td>
  									<td>0.37</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>107.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_107'>CALAVO GROWERS INC</span>
  									</td>
  									<td>7,900</td>
  									<td>$134,300</td>
  									<td>0.35</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>108.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_108'>ITRON INC</span>
  									</td>
  									<td>1,293</td>
  									<td>$87,368</td>
  									<td>0.23</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>109.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_109'>LENDER PROCESSING SERVICES</span>
  									</td>
  									<td>1,700</td>
  									<td>$69,122</td>
  									<td>0.18</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>110.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_110'>PALM INC</span>
  									</td>
  									<td>5,600</td>
  									<td>$56,224</td>
  									<td>0.15</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>111.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_111'>F5 NETWORKS INC</span>
  									</td>
  									<td>500</td>
  									<td>$26,490</td>
  									<td>0.07</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>112.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_112'>TITAN MACHINERY INC</span>
  									</td>
  									<td>2,014</td>
  									<td>$23,241</td>
  									<td>0.06</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'></td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_113'>Other Assets less Liabilities</span>
  									</td>
  									<td></td>
  									<td>$217,154</td>
  									<td>0.57</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHolding' colspan='3'><b>Net Assets</b></td>
  									<td>$37,859,390</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>SLFRX</td>
    							<td>816334106</td>
    							<td>12/10/1984</td>
    						</tr>
    					
    						<tr>
    							<td class='rowHeader'>Class B</td>
    							<td>SLFBX</td>
    							<td>816334304</td>
    							<td>04/22/1996</td>
    						</tr>
    					
    						<tr>
    							<td class='rowHeader'>Class C</td>
    							<td>SLFCX</td>
    							<td>816334403</td>
    							<td>05/27/1999</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>




