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


	     </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 == 57) {
						return 'categoryOn';
					}
				}
				return 'category';
			}
			else {
				if('fund_id' in item && item.fund_id == 57) {
					return 'fundOn';
				}
				else {
					return 'fund';
				}
			}
			</script>

		</div>




		<noscript id='searchNav'>
		<ul>
		
			<li>All Funds<ul>
			
				
					<li><a href='/fund/list/by-name/'>By Name</a></li>
				
			
				
					<li><a href='/fund/list/by-category/'>By Category</a></li>
				
			
			</ul></li>
		
			<li>Advanced Alpha Strategies<ul>
			
				
					<li><a href='/fund/view/fund-111'>RiverSource 120/20 Contrarian Equity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-112'>RiverSource Absolute Return Currency and Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-213'>Threadneedle Global Extended Alpha Fund</a></li>
				
			
			</ul></li>
		
			<li>Advice-Built Solutions<ul>
			
				
					<li><a href='/fund/view/fund-113'>RiverSource Balanced Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-132'>RiverSource Income Builder Basic Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-133'>RiverSource Income Builder Enhanced Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-134'>RiverSource Income Builder Moderate Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-157'>RiverSource Portfolio Builder Aggressive Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-158'>RiverSource Portfolio Builder Conservative Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-159'>RiverSource Portfolio Builder Moderate Aggressive Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-160'>RiverSource Portfolio Builder Moderate Conservative Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-161'>RiverSource Portfolio Builder Moderate Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-162'>RiverSource Portfolio Builder Total Equity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-166'>RiverSource Retirement Plus 2010 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-167'>RiverSource Retirement Plus 2015 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-168'>RiverSource Retirement Plus 2020 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-169'>RiverSource Retirement Plus 2025 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-170'>RiverSource Retirement Plus 2030 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-171'>RiverSource Retirement Plus 2035 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-172'>RiverSource Retirement Plus 2040 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-173'>RiverSource Retirement Plus 2045 Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-179'>RiverSource Strategic Allocation Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-46'>Seligman TargETFund 2015</a></li>
				
			
				
					<li><a href='/fund/view/fund-45'>Seligman TargETFund 2025</a></li>
				
			
				
					<li><a href='/fund/view/fund-44'>Seligman TargETFund 2035</a></li>
				
			
				
					<li><a href='/fund/view/fund-43'>Seligman TargETFund 2045</a></li>
				
			
				
					<li><a href='/fund/view/fund-47'>Seligman TargETFund Core</a></li>
				
			
			</ul></li>
		
			<li>Growth Funds<ul>
			
				
					<li><a href='/fund/view/fund-118'>RiverSource Disciplined Large Cap Growth Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-141'>RiverSource Mid Cap Growth Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-145'>RiverSource Partners Aggressive Growth Fund (Merged with RiverSource Mid Cap Growth Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-152'>RiverSource Partners Small Cap Growth Fund (Merged with Seligman Frontier Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-7'>Seligman Capital Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-1'>Seligman Communications and Information Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-4'>Seligman Frontier Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-8'>Seligman Growth Fund</a></li>
				
			
			</ul></li>
		
			<li>Blend Funds<ul>
			
				
					<li><a href='/fund/view/fund-116'>RiverSource Disciplined Equity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-120'>RiverSource Disciplined Small and Mid Cap Equity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-151'>RiverSource Partners Small Cap Equity Fund (Merged with Seligman Smaller-Cap Value Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-163'>RiverSource Precious Metals and Mining Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-165'>RiverSource Recovery and Infrastructure Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-177'>RiverSource Small Company Index Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-178'>RiverSource S&P 500 Index Fund</a></li>
				
			
			</ul></li>
		
			<li>Value Funds<ul>
			
				
					<li><a href='/fund/view/fund-119'>RiverSource Disciplined Large Cap Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-121'>RiverSource Disciplined Small Cap Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-123'>RiverSource Diversified Equity Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-124'>RiverSource Dividend Opportunity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-126'>RiverSource Equity Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-14'>RiverSource LaSalle Monthly Dividend Real Estate Fund (Formerly Seligman LaSalle Monthly Dividend Real Estate Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-142'>RiverSource Mid Cap Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-146'>RiverSource Partners Fundamental Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-150'>RiverSource Partners Select Value Fund (Merged with RiverSource Mid Cap Value Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-153'>RiverSource Partners Small Cap Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-164'>RiverSource Real Estate Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-10'>Seligman Large-Cap Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-6'>Seligman Smaller-Cap Value Fund</a></li>
				
			
			</ul></li>
		
			<li>Global/International Funds<ul>
			
				
					<li><a href='/fund/view/fund-117'>RiverSource Disciplined International Equity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-15'>RiverSource LaSalle Global Real Estate Fund (Formerly Seligman LaSalle Global Real Estate Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-147'>RiverSource Partners International Select Growth Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-148'>RiverSource Partners International Select Value Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-149'>RiverSource Partners International Small Cap Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-5'>Seligman Global Smaller Companies Fund (Merged with RiverSource Partners International Small Cap Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-3'>Seligman Global Technology Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-209'>Threadneedle Emerging Markets Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-210'>Threadneedle European Equity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-211'>Threadneedle Global Equity Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-212'>Threadneedle Global Equity Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-214'>Threadneedle International Opportunity Fund</a></li>
				
			
			</ul></li>
		
			<li>Taxable Income Funds<ul>
			
				
					<li><a href='/fund/view/fund-115'>RiverSource Cash Management Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-122'>RiverSource Diversified Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-125'>RiverSource Emerging Markets Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-127'>RiverSource Floating Rate Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-128'>RiverSource Global Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-38'>RiverSource Government Money Market Fund (Formerly Seligman Cash Management Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-131'>RiverSource High Yield Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-135'>RiverSource Income Opportunities Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-136'>RiverSource Inflation Protected Securities Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-140'>RiverSource Limited Duration Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-174'>RiverSource Short Duration U.S. Government Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-180'>RiverSource Strategic Income Allocation Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-184'>RiverSource U.S. Government Mortgage Fund</a></li>
				
			
			</ul></li>
		
			<li>Tax-Exempt Income Funds<ul>
			
				
					<li><a href='/fund/view/fund-114'>RiverSource California Tax-Exempt Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-137'>RiverSource Intermediate Tax-Exempt Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-143'>RiverSource Minnesota Tax-Exempt Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-144'>RiverSource New York Tax-Exempt Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-181'>RiverSource Tax-Exempt Bond Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-182'>RiverSource Tax-Exempt High Income Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-183'>RiverSource Tax-Exempt Money Market Fund (Merged with RiverSource Government Money Market Fund)</a></li>
				
			
				
					<li><a href='/fund/view/fund-28'>Seligman Cal. Municipal High-Yield Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-29'>Seligman Cal. Municipal Quality Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-20'>Seligman Minnesota Municipal Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-23'>Seligman National Municipal Fund</a></li>
				
			
				
					<li><a href='/fund/view/fund-21'>Seligman New York Municipal Fund</a></li>
				
			
			</ul></li>
		
			<li>Closed End Funds<ul>
			
				
					<li><a href='/fund/view/fund-58'>RiverSource LaSalle International Real Estate Fund (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-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-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>


				</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 />
</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 />

</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','holdings','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='/pdf/factsheets/fs_fund_smallcap_value_portfolio.pdf' target='_blank'>Seligman Smaller-Cap Value Portfolio</a>
					
					
				</p>
				<p class='notices'>
				
				
				
				
				</p>
				
				
                		<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 June 30, 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 1
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>22.98</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-8.92</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>1.06</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>8.54</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 05/01/1998
								</td>
								<td>8.60</td>
								<td>n/a</td>
							</tr>
						
						

						

						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class 2
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>22.62</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-9.13</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>0.86</td>
								<td>n/a</td>
							</tr>
						
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 05/01/2001
								</td>
								<td>6.36</td>
								<td>n/a</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 August 31, 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 1
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>13.18</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-7.45</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>0.89</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>7.38</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 05/01/1998
								</td>
								<td>8.71</td>
								<td>n/a</td>
							</tr>
						
						

						


						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class 2
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>13.02</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-7.61</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>0.70</td>
								<td>n/a</td>
							</tr>
						
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 05/01/2001
								</td>
								<td>6.56</td>
								<td>n/a</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 April 30, 2011</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 1
							</td>
							<td>1.22</td>
							<td>1.02</td>
							</tr>
						
							<tr><td class='rowHeader'>
								Class 2
							</td>
							<td>1.47</td>
							<td>1.27</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 July 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'>F5 NETWORKS INC</td>
									<td>4.80</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>2. </td>
									<td class='rowHeaderHolding'>CONTINENTAL AIRLINES-CLASS B</td>
									<td>4.37</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>3. </td>
									<td class='rowHeaderHolding'>CUBIC CORP</td>
									<td>3.54</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>4. </td>
									<td class='rowHeaderHolding'>HERBALIFE LTD</td>
									<td>3.52</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>5. </td>
									<td class='rowHeaderHolding'>QUEST SOFTWARE INC</td>
									<td>3.52</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>6. </td>
									<td class='rowHeaderHolding'>DELTA AIR LINES INC</td>
									<td>3.50</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>7. </td>
									<td class='rowHeaderHolding'>LAWSON SOFTWARE INC</td>
									<td>3.39</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>8. </td>
									<td class='rowHeaderHolding'>WASTE CONNECTIONS INC</td>
									<td>3.33</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>9. </td>
									<td class='rowHeaderHolding'>ASPEN INSURANCE HOLDINGS LTD</td>
									<td>3.29</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>10. </td>
									<td class='rowHeaderHolding'>LINCOLN NATIONAL CORP</td>
									<td>3.13</td>
									</tr>
							
							</table><p>
							<p class='asOfText'>The top 10 holdings represent 36.40 % of the Fund's net assets.</p>
						</div>
						
						
							
							
				                		<div dojoType="dijit.TitlePane" class="innerPane" id="pane3_quarter_1" open='false' doLayout='true' title="Full Holdings for month ending July 2010">
							
								<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'>F5 NETWORKS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_1'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45201020 <br />-->
												<b>Cusip</b>: 315616102
												</div>
											</div>
										</td>
										<td>50,000</td>
										<td>$4,391,500</td>
										<td>4.80 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>2.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_2'>CONTINENTAL AIRLINES-CLASS B</span>
											<div dojoType='dijit.Tooltip' connectId='sec_2'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20302010 <br />-->
												<b>Cusip</b>: 210795308
												</div>
											</div>
										</td>
										<td>160,000</td>
										<td>$4,003,200</td>
										<td>4.37 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>3.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_3'>CUBIC CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_3'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20101010 <br />-->
												<b>Cusip</b>: 229669106
												</div>
											</div>
										</td>
										<td>80,000</td>
										<td>$3,241,600</td>
										<td>3.54 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>4.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_4'>HERBALIFE LTD</span>
											<div dojoType='dijit.Tooltip' connectId='sec_4'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 30302010 <br />-->
												<b>Cusip</b>: G4412G101
												</div>
											</div>
										</td>
										<td>65,000</td>
										<td>$3,226,600</td>
										<td>3.52 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>5.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_5'>QUEST SOFTWARE INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_5'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45103010 <br />-->
												<b>Cusip</b>: 74834T103
												</div>
											</div>
										</td>
										<td>160,000</td>
										<td>$3,225,600</td>
										<td>3.52 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>6.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_6'>DELTA AIR LINES INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_6'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20302010 <br />-->
												<b>Cusip</b>: 247361702
												</div>
											</div>
										</td>
										<td>270,000</td>
										<td>$3,207,600</td>
										<td>3.50 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>7.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_7'>LAWSON SOFTWARE INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_7'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45103010 <br />-->
												<b>Cusip</b>: 52078P102
												</div>
											</div>
										</td>
										<td>390,000</td>
										<td>$3,108,300</td>
										<td>3.39 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>8.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_8'>WASTE CONNECTIONS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_8'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20201050 <br />-->
												<b>Cusip</b>: 941053100
												</div>
											</div>
										</td>
										<td>80,000</td>
										<td>$3,053,600</td>
										<td>3.33 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>9.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_9'>ASPEN INSURANCE HOLDINGS LTD</span>
											<div dojoType='dijit.Tooltip' connectId='sec_9'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301040 <br />-->
												<b>Cusip</b>: G05384105
												</div>
											</div>
										</td>
										<td>110,000</td>
										<td>$3,008,500</td>
										<td>3.29 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>10.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_10'>LINCOLN NATIONAL CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_10'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301020 <br />-->
												<b>Cusip</b>: 534187109
												</div>
											</div>
										</td>
										<td>110,000</td>
										<td>$2,864,400</td>
										<td>3.13 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>11.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_11'>HANOVER INSURANCE GROUP INC/</span>
											<div dojoType='dijit.Tooltip' connectId='sec_11'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301040 <br />-->
												<b>Cusip</b>: 410867105
												</div>
											</div>
										</td>
										<td>65,000</td>
										<td>$2,848,950</td>
										<td>3.11 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>12.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_12'>ENERSYS</span>
											<div dojoType='dijit.Tooltip' connectId='sec_12'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20104010 <br />-->
												<b>Cusip</b>: 29275Y102
												</div>
											</div>
										</td>
										<td>117,500</td>
										<td>$2,845,850</td>
										<td>3.11 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>13.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_13'>WR BERKLEY CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_13'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301040 <br />-->
												<b>Cusip</b>: 084423102
												</div>
											</div>
										</td>
										<td>105,000</td>
										<td>$2,836,050</td>
										<td>3.10 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>14.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_14'>ENDURANCE SPECIALTY HOLDINGS</span>
											<div dojoType='dijit.Tooltip' connectId='sec_14'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301050 <br />-->
												<b>Cusip</b>: G30397106
												</div>
											</div>
										</td>
										<td>70,000</td>
										<td>$2,701,300</td>
										<td>2.95 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>15.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_15'>TEXAS ROADHOUSE INC-CLASS A</span>
											<div dojoType='dijit.Tooltip' connectId='sec_15'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 25301040 <br />-->
												<b>Cusip</b>: 882681109
												</div>
											</div>
										</td>
										<td>190,000</td>
										<td>$2,561,200</td>
										<td>2.80 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>16.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_16'>PENN NATIONAL GAMING INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_16'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 25301010 <br />-->
												<b>Cusip</b>: 707569109
												</div>
											</div>
										</td>
										<td>90,000</td>
										<td>$2,465,100</td>
										<td>2.69 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>17.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_17'>WELLCARE HEALTH PLANS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_17'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 35102030 <br />-->
												<b>Cusip</b>: 94946T106
												</div>
											</div>
										</td>
										<td>95,000</td>
										<td>$2,450,050</td>
										<td>2.68 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>18.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_18'>CACI INTERNATIONAL INC -CL A</span>
											<div dojoType='dijit.Tooltip' connectId='sec_18'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45102010 <br />-->
												<b>Cusip</b>: 127190304
												</div>
											</div>
										</td>
										<td>50,000</td>
										<td>$2,351,000</td>
										<td>2.57 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>19.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_19'>TETRA TECHNOLOGIES INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_19'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 10101020 <br />-->
												<b>Cusip</b>: 88162F105
												</div>
											</div>
										</td>
										<td>210,000</td>
										<td>$2,188,200</td>
										<td>2.39 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>20.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_20'>INFINITY PROPERTY & CASUALTY</span>
											<div dojoType='dijit.Tooltip' connectId='sec_20'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301040 <br />-->
												<b>Cusip</b>: 45665Q103
												</div>
											</div>
										</td>
										<td>45,000</td>
										<td>$2,161,800</td>
										<td>2.36 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>21.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_21'>SCHOOL SPECIALTY INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_21'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20202020 <br />-->
												<b>Cusip</b>: 807863105
												</div>
											</div>
										</td>
										<td>112,000</td>
										<td>$2,147,040</td>
										<td>2.34 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>22.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_22'>CYPRESS SEMICONDUCTOR CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_22'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45301020 <br />-->
												<b>Cusip</b>: 232806109
												</div>
											</div>
										</td>
										<td>200,000</td>
										<td>$2,120,000</td>
										<td>2.32 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>23.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_23'>MUELLER INDUSTRIES INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_23'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20106020 <br />-->
												<b>Cusip</b>: 624756102
												</div>
											</div>
										</td>
										<td>85,000</td>
										<td>$2,101,200</td>
										<td>2.29 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>24.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_24'>MINERALS TECHNOLOGIES INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_24'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 15101050 <br />-->
												<b>Cusip</b>: 603158106
												</div>
											</div>
										</td>
										<td>40,000</td>
										<td>$2,086,800</td>
										<td>2.28 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>25.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_25'>SOTHEBY'S</span>
											<div dojoType='dijit.Tooltip' connectId='sec_25'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 25302020 <br />-->
												<b>Cusip</b>: 835898107
												</div>
											</div>
										</td>
										<td>75,000</td>
										<td>$2,034,750</td>
										<td>2.22 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>26.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_26'>BELDEN INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_26'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20104010 <br />-->
												<b>Cusip</b>: 077454106
												</div>
											</div>
										</td>
										<td>85,000</td>
										<td>$2,030,650</td>
										<td>2.22 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>27.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_27'>SHAW GROUP INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_27'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20103010 <br />-->
												<b>Cusip</b>: 820280105
												</div>
											</div>
										</td>
										<td>60,000</td>
										<td>$1,922,400</td>
										<td>2.10 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>28.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_28'>EXTERRAN HOLDINGS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_28'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 10101020 <br />-->
												<b>Cusip</b>: 30225X103
												</div>
											</div>
										</td>
										<td>70,000</td>
										<td>$1,866,900</td>
										<td>2.04 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>29.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_29'>THOMAS & BETTS CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_29'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20104010 <br />-->
												<b>Cusip</b>: 884315102
												</div>
											</div>
										</td>
										<td>46,500</td>
										<td>$1,843,260</td>
										<td>2.01 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>30.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_30'>ON SEMICONDUCTOR CORPORATION</span>
											<div dojoType='dijit.Tooltip' connectId='sec_30'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45301020 <br />-->
												<b>Cusip</b>: 682189105
												</div>
											</div>
										</td>
										<td>263,600</td>
										<td>$1,779,300</td>
										<td>1.94 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>31.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_31'>CENTRAL EURO DISTRIBUTION CP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_31'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 30201020 <br />-->
												<b>Cusip</b>: 153435102
												</div>
											</div>
										</td>
										<td>67,500</td>
										<td>$1,759,725</td>
										<td>1.92 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>32.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_32'>VARIAN SEMICONDUCTOR EQUIP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_32'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45301010 <br />-->
												<b>Cusip</b>: 922207105
												</div>
											</div>
										</td>
										<td>60,950</td>
										<td>$1,722,447</td>
										<td>1.88 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>33.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_33'>CYTEC INDUSTRIES INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_33'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 15101050 <br />-->
												<b>Cusip</b>: 232820100
												</div>
											</div>
										</td>
										<td>30,400</td>
										<td>$1,517,568</td>
										<td>1.66 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>34.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_34'>SMITHFIELD FOODS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_34'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 30202030 <br />-->
												<b>Cusip</b>: 832248108
												</div>
											</div>
										</td>
										<td>100,000</td>
										<td>$1,425,000</td>
										<td>1.56 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>35.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_35'>ECLIPSYS CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_35'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 35103010 <br />-->
												<b>Cusip</b>: 278856109
												</div>
											</div>
										</td>
										<td>65,000</td>
										<td>$1,281,150</td>
										<td>1.40 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>36.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_36'>OWENS-ILLINOIS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_36'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 15103010 <br />-->
												<b>Cusip</b>: 690768403
												</div>
											</div>
										</td>
										<td>45,000</td>
										<td>$1,244,250</td>
										<td>1.36 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>37.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_37'>AEGEAN MARINE PETROLEUM NETW.</span>
											<div dojoType='dijit.Tooltip' connectId='sec_37'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20305030 <br />-->
												<b>Cusip</b>: Y0017S102
												</div>
											</div>
										</td>
										<td>55,000</td>
										<td>$1,130,800</td>
										<td>1.23 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>38.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_38'>BRINK'S CO/THE</span>
											<div dojoType='dijit.Tooltip' connectId='sec_38'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20201080 <br />-->
												<b>Cusip</b>: 109696104
												</div>
											</div>
										</td>
										<td>50,000</td>
										<td>$1,095,000</td>
										<td>1.20 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>39.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_39'>DOUGLAS DYNAMICS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_39'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20106010 <br />-->
												<b>Cusip</b>: 25960R105
												</div>
											</div>
										</td>
										<td>70,453</td>
										<td>$834,868</td>
										<td>0.91 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>40.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_40'>ANALOGIC CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_40'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 35101010 <br />-->
												<b>Cusip</b>: 032657207
												</div>
											</div>
										</td>
										<td>17,400</td>
										<td>$791,178</td>
										<td>0.86 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>41.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_41'>NAVISTAR INTERNATIONAL</span>
											<div dojoType='dijit.Tooltip' connectId='sec_41'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20106010 <br />-->
												<b>Cusip</b>: 63934E108
												</div>
											</div>
										</td>
										<td>3,000</td>
										<td>$155,130</td>
										<td>0.17 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>42.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_42'>RVS SHORT TERM CASH  0.000%  12/31/2010</span>
											<div dojoType='dijit.Tooltip' connectId='sec_42'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: OTHF <br />-->
												<b>Cusip</b>: 76932H105
												</div>
											</div>
										</td>
										<td>43,472.4</td>
										<td>$43,472</td>
										<td>0.05 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'></td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_43'>Other Assets less Liabilities</span>
											<div dojoType='dijit.Tooltip' connectId='sec_43'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>:  <br />-->
												<b>Cusip</b>: 
												</div>
											</div>
										</td>
										<td></td>
										<td>$-109,594</td>
										<td>-0.12 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHolding' colspan='3'><b>Net Assets</b></td>
										<td>$91,563,693</td>
										<td>100.00 %</td>
									</tr>

								</table><p>

								</div>
							
							
				                		<div dojoType="dijit.TitlePane" class="innerPane" id="pane3_quarter_2" open='false' doLayout='true' title="Full Holdings for month ending June 2010">
							
								<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'>F5 NETWORKS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_1'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45201020 <br />-->
												<b>Cusip</b>: 315616102
												</div>
											</div>
										</td>
										<td>53,500</td>
										<td>$3,668,495</td>
										<td>4.27 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>2.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_2'>CONTINENTAL AIRLINES-CLASS B</span>
											<div dojoType='dijit.Tooltip' connectId='sec_2'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20302010 <br />-->
												<b>Cusip</b>: 210795308
												</div>
											</div>
										</td>
										<td>160,000</td>
										<td>$3,520,000</td>
										<td>4.10 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>3.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_3'>DELTA AIR LINES INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_3'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20302010 <br />-->
												<b>Cusip</b>: 247361702
												</div>
											</div>
										</td>
										<td>270,000</td>
										<td>$3,172,500</td>
										<td>3.69 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>4.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_4'>QUEST SOFTWARE INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_4'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45103010 <br />-->
												<b>Cusip</b>: 74834T103
												</div>
											</div>
										</td>
										<td>175,000</td>
										<td>$3,157,000</td>
										<td>3.67 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>5.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_5'>HERBALIFE LTD</span>
											<div dojoType='dijit.Tooltip' connectId='sec_5'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 30302010 <br />-->
												<b>Cusip</b>: G4412G101
												</div>
											</div>
										</td>
										<td>65,000</td>
										<td>$2,993,250</td>
										<td>3.48 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>6.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_6'>LINCOLN NATIONAL CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_6'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301020 <br />-->
												<b>Cusip</b>: 534187109
												</div>
											</div>
										</td>
										<td>120,000</td>
										<td>$2,914,800</td>
										<td>3.39 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>7.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_7'>CUBIC CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_7'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20101010 <br />-->
												<b>Cusip</b>: 229669106
												</div>
											</div>
										</td>
										<td>80,000</td>
										<td>$2,910,400</td>
										<td>3.39 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>8.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_8'>LAWSON SOFTWARE INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_8'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45103010 <br />-->
												<b>Cusip</b>: 52078P102
												</div>
											</div>
										</td>
										<td>390,000</td>
										<td>$2,847,000</td>
										<td>3.31 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>9.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_9'>HANOVER INSURANCE GROUP INC/</span>
											<div dojoType='dijit.Tooltip' connectId='sec_9'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301040 <br />-->
												<b>Cusip</b>: 410867105
												</div>
											</div>
										</td>
										<td>65,000</td>
										<td>$2,827,500</td>
										<td>3.29 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>10.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_10'>WASTE CONNECTIONS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_10'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20201050 <br />-->
												<b>Cusip</b>: 941053100
												</div>
											</div>
										</td>
										<td>80,000</td>
										<td>$2,791,200</td>
										<td>3.25 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>11.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_11'>WR BERKLEY CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_11'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301040 <br />-->
												<b>Cusip</b>: 084423102
												</div>
											</div>
										</td>
										<td>105,000</td>
										<td>$2,778,300</td>
										<td>3.23 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>12.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_12'>ASPEN INSURANCE HOLDINGS LTD</span>
											<div dojoType='dijit.Tooltip' connectId='sec_12'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301040 <br />-->
												<b>Cusip</b>: G05384105
												</div>
											</div>
										</td>
										<td>110,000</td>
										<td>$2,721,400</td>
										<td>3.17 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>13.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_13'>ENDURANCE SPECIALTY HOLDINGS</span>
											<div dojoType='dijit.Tooltip' connectId='sec_13'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301050 <br />-->
												<b>Cusip</b>: G30397106
												</div>
											</div>
										</td>
										<td>70,000</td>
										<td>$2,627,100</td>
										<td>3.06 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>14.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_14'>TEXAS ROADHOUSE INC-CLASS A</span>
											<div dojoType='dijit.Tooltip' connectId='sec_14'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 25301040 <br />-->
												<b>Cusip</b>: 882681109
												</div>
											</div>
										</td>
										<td>200,000</td>
										<td>$2,524,000</td>
										<td>2.94 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>15.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_15'>ENERSYS</span>
											<div dojoType='dijit.Tooltip' connectId='sec_15'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20104010 <br />-->
												<b>Cusip</b>: 29275Y102
												</div>
											</div>
										</td>
										<td>117,500</td>
										<td>$2,510,975</td>
										<td>2.92 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>16.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_16'>WELLCARE HEALTH PLANS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_16'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 35102030 <br />-->
												<b>Cusip</b>: 94946T106
												</div>
											</div>
										</td>
										<td>90,000</td>
										<td>$2,136,600</td>
										<td>2.49 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>17.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_17'>CACI INTERNATIONAL INC -CL A</span>
											<div dojoType='dijit.Tooltip' connectId='sec_17'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45102010 <br />-->
												<b>Cusip</b>: 127190304
												</div>
											</div>
										</td>
										<td>50,000</td>
										<td>$2,124,000</td>
										<td>2.47 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>18.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_18'>MUELLER INDUSTRIES INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_18'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20106020 <br />-->
												<b>Cusip</b>: 624756102
												</div>
											</div>
										</td>
										<td>85,000</td>
										<td>$2,091,000</td>
										<td>2.43 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>19.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_19'>PENN NATIONAL GAMING INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_19'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 25301010 <br />-->
												<b>Cusip</b>: 707569109
												</div>
											</div>
										</td>
										<td>90,000</td>
										<td>$2,079,000</td>
										<td>2.42 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>20.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_20'>INFINITY PROPERTY & CASUALTY</span>
											<div dojoType='dijit.Tooltip' connectId='sec_20'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301040 <br />-->
												<b>Cusip</b>: 45665Q103
												</div>
											</div>
										</td>
										<td>45,000</td>
										<td>$2,078,100</td>
										<td>2.42 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>21.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_21'>SHAW GROUP INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_21'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20103010 <br />-->
												<b>Cusip</b>: 820280105
												</div>
											</div>
										</td>
										<td>60,000</td>
										<td>$2,053,200</td>
										<td>2.39 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>22.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_22'>SCHOOL SPECIALTY INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_22'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20202020 <br />-->
												<b>Cusip</b>: 807863105
												</div>
											</div>
										</td>
										<td>112,000</td>
										<td>$2,023,840</td>
										<td>2.35 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>23.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_23'>CYPRESS SEMICONDUCTOR CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_23'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45301020 <br />-->
												<b>Cusip</b>: 232806109
												</div>
											</div>
										</td>
										<td>200,000</td>
										<td>$2,008,000</td>
										<td>2.34 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>24.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_24'>TETRA TECHNOLOGIES INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_24'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 10101020 <br />-->
												<b>Cusip</b>: 88162F105
												</div>
											</div>
										</td>
										<td>210,000</td>
										<td>$1,906,800</td>
										<td>2.22 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>25.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_25'>MINERALS TECHNOLOGIES INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_25'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 15101050 <br />-->
												<b>Cusip</b>: 603158106
												</div>
											</div>
										</td>
										<td>40,000</td>
										<td>$1,901,600</td>
										<td>2.21 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>26.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_26'>BELDEN INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_26'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20104010 <br />-->
												<b>Cusip</b>: 077454106
												</div>
											</div>
										</td>
										<td>85,000</td>
										<td>$1,870,000</td>
										<td>2.18 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>27.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_27'>EXTERRAN HOLDINGS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_27'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 10101020 <br />-->
												<b>Cusip</b>: 30225X103
												</div>
											</div>
										</td>
										<td>70,000</td>
										<td>$1,806,700</td>
										<td>2.10 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>28.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_28'>VARIAN SEMICONDUCTOR EQUIP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_28'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45301010 <br />-->
												<b>Cusip</b>: 922207105
												</div>
											</div>
										</td>
										<td>60,950</td>
										<td>$1,746,827</td>
										<td>2.03 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>29.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_29'>SOTHEBY'S</span>
											<div dojoType='dijit.Tooltip' connectId='sec_29'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 25302020 <br />-->
												<b>Cusip</b>: 835898107
												</div>
											</div>
										</td>
										<td>75,000</td>
										<td>$1,715,250</td>
										<td>2.00 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>30.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_30'>ON SEMICONDUCTOR CORPORATION</span>
											<div dojoType='dijit.Tooltip' connectId='sec_30'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45301020 <br />-->
												<b>Cusip</b>: 682189105
												</div>
											</div>
										</td>
										<td>263,600</td>
										<td>$1,681,768</td>
										<td>1.96 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>31.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_31'>THOMAS & BETTS CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_31'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20104010 <br />-->
												<b>Cusip</b>: 884315102
												</div>
											</div>
										</td>
										<td>46,500</td>
										<td>$1,613,550</td>
										<td>1.88 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>32.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_32'>ECLIPSYS CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_32'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 35103010 <br />-->
												<b>Cusip</b>: 278856109
												</div>
											</div>
										</td>
										<td>85,000</td>
										<td>$1,516,400</td>
										<td>1.76 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>33.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_33'>SMITHFIELD FOODS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_33'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 30202030 <br />-->
												<b>Cusip</b>: 832248108
												</div>
											</div>
										</td>
										<td>100,000</td>
										<td>$1,490,000</td>
										<td>1.73 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>34.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_34'>CENTRAL EURO DISTRIBUTION CP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_34'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 30201020 <br />-->
												<b>Cusip</b>: 153435102
												</div>
											</div>
										</td>
										<td>67,500</td>
										<td>$1,443,150</td>
										<td>1.68 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>35.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_35'>FRED'S INC-CLASS A</span>
											<div dojoType='dijit.Tooltip' connectId='sec_35'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 25503020 <br />-->
												<b>Cusip</b>: 356108100
												</div>
											</div>
										</td>
										<td>110,000</td>
										<td>$1,216,600</td>
										<td>1.42 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>36.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_36'>OWENS-ILLINOIS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_36'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 15103010 <br />-->
												<b>Cusip</b>: 690768403
												</div>
											</div>
										</td>
										<td>45,000</td>
										<td>$1,190,250</td>
										<td>1.38 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>37.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_37'>AEGEAN MARINE PETROLEUM NETW.</span>
											<div dojoType='dijit.Tooltip' connectId='sec_37'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20305030 <br />-->
												<b>Cusip</b>: Y0017S102
												</div>
											</div>
										</td>
										<td>52,600</td>
										<td>$1,050,948</td>
										<td>1.22 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>38.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_38'>BRINK'S CO/THE</span>
											<div dojoType='dijit.Tooltip' connectId='sec_38'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20201080 <br />-->
												<b>Cusip</b>: 109696104
												</div>
											</div>
										</td>
										<td>50,000</td>
										<td>$951,500</td>
										<td>1.11 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>39.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_39'>DOUGLAS DYNAMICS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_39'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20106010 <br />-->
												<b>Cusip</b>: 25960R105
												</div>
											</div>
										</td>
										<td>70,453</td>
										<td>$810,209</td>
										<td>0.94 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>40.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_40'>ANALOGIC CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_40'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 35101010 <br />-->
												<b>Cusip</b>: 032657207
												</div>
											</div>
										</td>
										<td>17,400</td>
										<td>$791,874</td>
										<td>0.92 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>41.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_41'>SELECT MEDICAL HOLDINGS CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_41'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 35102020 <br />-->
												<b>Cusip</b>: 81619Q105
												</div>
											</div>
										</td>
										<td>90,000</td>
										<td>$610,200</td>
										<td>0.71 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>42.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_42'>NAVISTAR INTERNATIONAL</span>
											<div dojoType='dijit.Tooltip' connectId='sec_42'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20106010 <br />-->
												<b>Cusip</b>: 63934E108
												</div>
											</div>
										</td>
										<td>3,000</td>
										<td>$147,600</td>
										<td>0.17 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>43.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_43'>RVS SHORT TERM CASH  0.000%  12/31/2010</span>
											<div dojoType='dijit.Tooltip' connectId='sec_43'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: OTHF <br />-->
												<b>Cusip</b>: 76932H105
												</div>
											</div>
										</td>
										<td>61,010.91</td>
										<td>$61,010</td>
										<td>0.07 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'></td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_44'>Other Assets less Liabilities</span>
											<div dojoType='dijit.Tooltip' connectId='sec_44'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>:  <br />-->
												<b>Cusip</b>: 
												</div>
											</div>
										</td>
										<td></td>
										<td>$-122,210</td>
										<td>-0.14 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHolding' colspan='3'><b>Net Assets</b></td>
										<td>$85,957,687</td>
										<td>100.00 %</td>
									</tr>

								</table><p>

								</div>
							
							
				                		<div dojoType="dijit.TitlePane" class="innerPane" id="pane3_quarter_3" open='false' doLayout='true' title="Full Holdings for month ending May 2010">
							
								<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'>F5 NETWORKS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_1'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45201020 <br />-->
												<b>Cusip</b>: 315616102
												</div>
											</div>
										</td>
										<td>55,000</td>
										<td>$3,868,150</td>
										<td>4.06 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>2.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_2'>DELTA AIR LINES INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_2'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20302010 <br />-->
												<b>Cusip</b>: 247361702
												</div>
											</div>
										</td>
										<td>275,000</td>
										<td>$3,734,500</td>
										<td>3.92 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>3.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_3'>QUEST SOFTWARE INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_3'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45103010 <br />-->
												<b>Cusip</b>: 74834T103
												</div>
											</div>
										</td>
										<td>175,000</td>
										<td>$3,387,125</td>
										<td>3.56 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>4.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_4'>CONTINENTAL AIRLINES-CLASS B</span>
											<div dojoType='dijit.Tooltip' connectId='sec_4'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20302010 <br />-->
												<b>Cusip</b>: 210795308
												</div>
											</div>
										</td>
										<td>160,000</td>
										<td>$3,376,000</td>
										<td>3.55 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>5.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_5'>SOTHEBY'S</span>
											<div dojoType='dijit.Tooltip' connectId='sec_5'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 25302020 <br />-->
												<b>Cusip</b>: 835898107
												</div>
											</div>
										</td>
										<td>100,000</td>
										<td>$3,250,000</td>
										<td>3.41 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>6.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_6'>LAWSON SOFTWARE INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_6'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45103010 <br />-->
												<b>Cusip</b>: 52078P102
												</div>
											</div>
										</td>
										<td>390,000</td>
										<td>$3,215,550</td>
										<td>3.38 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>7.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_7'>LINCOLN NATIONAL CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_7'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301020 <br />-->
												<b>Cusip</b>: 534187109
												</div>
											</div>
										</td>
										<td>120,000</td>
										<td>$3,175,200</td>
										<td>3.34 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>8.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_8'>HERBALIFE LTD</span>
											<div dojoType='dijit.Tooltip' connectId='sec_8'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 30302010 <br />-->
												<b>Cusip</b>: G4412G101
												</div>
											</div>
										</td>
										<td>70,000</td>
										<td>$3,160,500</td>
										<td>3.32 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>9.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_9'>TEXAS ROADHOUSE INC-CLASS A</span>
											<div dojoType='dijit.Tooltip' connectId='sec_9'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 25301040 <br />-->
												<b>Cusip</b>: 882681109
												</div>
											</div>
										</td>
										<td>200,000</td>
										<td>$2,920,000</td>
										<td>3.07 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>10.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_10'>CUBIC CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_10'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20101010 <br />-->
												<b>Cusip</b>: 229669106
												</div>
											</div>
										</td>
										<td>80,000</td>
										<td>$2,910,400</td>
										<td>3.06 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>11.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_11'>WR BERKLEY CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_11'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301040 <br />-->
												<b>Cusip</b>: 084423102
												</div>
											</div>
										</td>
										<td>105,000</td>
										<td>$2,862,300</td>
										<td>3.01 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>12.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_12'>HANOVER INSURANCE GROUP INC/</span>
											<div dojoType='dijit.Tooltip' connectId='sec_12'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301040 <br />-->
												<b>Cusip</b>: 410867105
												</div>
											</div>
										</td>
										<td>65,000</td>
										<td>$2,827,500</td>
										<td>2.97 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>13.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_13'>WASTE CONNECTIONS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_13'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20201050 <br />-->
												<b>Cusip</b>: 941053100
												</div>
											</div>
										</td>
										<td>80,000</td>
										<td>$2,816,800</td>
										<td>2.96 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>14.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_14'>ASPEN INSURANCE HOLDINGS LTD</span>
											<div dojoType='dijit.Tooltip' connectId='sec_14'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301040 <br />-->
												<b>Cusip</b>: G05384105
												</div>
											</div>
										</td>
										<td>110,000</td>
										<td>$2,778,600</td>
										<td>2.92 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>15.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_15'>ECLIPSYS CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_15'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 35103010 <br />-->
												<b>Cusip</b>: 278856109
												</div>
											</div>
										</td>
										<td>140,000</td>
										<td>$2,681,700</td>
										<td>2.82 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>16.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_16'>ENERSYS</span>
											<div dojoType='dijit.Tooltip' connectId='sec_16'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20104010 <br />-->
												<b>Cusip</b>: 29275Y102
												</div>
											</div>
										</td>
										<td>117,500</td>
										<td>$2,643,750</td>
										<td>2.78 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>17.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_17'>ENDURANCE SPECIALTY HOLDINGS</span>
											<div dojoType='dijit.Tooltip' connectId='sec_17'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301050 <br />-->
												<b>Cusip</b>: G30397106
												</div>
											</div>
										</td>
										<td>70,000</td>
										<td>$2,597,000</td>
										<td>2.73 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>18.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_18'>WELLCARE HEALTH PLANS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_18'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 35102030 <br />-->
												<b>Cusip</b>: 94946T106
												</div>
											</div>
										</td>
										<td>90,000</td>
										<td>$2,453,400</td>
										<td>2.58 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>19.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_19'>SCHOOL SPECIALTY INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_19'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20202020 <br />-->
												<b>Cusip</b>: 807863105
												</div>
											</div>
										</td>
										<td>112,000</td>
										<td>$2,406,880</td>
										<td>2.53 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>20.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_20'>INFINITY PROPERTY & CASUALTY</span>
											<div dojoType='dijit.Tooltip' connectId='sec_20'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301040 <br />-->
												<b>Cusip</b>: 45665Q103
												</div>
											</div>
										</td>
										<td>50,000</td>
										<td>$2,340,000</td>
										<td>2.46 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>21.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_21'>CACI INTERNATIONAL INC -CL A</span>
											<div dojoType='dijit.Tooltip' connectId='sec_21'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45102010 <br />-->
												<b>Cusip</b>: 127190304
												</div>
											</div>
										</td>
										<td>50,000</td>
										<td>$2,312,000</td>
										<td>2.43 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>22.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_22'>PENN NATIONAL GAMING INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_22'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 25301010 <br />-->
												<b>Cusip</b>: 707569109
												</div>
											</div>
										</td>
										<td>90,000</td>
										<td>$2,304,000</td>
										<td>2.42 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>23.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_23'>CYPRESS SEMICONDUCTOR CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_23'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45301020 <br />-->
												<b>Cusip</b>: 232806109
												</div>
											</div>
										</td>
										<td>200,000</td>
										<td>$2,278,000</td>
										<td>2.39 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>24.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_24'>MUELLER INDUSTRIES INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_24'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20106020 <br />-->
												<b>Cusip</b>: 624756102
												</div>
											</div>
										</td>
										<td>85,000</td>
										<td>$2,253,350</td>
										<td>2.37 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>25.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_25'>BELDEN INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_25'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20104010 <br />-->
												<b>Cusip</b>: 077454106
												</div>
											</div>
										</td>
										<td>85,000</td>
										<td>$2,201,500</td>
										<td>2.31 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>26.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_26'>MINERALS TECHNOLOGIES INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_26'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 15101050 <br />-->
												<b>Cusip</b>: 603158106
												</div>
											</div>
										</td>
										<td>40,000</td>
										<td>$2,138,000</td>
										<td>2.25 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>27.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_27'>TETRA TECHNOLOGIES INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_27'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 10101020 <br />-->
												<b>Cusip</b>: 88162F105
												</div>
											</div>
										</td>
										<td>210,000</td>
										<td>$2,112,600</td>
										<td>2.22 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>28.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_28'>SHAW GROUP INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_28'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20103010 <br />-->
												<b>Cusip</b>: 820280105
												</div>
											</div>
										</td>
										<td>60,000</td>
										<td>$2,046,600</td>
										<td>2.15 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>29.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_29'>ON SEMICONDUCTOR CORPORATION</span>
											<div dojoType='dijit.Tooltip' connectId='sec_29'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45301020 <br />-->
												<b>Cusip</b>: 682189105
												</div>
											</div>
										</td>
										<td>263,600</td>
										<td>$1,926,916</td>
										<td>2.02 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>30.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_30'>SMITHFIELD FOODS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_30'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 30202030 <br />-->
												<b>Cusip</b>: 832248108
												</div>
											</div>
										</td>
										<td>110,000</td>
										<td>$1,896,400</td>
										<td>1.99 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>31.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_31'>VARIAN SEMICONDUCTOR EQUIP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_31'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45301010 <br />-->
												<b>Cusip</b>: 922207105
												</div>
											</div>
										</td>
										<td>60,950</td>
										<td>$1,894,935</td>
										<td>1.99 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>32.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_32'>EXTERRAN HOLDINGS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_32'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 10101020 <br />-->
												<b>Cusip</b>: 30225X103
												</div>
											</div>
										</td>
										<td>70,000</td>
										<td>$1,785,000</td>
										<td>1.88 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>33.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_33'>THOMAS & BETTS CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_33'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20104010 <br />-->
												<b>Cusip</b>: 884315102
												</div>
											</div>
										</td>
										<td>46,500</td>
										<td>$1,782,810</td>
										<td>1.87 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>34.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_34'>CENTRAL EURO DISTRIBUTION CP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_34'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 30201020 <br />-->
												<b>Cusip</b>: 153435102
												</div>
											</div>
										</td>
										<td>67,500</td>
										<td>$1,725,300</td>
										<td>1.81 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>35.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_35'>FRED'S INC-CLASS A</span>
											<div dojoType='dijit.Tooltip' connectId='sec_35'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 25503020 <br />-->
												<b>Cusip</b>: 356108100
												</div>
											</div>
										</td>
										<td>110,000</td>
										<td>$1,505,900</td>
										<td>1.58 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>36.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_36'>OWENS-ILLINOIS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_36'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 15103010 <br />-->
												<b>Cusip</b>: 690768403
												</div>
											</div>
										</td>
										<td>45,000</td>
										<td>$1,364,850</td>
										<td>1.43 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>37.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_37'>BRINK'S CO/THE</span>
											<div dojoType='dijit.Tooltip' connectId='sec_37'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20201080 <br />-->
												<b>Cusip</b>: 109696104
												</div>
											</div>
										</td>
										<td>50,000</td>
										<td>$1,133,500</td>
										<td>1.19 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>38.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_38'>AEGEAN MARINE PETROLEUM NETW.</span>
											<div dojoType='dijit.Tooltip' connectId='sec_38'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20305030 <br />-->
												<b>Cusip</b>: Y0017S102
												</div>
											</div>
										</td>
										<td>37,600</td>
										<td>$866,304</td>
										<td>0.91 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>39.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_39'>DOUGLAS DYNAMICS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_39'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20106010 <br />-->
												<b>Cusip</b>: 25960R105
												</div>
											</div>
										</td>
										<td>70,453</td>
										<td>$834,868</td>
										<td>0.88 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>40.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_40'>ANALOGIC CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_40'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 35101010 <br />-->
												<b>Cusip</b>: 032657207
												</div>
											</div>
										</td>
										<td>17,400</td>
										<td>$752,028</td>
										<td>0.79 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>41.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_41'>SELECT MEDICAL HOLDINGS CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_41'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 35102020 <br />-->
												<b>Cusip</b>: 81619Q105
												</div>
											</div>
										</td>
										<td>90,000</td>
										<td>$729,000</td>
										<td>0.77 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>42.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_42'>NAVISTAR INTERNATIONAL</span>
											<div dojoType='dijit.Tooltip' connectId='sec_42'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20106010 <br />-->
												<b>Cusip</b>: 63934E108
												</div>
											</div>
										</td>
										<td>3,000</td>
										<td>$162,540</td>
										<td>0.17 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'></td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_43'>Other Assets less Liabilities</span>
											<div dojoType='dijit.Tooltip' connectId='sec_43'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>:  <br />-->
												<b>Cusip</b>: 
												</div>
											</div>
										</td>
										<td></td>
										<td>$-234,704</td>
										<td>-0.25 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHolding' colspan='3'><b>Net Assets</b></td>
										<td>$95,177,052</td>
										<td>100.00 %</td>
									</tr>

								</table><p>

								</div>
							
							
				                		<div dojoType="dijit.TitlePane" class="innerPane" id="pane3_quarter_4" open='false' doLayout='true' title="Full Holdings for month ending April 2010">
							
								<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'>F5 NETWORKS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_1'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45201020 <br />-->
												<b>Cusip</b>: 315616102
												</div>
											</div>
										</td>
										<td>70,000</td>
										<td>$4,790,100</td>
										<td>4.62 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>2.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_2'>HERBALIFE LTD</span>
											<div dojoType='dijit.Tooltip' connectId='sec_2'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 30302010 <br />-->
												<b>Cusip</b>: G4412G101
												</div>
											</div>
										</td>
										<td>85,000</td>
										<td>$4,101,250</td>
										<td>3.95 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>3.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_3'>CONTINENTAL AIRLINES-CLASS B</span>
											<div dojoType='dijit.Tooltip' connectId='sec_3'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20302010 <br />-->
												<b>Cusip</b>: 210795308
												</div>
											</div>
										</td>
										<td>170,000</td>
										<td>$3,799,500</td>
										<td>3.66 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>4.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_4'>DELTA AIR LINES INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_4'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20302010 <br />-->
												<b>Cusip</b>: 247361702
												</div>
											</div>
										</td>
										<td>305,000</td>
										<td>$3,684,400</td>
										<td>3.55 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>5.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_5'>SOTHEBY'S</span>
											<div dojoType='dijit.Tooltip' connectId='sec_5'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 25302020 <br />-->
												<b>Cusip</b>: 835898107
												</div>
											</div>
										</td>
										<td>110,000</td>
										<td>$3,674,000</td>
										<td>3.54 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>6.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_6'>LINCOLN NATIONAL CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_6'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301020 <br />-->
												<b>Cusip</b>: 534187109
												</div>
											</div>
										</td>
										<td>120,000</td>
										<td>$3,670,800</td>
										<td>3.54 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>7.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_7'>CUBIC CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_7'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20101010 <br />-->
												<b>Cusip</b>: 229669106
												</div>
											</div>
										</td>
										<td>90,000</td>
										<td>$3,357,900</td>
										<td>3.24 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>8.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_8'>HANOVER INSURANCE GROUP INC/</span>
											<div dojoType='dijit.Tooltip' connectId='sec_8'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301040 <br />-->
												<b>Cusip</b>: 410867105
												</div>
											</div>
										</td>
										<td>70,000</td>
										<td>$3,153,500</td>
										<td>3.04 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>9.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_9'>QUEST SOFTWARE INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_9'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45103010 <br />-->
												<b>Cusip</b>: 74834T103
												</div>
											</div>
										</td>
										<td>175,000</td>
										<td>$3,067,750</td>
										<td>2.96 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>10.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_10'>ENERSYS</span>
											<div dojoType='dijit.Tooltip' connectId='sec_10'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20104010 <br />-->
												<b>Cusip</b>: 29275Y102
												</div>
											</div>
										</td>
										<td>117,500</td>
										<td>$3,040,900</td>
										<td>2.93 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>11.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_11'>LAWSON SOFTWARE INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_11'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45103010 <br />-->
												<b>Cusip</b>: 52078P102
												</div>
											</div>
										</td>
										<td>390,000</td>
										<td>$3,026,400</td>
										<td>2.92 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>12.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_12'>ASPEN INSURANCE HOLDINGS LTD</span>
											<div dojoType='dijit.Tooltip' connectId='sec_12'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301040 <br />-->
												<b>Cusip</b>: G05384105
												</div>
											</div>
										</td>
										<td>110,000</td>
										<td>$2,967,800</td>
										<td>2.86 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>13.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_13'>TEXAS ROADHOUSE INC-CLASS A</span>
											<div dojoType='dijit.Tooltip' connectId='sec_13'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 25301040 <br />-->
												<b>Cusip</b>: 882681109
												</div>
											</div>
										</td>
										<td>200,000</td>
										<td>$2,956,000</td>
										<td>2.85 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>14.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_14'>ECLIPSYS CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_14'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 35103010 <br />-->
												<b>Cusip</b>: 278856109
												</div>
											</div>
										</td>
										<td>140,000</td>
										<td>$2,895,200</td>
										<td>2.79 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>15.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_15'>WASTE CONNECTIONS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_15'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20201050 <br />-->
												<b>Cusip</b>: 941053100
												</div>
											</div>
										</td>
										<td>80,000</td>
										<td>$2,863,200</td>
										<td>2.76 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>16.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_16'>WR BERKLEY CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_16'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301040 <br />-->
												<b>Cusip</b>: 084423102
												</div>
											</div>
										</td>
										<td>105,000</td>
										<td>$2,835,000</td>
										<td>2.73 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>17.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_17'>PENN NATIONAL GAMING INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_17'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 25301010 <br />-->
												<b>Cusip</b>: 707569109
												</div>
											</div>
										</td>
										<td>90,000</td>
										<td>$2,786,400</td>
										<td>2.69 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>18.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_18'>SCHOOL SPECIALTY INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_18'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20202020 <br />-->
												<b>Cusip</b>: 807863105
												</div>
											</div>
										</td>
										<td>112,000</td>
										<td>$2,627,520</td>
										<td>2.53 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>19.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_19'>TETRA TECHNOLOGIES INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_19'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 10101020 <br />-->
												<b>Cusip</b>: 88162F105
												</div>
											</div>
										</td>
										<td>210,000</td>
										<td>$2,580,900</td>
										<td>2.49 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>20.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_20'>ENDURANCE SPECIALTY HOLDINGS</span>
											<div dojoType='dijit.Tooltip' connectId='sec_20'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301050 <br />-->
												<b>Cusip</b>: G30397106
												</div>
											</div>
										</td>
										<td>70,000</td>
										<td>$2,579,500</td>
										<td>2.49 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>21.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_21'>CYPRESS SEMICONDUCTOR CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_21'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45301020 <br />-->
												<b>Cusip</b>: 232806109
												</div>
											</div>
										</td>
										<td>200,000</td>
										<td>$2,578,000</td>
										<td>2.48 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>22.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_22'>WELLCARE HEALTH PLANS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_22'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 35102030 <br />-->
												<b>Cusip</b>: 94946T106
												</div>
											</div>
										</td>
										<td>90,000</td>
										<td>$2,576,700</td>
										<td>2.48 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>23.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_23'>MUELLER INDUSTRIES INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_23'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20106020 <br />-->
												<b>Cusip</b>: 624756102
												</div>
											</div>
										</td>
										<td>85,000</td>
										<td>$2,520,250</td>
										<td>2.43 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>24.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_24'>CACI INTERNATIONAL INC -CL A</span>
											<div dojoType='dijit.Tooltip' connectId='sec_24'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45102010 <br />-->
												<b>Cusip</b>: 127190304
												</div>
											</div>
										</td>
										<td>50,000</td>
										<td>$2,371,500</td>
										<td>2.29 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>25.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_25'>CENTRAL EURO DISTRIBUTION CP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_25'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 30201020 <br />-->
												<b>Cusip</b>: 153435102
												</div>
											</div>
										</td>
										<td>67,500</td>
										<td>$2,338,875</td>
										<td>2.25 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>26.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_26'>BELDEN INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_26'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20104010 <br />-->
												<b>Cusip</b>: 077454106
												</div>
											</div>
										</td>
										<td>85,000</td>
										<td>$2,334,100</td>
										<td>2.25 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>27.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_27'>MINERALS TECHNOLOGIES INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_27'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 15101050 <br />-->
												<b>Cusip</b>: 603158106
												</div>
											</div>
										</td>
										<td>40,000</td>
										<td>$2,308,000</td>
										<td>2.22 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>28.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_28'>INFINITY PROPERTY & CASUALTY</span>
											<div dojoType='dijit.Tooltip' connectId='sec_28'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 40301040 <br />-->
												<b>Cusip</b>: 45665Q103
												</div>
											</div>
										</td>
										<td>50,000</td>
										<td>$2,306,500</td>
										<td>2.22 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>29.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_29'>SHAW GROUP INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_29'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20103010 <br />-->
												<b>Cusip</b>: 820280105
												</div>
											</div>
										</td>
										<td>60,000</td>
										<td>$2,296,800</td>
										<td>2.21 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>30.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_30'>ON SEMICONDUCTOR CORPORATION</span>
											<div dojoType='dijit.Tooltip' connectId='sec_30'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45301020 <br />-->
												<b>Cusip</b>: 682189105
												</div>
											</div>
										</td>
										<td>263,600</td>
										<td>$2,092,984</td>
										<td>2.02 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>31.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_31'>SMITHFIELD FOODS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_31'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 30202030 <br />-->
												<b>Cusip</b>: 832248108
												</div>
											</div>
										</td>
										<td>110,000</td>
										<td>$2,061,400</td>
										<td>1.99 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>32.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_32'>EXTERRAN HOLDINGS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_32'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 10101020 <br />-->
												<b>Cusip</b>: 30225X103
												</div>
											</div>
										</td>
										<td>70,000</td>
										<td>$2,040,500</td>
										<td>1.97 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>33.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_33'>VARIAN SEMICONDUCTOR EQUIP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_33'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 45301010 <br />-->
												<b>Cusip</b>: 922207105
												</div>
											</div>
										</td>
										<td>60,950</td>
										<td>$2,007,693</td>
										<td>1.94 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>34.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_34'>THOMAS & BETTS CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_34'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20104010 <br />-->
												<b>Cusip</b>: 884315102
												</div>
											</div>
										</td>
										<td>46,500</td>
										<td>$1,950,210</td>
										<td>1.88 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>35.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_35'>FRED'S INC-CLASS A</span>
											<div dojoType='dijit.Tooltip' connectId='sec_35'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 25503020 <br />-->
												<b>Cusip</b>: 356108100
												</div>
											</div>
										</td>
										<td>130,000</td>
										<td>$1,805,700</td>
										<td>1.74 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>36.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_36'>OWENS-ILLINOIS INC</span>
											<div dojoType='dijit.Tooltip' connectId='sec_36'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 15103010 <br />-->
												<b>Cusip</b>: 690768403
												</div>
											</div>
										</td>
										<td>45,000</td>
										<td>$1,594,800</td>
										<td>1.54 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>37.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_37'>BRINK'S CO/THE</span>
											<div dojoType='dijit.Tooltip' connectId='sec_37'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20201080 <br />-->
												<b>Cusip</b>: 109696104
												</div>
											</div>
										</td>
										<td>50,000</td>
										<td>$1,331,500</td>
										<td>1.28 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>38.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_38'>AEGEAN MARINE PETROLEUM NETW.</span>
											<div dojoType='dijit.Tooltip' connectId='sec_38'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20305030 <br />-->
												<b>Cusip</b>: Y0017S102
												</div>
											</div>
										</td>
										<td>37,600</td>
										<td>$986,624</td>
										<td>0.95 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>39.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_39'>ANALOGIC CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_39'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 35101010 <br />-->
												<b>Cusip</b>: 032657207
												</div>
											</div>
										</td>
										<td>17,400</td>
										<td>$832,068</td>
										<td>0.80 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>40.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_40'>SELECT MEDICAL HOLDINGS CORP</span>
											<div dojoType='dijit.Tooltip' connectId='sec_40'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 35102020 <br />-->
												<b>Cusip</b>: 81619Q105
												</div>
											</div>
										</td>
										<td>90,000</td>
										<td>$782,100</td>
										<td>0.75 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>41.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_41'>RVS SHORT TERM CASH  0.000%  12/31/2010</span>
											<div dojoType='dijit.Tooltip' connectId='sec_41'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: OTHF <br />-->
												<b>Cusip</b>: 76932H105
												</div>
											</div>
										</td>
										<td>203,251.45</td>
										<td>$203,251</td>
										<td>0.20 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'>42.</td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_42'>NAVISTAR INTERNATIONAL</span>
											<div dojoType='dijit.Tooltip' connectId='sec_42'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>: 20106010 <br />-->
												<b>Cusip</b>: 63934E108
												</div>
											</div>
										</td>
										<td>3,000</td>
										<td>$145,020</td>
										<td>0.14 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHoldingNumber'></td>
										<td class='rowHeaderHolding'>
											<span class='holdingTooltip' id='sec_43'>Other Assets less Liabilities</span>
											<div dojoType='dijit.Tooltip' connectId='sec_43'>
												<div class='holdingTooltipContent'>
												<!--<b>Industry</b>:  <br />-->
												<b>Cusip</b>: 
												</div>
											</div>
										</td>
										<td></td>
										<td>$-167,973</td>
										<td>-0.16 %</td>
									</tr>
								
									<tr>
										<td class='rowHeaderHolding' colspan='3'><b>Net Assets</b></td>
										<td>$103,754,621</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 1</td>
							<td>n/a</td>
							<td>81634D832</td>
							<td>05/01/1998</td>
						</tr>
					
						<tr>
							<td class='rowHeader'>Class 2</td>
							<td>n/a</td>
							<td>81634D667</td>
							<td>05/01/2001</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_portfolios.pdf' class='pdfLink' target='_blank'>Statement of Additional Information</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.seligman.com/pdf/factsheets/fs_fund_smallcap_value_portfolio.pdf' class='pdfLink' target='_blank'>Fact Sheet</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.seligman.com/pdf/prospectus/9917-PR.pdf' class='pdfLink' target='_blank'>Prospectus</a>
						</li>
					
						<li class='fundLinks'>
							<a href='/pdf/annualreports/ar_fund_smallcap_value_portfolio.pdf' class='pdfLink' target='_blank'>Annual Report</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.seligman.com/pdf/midyearreports/mr_fund_smallcap_value_porfolio.pdf' class='pdfLink' target='_blank'>Semi-Annual Report</a>
						</li>
					
				<!--
					

					
				-->
					</ul>

				<!--
					
				-->
				</div>

		</div>

      <div id='printContainer' style="display:none;">
        <div id="printName">Seligman Smaller-Cap Value Portfolio</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 June 30, 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 1
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>22.98</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-8.92</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>1.06</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>8.54</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 05/01/1998
								</td>
								<td>8.60</td>
								<td>n/a</td>
							</tr>
						

  						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class 2
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>22.62</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-9.13</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>0.86</td>
								<td>n/a</td>
							</tr>
						
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 05/01/2001
								</td>
								<td>6.36</td>
								<td>n/a</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 August 31, 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 1
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>13.18</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-7.45</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>0.89</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>7.38</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 05/01/1998
								</td>
								<td>8.71</td>
								<td>n/a</td>
							</tr>
						

  						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class 2
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>13.02</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-7.61</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>0.70</td>
								<td>n/a</td>
							</tr>
						
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 05/01/2001
								</td>
								<td>6.56</td>
								<td>n/a</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 April 30, 2011</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 1
							</td>
							<td>1.22</td>
							<td>1.02</td>
							</tr>
						
							<tr><td class='rowHeader'>
								Class 2
							</td>
							<td>1.47</td>
							<td>1.27</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 July 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'>F5 NETWORKS INC</td>
								<td>4.80</td>
							</tr>
						
							<tr>
								<td class='rowHeaderHoldingNumber'>2. </td>
								<td class='rowHeaderHolding'>CONTINENTAL AIRLINES-CLASS B</td>
								<td>4.37</td>
							</tr>
						
							<tr>
								<td class='rowHeaderHoldingNumber'>3. </td>
								<td class='rowHeaderHolding'>CUBIC CORP</td>
								<td>3.54</td>
							</tr>
						
							<tr>
								<td class='rowHeaderHoldingNumber'>4. </td>
								<td class='rowHeaderHolding'>HERBALIFE LTD</td>
								<td>3.52</td>
							</tr>
						
							<tr>
								<td class='rowHeaderHoldingNumber'>5. </td>
								<td class='rowHeaderHolding'>QUEST SOFTWARE INC</td>
								<td>3.52</td>
							</tr>
						
							<tr>
								<td class='rowHeaderHoldingNumber'>6. </td>
								<td class='rowHeaderHolding'>DELTA AIR LINES INC</td>
								<td>3.50</td>
							</tr>
						
							<tr>
								<td class='rowHeaderHoldingNumber'>7. </td>
								<td class='rowHeaderHolding'>LAWSON SOFTWARE INC</td>
								<td>3.39</td>
							</tr>
						
							<tr>
								<td class='rowHeaderHoldingNumber'>8. </td>
								<td class='rowHeaderHolding'>WASTE CONNECTIONS INC</td>
								<td>3.33</td>
							</tr>
						
							<tr>
								<td class='rowHeaderHoldingNumber'>9. </td>
								<td class='rowHeaderHolding'>ASPEN INSURANCE HOLDINGS LTD</td>
								<td>3.29</td>
							</tr>
						
							<tr>
								<td class='rowHeaderHoldingNumber'>10. </td>
								<td class='rowHeaderHolding'>LINCOLN NATIONAL CORP</td>
								<td>3.13</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 36.40 % of the Fund's net assets.</p>
        	      <br>
				
              		
              				<div class="printSubTitle">Full Holdings for quarter ending Q3 2010</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'>F5 NETWORKS INC</span>
  									</td>
  									<td>50,000</td>
  									<td>$4,391,500</td>
  									<td>4.80</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>2.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_2'>CONTINENTAL AIRLINES-CLASS B</span>
  									</td>
  									<td>160,000</td>
  									<td>$4,003,200</td>
  									<td>4.37</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>3.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_3'>CUBIC CORP</span>
  									</td>
  									<td>80,000</td>
  									<td>$3,241,600</td>
  									<td>3.54</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>4.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_4'>HERBALIFE LTD</span>
  									</td>
  									<td>65,000</td>
  									<td>$3,226,600</td>
  									<td>3.52</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>5.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_5'>QUEST SOFTWARE INC</span>
  									</td>
  									<td>160,000</td>
  									<td>$3,225,600</td>
  									<td>3.52</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>6.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_6'>DELTA AIR LINES INC</span>
  									</td>
  									<td>270,000</td>
  									<td>$3,207,600</td>
  									<td>3.50</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>7.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_7'>LAWSON SOFTWARE INC</span>
  									</td>
  									<td>390,000</td>
  									<td>$3,108,300</td>
  									<td>3.39</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>8.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_8'>WASTE CONNECTIONS INC</span>
  									</td>
  									<td>80,000</td>
  									<td>$3,053,600</td>
  									<td>3.33</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>9.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_9'>ASPEN INSURANCE HOLDINGS LTD</span>
  									</td>
  									<td>110,000</td>
  									<td>$3,008,500</td>
  									<td>3.29</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>10.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_10'>LINCOLN NATIONAL CORP</span>
  									</td>
  									<td>110,000</td>
  									<td>$2,864,400</td>
  									<td>3.13</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>11.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_11'>HANOVER INSURANCE GROUP INC/</span>
  									</td>
  									<td>65,000</td>
  									<td>$2,848,950</td>
  									<td>3.11</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>12.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_12'>ENERSYS</span>
  									</td>
  									<td>117,500</td>
  									<td>$2,845,850</td>
  									<td>3.11</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>13.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_13'>WR BERKLEY CORP</span>
  									</td>
  									<td>105,000</td>
  									<td>$2,836,050</td>
  									<td>3.10</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>14.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_14'>ENDURANCE SPECIALTY HOLDINGS</span>
  									</td>
  									<td>70,000</td>
  									<td>$2,701,300</td>
  									<td>2.95</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>15.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_15'>TEXAS ROADHOUSE INC-CLASS A</span>
  									</td>
  									<td>190,000</td>
  									<td>$2,561,200</td>
  									<td>2.80</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>16.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_16'>PENN NATIONAL GAMING INC</span>
  									</td>
  									<td>90,000</td>
  									<td>$2,465,100</td>
  									<td>2.69</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>17.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_17'>WELLCARE HEALTH PLANS INC</span>
  									</td>
  									<td>95,000</td>
  									<td>$2,450,050</td>
  									<td>2.68</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>18.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_18'>CACI INTERNATIONAL INC -CL A</span>
  									</td>
  									<td>50,000</td>
  									<td>$2,351,000</td>
  									<td>2.57</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>19.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_19'>TETRA TECHNOLOGIES INC</span>
  									</td>
  									<td>210,000</td>
  									<td>$2,188,200</td>
  									<td>2.39</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>20.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_20'>INFINITY PROPERTY & CASUALTY</span>
  									</td>
  									<td>45,000</td>
  									<td>$2,161,800</td>
  									<td>2.36</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>21.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_21'>SCHOOL SPECIALTY INC</span>
  									</td>
  									<td>112,000</td>
  									<td>$2,147,040</td>
  									<td>2.34</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>22.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_22'>CYPRESS SEMICONDUCTOR CORP</span>
  									</td>
  									<td>200,000</td>
  									<td>$2,120,000</td>
  									<td>2.32</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>23.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_23'>MUELLER INDUSTRIES INC</span>
  									</td>
  									<td>85,000</td>
  									<td>$2,101,200</td>
  									<td>2.29</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>24.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_24'>MINERALS TECHNOLOGIES INC</span>
  									</td>
  									<td>40,000</td>
  									<td>$2,086,800</td>
  									<td>2.28</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>25.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_25'>SOTHEBY'S</span>
  									</td>
  									<td>75,000</td>
  									<td>$2,034,750</td>
  									<td>2.22</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>26.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_26'>BELDEN INC</span>
  									</td>
  									<td>85,000</td>
  									<td>$2,030,650</td>
  									<td>2.22</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>27.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_27'>SHAW GROUP INC</span>
  									</td>
  									<td>60,000</td>
  									<td>$1,922,400</td>
  									<td>2.10</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>28.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_28'>EXTERRAN HOLDINGS INC</span>
  									</td>
  									<td>70,000</td>
  									<td>$1,866,900</td>
  									<td>2.04</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>29.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_29'>THOMAS & BETTS CORP</span>
  									</td>
  									<td>46,500</td>
  									<td>$1,843,260</td>
  									<td>2.01</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>30.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_30'>ON SEMICONDUCTOR CORPORATION</span>
  									</td>
  									<td>263,600</td>
  									<td>$1,779,300</td>
  									<td>1.94</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>31.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_31'>CENTRAL EURO DISTRIBUTION CP</span>
  									</td>
  									<td>67,500</td>
  									<td>$1,759,725</td>
  									<td>1.92</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>32.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_32'>VARIAN SEMICONDUCTOR EQUIP</span>
  									</td>
  									<td>60,950</td>
  									<td>$1,722,447</td>
  									<td>1.88</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>33.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_33'>CYTEC INDUSTRIES INC</span>
  									</td>
  									<td>30,400</td>
  									<td>$1,517,568</td>
  									<td>1.66</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>34.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_34'>SMITHFIELD FOODS INC</span>
  									</td>
  									<td>100,000</td>
  									<td>$1,425,000</td>
  									<td>1.56</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>35.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_35'>ECLIPSYS CORP</span>
  									</td>
  									<td>65,000</td>
  									<td>$1,281,150</td>
  									<td>1.40</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>36.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_36'>OWENS-ILLINOIS INC</span>
  									</td>
  									<td>45,000</td>
  									<td>$1,244,250</td>
  									<td>1.36</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>37.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_37'>AEGEAN MARINE PETROLEUM NETW.</span>
  									</td>
  									<td>55,000</td>
  									<td>$1,130,800</td>
  									<td>1.23</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>38.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_38'>BRINK'S CO/THE</span>
  									</td>
  									<td>50,000</td>
  									<td>$1,095,000</td>
  									<td>1.20</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>39.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_39'>DOUGLAS DYNAMICS INC</span>
  									</td>
  									<td>70,453</td>
  									<td>$834,868</td>
  									<td>0.91</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>40.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_40'>ANALOGIC CORP</span>
  									</td>
  									<td>17,400</td>
  									<td>$791,178</td>
  									<td>0.86</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>41.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_41'>NAVISTAR INTERNATIONAL</span>
  									</td>
  									<td>3,000</td>
  									<td>$155,130</td>
  									<td>0.17</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>42.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_42'>RVS SHORT TERM CASH  0.000%  12/31/2010</span>
  									</td>
  									<td>43,472.4</td>
  									<td>$43,472</td>
  									<td>0.05</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'></td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_43'>Other Assets less Liabilities</span>
  									</td>
  									<td></td>
  									<td>$-109,594</td>
  									<td>-0.12</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHolding' colspan='3'><b>Net Assets</b></td>
  									<td>$91,563,693</td>
  									<td>100.00</td>
  								</tr>
  							</table>
  					
              				<div class="printSubTitle">Full Holdings for quarter ending Q2 2010</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'>F5 NETWORKS INC</span>
  									</td>
  									<td>53,500</td>
  									<td>$3,668,495</td>
  									<td>4.27</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>2.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_2'>CONTINENTAL AIRLINES-CLASS B</span>
  									</td>
  									<td>160,000</td>
  									<td>$3,520,000</td>
  									<td>4.10</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>3.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_3'>DELTA AIR LINES INC</span>
  									</td>
  									<td>270,000</td>
  									<td>$3,172,500</td>
  									<td>3.69</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>4.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_4'>QUEST SOFTWARE INC</span>
  									</td>
  									<td>175,000</td>
  									<td>$3,157,000</td>
  									<td>3.67</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>5.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_5'>HERBALIFE LTD</span>
  									</td>
  									<td>65,000</td>
  									<td>$2,993,250</td>
  									<td>3.48</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>6.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_6'>LINCOLN NATIONAL CORP</span>
  									</td>
  									<td>120,000</td>
  									<td>$2,914,800</td>
  									<td>3.39</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>7.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_7'>CUBIC CORP</span>
  									</td>
  									<td>80,000</td>
  									<td>$2,910,400</td>
  									<td>3.39</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>8.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_8'>LAWSON SOFTWARE INC</span>
  									</td>
  									<td>390,000</td>
  									<td>$2,847,000</td>
  									<td>3.31</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>9.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_9'>HANOVER INSURANCE GROUP INC/</span>
  									</td>
  									<td>65,000</td>
  									<td>$2,827,500</td>
  									<td>3.29</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>10.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_10'>WASTE CONNECTIONS INC</span>
  									</td>
  									<td>80,000</td>
  									<td>$2,791,200</td>
  									<td>3.25</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>11.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_11'>WR BERKLEY CORP</span>
  									</td>
  									<td>105,000</td>
  									<td>$2,778,300</td>
  									<td>3.23</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>12.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_12'>ASPEN INSURANCE HOLDINGS LTD</span>
  									</td>
  									<td>110,000</td>
  									<td>$2,721,400</td>
  									<td>3.17</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>13.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_13'>ENDURANCE SPECIALTY HOLDINGS</span>
  									</td>
  									<td>70,000</td>
  									<td>$2,627,100</td>
  									<td>3.06</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>14.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_14'>TEXAS ROADHOUSE INC-CLASS A</span>
  									</td>
  									<td>200,000</td>
  									<td>$2,524,000</td>
  									<td>2.94</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>15.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_15'>ENERSYS</span>
  									</td>
  									<td>117,500</td>
  									<td>$2,510,975</td>
  									<td>2.92</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>16.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_16'>WELLCARE HEALTH PLANS INC</span>
  									</td>
  									<td>90,000</td>
  									<td>$2,136,600</td>
  									<td>2.49</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>17.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_17'>CACI INTERNATIONAL INC -CL A</span>
  									</td>
  									<td>50,000</td>
  									<td>$2,124,000</td>
  									<td>2.47</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>18.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_18'>MUELLER INDUSTRIES INC</span>
  									</td>
  									<td>85,000</td>
  									<td>$2,091,000</td>
  									<td>2.43</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>19.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_19'>PENN NATIONAL GAMING INC</span>
  									</td>
  									<td>90,000</td>
  									<td>$2,079,000</td>
  									<td>2.42</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>20.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_20'>INFINITY PROPERTY & CASUALTY</span>
  									</td>
  									<td>45,000</td>
  									<td>$2,078,100</td>
  									<td>2.42</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>21.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_21'>SHAW GROUP INC</span>
  									</td>
  									<td>60,000</td>
  									<td>$2,053,200</td>
  									<td>2.39</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>22.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_22'>SCHOOL SPECIALTY INC</span>
  									</td>
  									<td>112,000</td>
  									<td>$2,023,840</td>
  									<td>2.35</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>23.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_23'>CYPRESS SEMICONDUCTOR CORP</span>
  									</td>
  									<td>200,000</td>
  									<td>$2,008,000</td>
  									<td>2.34</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>24.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_24'>TETRA TECHNOLOGIES INC</span>
  									</td>
  									<td>210,000</td>
  									<td>$1,906,800</td>
  									<td>2.22</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>25.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_25'>MINERALS TECHNOLOGIES INC</span>
  									</td>
  									<td>40,000</td>
  									<td>$1,901,600</td>
  									<td>2.21</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>26.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_26'>BELDEN INC</span>
  									</td>
  									<td>85,000</td>
  									<td>$1,870,000</td>
  									<td>2.18</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>27.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_27'>EXTERRAN HOLDINGS INC</span>
  									</td>
  									<td>70,000</td>
  									<td>$1,806,700</td>
  									<td>2.10</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>28.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_28'>VARIAN SEMICONDUCTOR EQUIP</span>
  									</td>
  									<td>60,950</td>
  									<td>$1,746,827</td>
  									<td>2.03</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>29.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_29'>SOTHEBY'S</span>
  									</td>
  									<td>75,000</td>
  									<td>$1,715,250</td>
  									<td>2.00</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>30.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_30'>ON SEMICONDUCTOR CORPORATION</span>
  									</td>
  									<td>263,600</td>
  									<td>$1,681,768</td>
  									<td>1.96</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>31.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_31'>THOMAS & BETTS CORP</span>
  									</td>
  									<td>46,500</td>
  									<td>$1,613,550</td>
  									<td>1.88</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>32.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_32'>ECLIPSYS CORP</span>
  									</td>
  									<td>85,000</td>
  									<td>$1,516,400</td>
  									<td>1.76</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>33.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_33'>SMITHFIELD FOODS INC</span>
  									</td>
  									<td>100,000</td>
  									<td>$1,490,000</td>
  									<td>1.73</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>34.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_34'>CENTRAL EURO DISTRIBUTION CP</span>
  									</td>
  									<td>67,500</td>
  									<td>$1,443,150</td>
  									<td>1.68</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>35.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_35'>FRED'S INC-CLASS A</span>
  									</td>
  									<td>110,000</td>
  									<td>$1,216,600</td>
  									<td>1.42</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>36.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_36'>OWENS-ILLINOIS INC</span>
  									</td>
  									<td>45,000</td>
  									<td>$1,190,250</td>
  									<td>1.38</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>37.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_37'>AEGEAN MARINE PETROLEUM NETW.</span>
  									</td>
  									<td>52,600</td>
  									<td>$1,050,948</td>
  									<td>1.22</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>38.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_38'>BRINK'S CO/THE</span>
  									</td>
  									<td>50,000</td>
  									<td>$951,500</td>
  									<td>1.11</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>39.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_39'>DOUGLAS DYNAMICS INC</span>
  									</td>
  									<td>70,453</td>
  									<td>$810,209</td>
  									<td>0.94</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>40.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_40'>ANALOGIC CORP</span>
  									</td>
  									<td>17,400</td>
  									<td>$791,874</td>
  									<td>0.92</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>41.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_41'>SELECT MEDICAL HOLDINGS CORP</span>
  									</td>
  									<td>90,000</td>
  									<td>$610,200</td>
  									<td>0.71</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>42.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_42'>NAVISTAR INTERNATIONAL</span>
  									</td>
  									<td>3,000</td>
  									<td>$147,600</td>
  									<td>0.17</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>43.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_43'>RVS SHORT TERM CASH  0.000%  12/31/2010</span>
  									</td>
  									<td>61,010.91</td>
  									<td>$61,010</td>
  									<td>0.07</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'></td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_44'>Other Assets less Liabilities</span>
  									</td>
  									<td></td>
  									<td>$-122,210</td>
  									<td>-0.14</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHolding' colspan='3'><b>Net Assets</b></td>
  									<td>$85,957,687</td>
  									<td>100.00</td>
  								</tr>
  							</table>
  					
              				<div class="printSubTitle">Full Holdings for quarter ending Q2 2010</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'>F5 NETWORKS INC</span>
  									</td>
  									<td>55,000</td>
  									<td>$3,868,150</td>
  									<td>4.06</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>2.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_2'>DELTA AIR LINES INC</span>
  									</td>
  									<td>275,000</td>
  									<td>$3,734,500</td>
  									<td>3.92</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>3.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_3'>QUEST SOFTWARE INC</span>
  									</td>
  									<td>175,000</td>
  									<td>$3,387,125</td>
  									<td>3.56</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>4.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_4'>CONTINENTAL AIRLINES-CLASS B</span>
  									</td>
  									<td>160,000</td>
  									<td>$3,376,000</td>
  									<td>3.55</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>5.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_5'>SOTHEBY'S</span>
  									</td>
  									<td>100,000</td>
  									<td>$3,250,000</td>
  									<td>3.41</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>6.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_6'>LAWSON SOFTWARE INC</span>
  									</td>
  									<td>390,000</td>
  									<td>$3,215,550</td>
  									<td>3.38</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>7.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_7'>LINCOLN NATIONAL CORP</span>
  									</td>
  									<td>120,000</td>
  									<td>$3,175,200</td>
  									<td>3.34</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>8.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_8'>HERBALIFE LTD</span>
  									</td>
  									<td>70,000</td>
  									<td>$3,160,500</td>
  									<td>3.32</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>9.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_9'>TEXAS ROADHOUSE INC-CLASS A</span>
  									</td>
  									<td>200,000</td>
  									<td>$2,920,000</td>
  									<td>3.07</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>10.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_10'>CUBIC CORP</span>
  									</td>
  									<td>80,000</td>
  									<td>$2,910,400</td>
  									<td>3.06</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>11.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_11'>WR BERKLEY CORP</span>
  									</td>
  									<td>105,000</td>
  									<td>$2,862,300</td>
  									<td>3.01</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>12.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_12'>HANOVER INSURANCE GROUP INC/</span>
  									</td>
  									<td>65,000</td>
  									<td>$2,827,500</td>
  									<td>2.97</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>13.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_13'>WASTE CONNECTIONS INC</span>
  									</td>
  									<td>80,000</td>
  									<td>$2,816,800</td>
  									<td>2.96</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>14.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_14'>ASPEN INSURANCE HOLDINGS LTD</span>
  									</td>
  									<td>110,000</td>
  									<td>$2,778,600</td>
  									<td>2.92</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>15.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_15'>ECLIPSYS CORP</span>
  									</td>
  									<td>140,000</td>
  									<td>$2,681,700</td>
  									<td>2.82</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>16.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_16'>ENERSYS</span>
  									</td>
  									<td>117,500</td>
  									<td>$2,643,750</td>
  									<td>2.78</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>17.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_17'>ENDURANCE SPECIALTY HOLDINGS</span>
  									</td>
  									<td>70,000</td>
  									<td>$2,597,000</td>
  									<td>2.73</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>18.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_18'>WELLCARE HEALTH PLANS INC</span>
  									</td>
  									<td>90,000</td>
  									<td>$2,453,400</td>
  									<td>2.58</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>19.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_19'>SCHOOL SPECIALTY INC</span>
  									</td>
  									<td>112,000</td>
  									<td>$2,406,880</td>
  									<td>2.53</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>20.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_20'>INFINITY PROPERTY & CASUALTY</span>
  									</td>
  									<td>50,000</td>
  									<td>$2,340,000</td>
  									<td>2.46</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>21.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_21'>CACI INTERNATIONAL INC -CL A</span>
  									</td>
  									<td>50,000</td>
  									<td>$2,312,000</td>
  									<td>2.43</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>22.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_22'>PENN NATIONAL GAMING INC</span>
  									</td>
  									<td>90,000</td>
  									<td>$2,304,000</td>
  									<td>2.42</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>23.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_23'>CYPRESS SEMICONDUCTOR CORP</span>
  									</td>
  									<td>200,000</td>
  									<td>$2,278,000</td>
  									<td>2.39</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>24.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_24'>MUELLER INDUSTRIES INC</span>
  									</td>
  									<td>85,000</td>
  									<td>$2,253,350</td>
  									<td>2.37</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>25.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_25'>BELDEN INC</span>
  									</td>
  									<td>85,000</td>
  									<td>$2,201,500</td>
  									<td>2.31</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>26.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_26'>MINERALS TECHNOLOGIES INC</span>
  									</td>
  									<td>40,000</td>
  									<td>$2,138,000</td>
  									<td>2.25</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>27.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_27'>TETRA TECHNOLOGIES INC</span>
  									</td>
  									<td>210,000</td>
  									<td>$2,112,600</td>
  									<td>2.22</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>28.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_28'>SHAW GROUP INC</span>
  									</td>
  									<td>60,000</td>
  									<td>$2,046,600</td>
  									<td>2.15</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>29.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_29'>ON SEMICONDUCTOR CORPORATION</span>
  									</td>
  									<td>263,600</td>
  									<td>$1,926,916</td>
  									<td>2.02</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>30.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_30'>SMITHFIELD FOODS INC</span>
  									</td>
  									<td>110,000</td>
  									<td>$1,896,400</td>
  									<td>1.99</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>31.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_31'>VARIAN SEMICONDUCTOR EQUIP</span>
  									</td>
  									<td>60,950</td>
  									<td>$1,894,935</td>
  									<td>1.99</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>32.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_32'>EXTERRAN HOLDINGS INC</span>
  									</td>
  									<td>70,000</td>
  									<td>$1,785,000</td>
  									<td>1.88</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>33.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_33'>THOMAS & BETTS CORP</span>
  									</td>
  									<td>46,500</td>
  									<td>$1,782,810</td>
  									<td>1.87</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>34.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_34'>CENTRAL EURO DISTRIBUTION CP</span>
  									</td>
  									<td>67,500</td>
  									<td>$1,725,300</td>
  									<td>1.81</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>35.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_35'>FRED'S INC-CLASS A</span>
  									</td>
  									<td>110,000</td>
  									<td>$1,505,900</td>
  									<td>1.58</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>36.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_36'>OWENS-ILLINOIS INC</span>
  									</td>
  									<td>45,000</td>
  									<td>$1,364,850</td>
  									<td>1.43</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>37.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_37'>BRINK'S CO/THE</span>
  									</td>
  									<td>50,000</td>
  									<td>$1,133,500</td>
  									<td>1.19</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>38.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_38'>AEGEAN MARINE PETROLEUM NETW.</span>
  									</td>
  									<td>37,600</td>
  									<td>$866,304</td>
  									<td>0.91</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>39.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_39'>DOUGLAS DYNAMICS INC</span>
  									</td>
  									<td>70,453</td>
  									<td>$834,868</td>
  									<td>0.88</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>40.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_40'>ANALOGIC CORP</span>
  									</td>
  									<td>17,400</td>
  									<td>$752,028</td>
  									<td>0.79</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>41.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_41'>SELECT MEDICAL HOLDINGS CORP</span>
  									</td>
  									<td>90,000</td>
  									<td>$729,000</td>
  									<td>0.77</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>42.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_42'>NAVISTAR INTERNATIONAL</span>
  									</td>
  									<td>3,000</td>
  									<td>$162,540</td>
  									<td>0.17</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'></td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_43'>Other Assets less Liabilities</span>
  									</td>
  									<td></td>
  									<td>$-234,704</td>
  									<td>-0.25</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHolding' colspan='3'><b>Net Assets</b></td>
  									<td>$95,177,052</td>
  									<td>100.00</td>
  								</tr>
  							</table>
  					
              				<div class="printSubTitle">Full Holdings for quarter ending Q2 2010</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'>F5 NETWORKS INC</span>
  									</td>
  									<td>70,000</td>
  									<td>$4,790,100</td>
  									<td>4.62</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>2.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_2'>HERBALIFE LTD</span>
  									</td>
  									<td>85,000</td>
  									<td>$4,101,250</td>
  									<td>3.95</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>3.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_3'>CONTINENTAL AIRLINES-CLASS B</span>
  									</td>
  									<td>170,000</td>
  									<td>$3,799,500</td>
  									<td>3.66</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>4.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_4'>DELTA AIR LINES INC</span>
  									</td>
  									<td>305,000</td>
  									<td>$3,684,400</td>
  									<td>3.55</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>5.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_5'>SOTHEBY'S</span>
  									</td>
  									<td>110,000</td>
  									<td>$3,674,000</td>
  									<td>3.54</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>6.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_6'>LINCOLN NATIONAL CORP</span>
  									</td>
  									<td>120,000</td>
  									<td>$3,670,800</td>
  									<td>3.54</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>7.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_7'>CUBIC CORP</span>
  									</td>
  									<td>90,000</td>
  									<td>$3,357,900</td>
  									<td>3.24</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>8.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_8'>HANOVER INSURANCE GROUP INC/</span>
  									</td>
  									<td>70,000</td>
  									<td>$3,153,500</td>
  									<td>3.04</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>9.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_9'>QUEST SOFTWARE INC</span>
  									</td>
  									<td>175,000</td>
  									<td>$3,067,750</td>
  									<td>2.96</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>10.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_10'>ENERSYS</span>
  									</td>
  									<td>117,500</td>
  									<td>$3,040,900</td>
  									<td>2.93</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>11.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_11'>LAWSON SOFTWARE INC</span>
  									</td>
  									<td>390,000</td>
  									<td>$3,026,400</td>
  									<td>2.92</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>12.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_12'>ASPEN INSURANCE HOLDINGS LTD</span>
  									</td>
  									<td>110,000</td>
  									<td>$2,967,800</td>
  									<td>2.86</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>13.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_13'>TEXAS ROADHOUSE INC-CLASS A</span>
  									</td>
  									<td>200,000</td>
  									<td>$2,956,000</td>
  									<td>2.85</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>14.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_14'>ECLIPSYS CORP</span>
  									</td>
  									<td>140,000</td>
  									<td>$2,895,200</td>
  									<td>2.79</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>15.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_15'>WASTE CONNECTIONS INC</span>
  									</td>
  									<td>80,000</td>
  									<td>$2,863,200</td>
  									<td>2.76</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>16.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_16'>WR BERKLEY CORP</span>
  									</td>
  									<td>105,000</td>
  									<td>$2,835,000</td>
  									<td>2.73</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>17.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_17'>PENN NATIONAL GAMING INC</span>
  									</td>
  									<td>90,000</td>
  									<td>$2,786,400</td>
  									<td>2.69</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>18.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_18'>SCHOOL SPECIALTY INC</span>
  									</td>
  									<td>112,000</td>
  									<td>$2,627,520</td>
  									<td>2.53</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>19.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_19'>TETRA TECHNOLOGIES INC</span>
  									</td>
  									<td>210,000</td>
  									<td>$2,580,900</td>
  									<td>2.49</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>20.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_20'>ENDURANCE SPECIALTY HOLDINGS</span>
  									</td>
  									<td>70,000</td>
  									<td>$2,579,500</td>
  									<td>2.49</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>21.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_21'>CYPRESS SEMICONDUCTOR CORP</span>
  									</td>
  									<td>200,000</td>
  									<td>$2,578,000</td>
  									<td>2.48</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>22.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_22'>WELLCARE HEALTH PLANS INC</span>
  									</td>
  									<td>90,000</td>
  									<td>$2,576,700</td>
  									<td>2.48</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>23.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_23'>MUELLER INDUSTRIES INC</span>
  									</td>
  									<td>85,000</td>
  									<td>$2,520,250</td>
  									<td>2.43</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>24.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_24'>CACI INTERNATIONAL INC -CL A</span>
  									</td>
  									<td>50,000</td>
  									<td>$2,371,500</td>
  									<td>2.29</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>25.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_25'>CENTRAL EURO DISTRIBUTION CP</span>
  									</td>
  									<td>67,500</td>
  									<td>$2,338,875</td>
  									<td>2.25</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>26.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_26'>BELDEN INC</span>
  									</td>
  									<td>85,000</td>
  									<td>$2,334,100</td>
  									<td>2.25</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>27.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_27'>MINERALS TECHNOLOGIES INC</span>
  									</td>
  									<td>40,000</td>
  									<td>$2,308,000</td>
  									<td>2.22</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>28.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_28'>INFINITY PROPERTY & CASUALTY</span>
  									</td>
  									<td>50,000</td>
  									<td>$2,306,500</td>
  									<td>2.22</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>29.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_29'>SHAW GROUP INC</span>
  									</td>
  									<td>60,000</td>
  									<td>$2,296,800</td>
  									<td>2.21</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>30.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_30'>ON SEMICONDUCTOR CORPORATION</span>
  									</td>
  									<td>263,600</td>
  									<td>$2,092,984</td>
  									<td>2.02</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>31.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_31'>SMITHFIELD FOODS INC</span>
  									</td>
  									<td>110,000</td>
  									<td>$2,061,400</td>
  									<td>1.99</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>32.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_32'>EXTERRAN HOLDINGS INC</span>
  									</td>
  									<td>70,000</td>
  									<td>$2,040,500</td>
  									<td>1.97</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>33.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_33'>VARIAN SEMICONDUCTOR EQUIP</span>
  									</td>
  									<td>60,950</td>
  									<td>$2,007,693</td>
  									<td>1.94</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>34.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_34'>THOMAS & BETTS CORP</span>
  									</td>
  									<td>46,500</td>
  									<td>$1,950,210</td>
  									<td>1.88</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>35.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_35'>FRED'S INC-CLASS A</span>
  									</td>
  									<td>130,000</td>
  									<td>$1,805,700</td>
  									<td>1.74</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>36.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_36'>OWENS-ILLINOIS INC</span>
  									</td>
  									<td>45,000</td>
  									<td>$1,594,800</td>
  									<td>1.54</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>37.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_37'>BRINK'S CO/THE</span>
  									</td>
  									<td>50,000</td>
  									<td>$1,331,500</td>
  									<td>1.28</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>38.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_38'>AEGEAN MARINE PETROLEUM NETW.</span>
  									</td>
  									<td>37,600</td>
  									<td>$986,624</td>
  									<td>0.95</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>39.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_39'>ANALOGIC CORP</span>
  									</td>
  									<td>17,400</td>
  									<td>$832,068</td>
  									<td>0.80</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>40.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_40'>SELECT MEDICAL HOLDINGS CORP</span>
  									</td>
  									<td>90,000</td>
  									<td>$782,100</td>
  									<td>0.75</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>41.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_41'>RVS SHORT TERM CASH  0.000%  12/31/2010</span>
  									</td>
  									<td>203,251.45</td>
  									<td>$203,251</td>
  									<td>0.20</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>42.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_42'>NAVISTAR INTERNATIONAL</span>
  									</td>
  									<td>3,000</td>
  									<td>$145,020</td>
  									<td>0.14</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'></td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_43'>Other Assets less Liabilities</span>
  									</td>
  									<td></td>
  									<td>$-167,973</td>
  									<td>-0.16</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHolding' colspan='3'><b>Net Assets</b></td>
  									<td>$103,754,621</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 1</td>
    							<td>n/a</td>
    							<td>81634D832</td>
    							<td>05/01/1998</td>
    						</tr>
    					
    						<tr>
    							<td class='rowHeader'>Class 2</td>
    							<td>n/a</td>
    							<td>81634D667</td>
    							<td>05/01/2001</td>
    						</tr>
    					
    					</table>
				</div>

        <br>


      </div>
	<div id='disclosure'>
				
                                       

                                       

                                       

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






<div class="fineprint" style="font-size: 11px;"><a name="PerfInfo"></a>

<p><a name="foot1"><sup>1</sup></a> Fund expense ratios are calculated based on the fund's average net assets during the fund&#146;s most recently completed fiscal year, adjusted for the change in transfer 
agent, and have not been adjusted for current asset levels. If adjusted for any decrease or increase in assets, expense ratios would be higher or lower, respectively, than the numbers shown above. 
The expense ratios include the effect of acquired fund fees and expenses, if any. Please see the fund's prospectus for a complete list of operating expenses.</p>

<p><a name="foot2"><sup>2</sup></a> A dash indicates that there is no fee waiver/expense cap in effect for the fund. Otherwise, the net expense ratio reflects the contractual agreement of the investment 
manager and its affiliates to waive certain fees and to absorb certain expenses, as described in the fund's prospectus (which is available by <a href='/prospectus.html'>clicking 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>With respect to RiverSource LaSalle International Real Estate Fund and Tri-Continental, return figures reflect any change in price per share, and assume the reinvestment of dividends and capital gain
 distributions, if any. The net asset value of closed-end fund shares may not always correspond to the market price of such shares. Shares of many closed-end funds frequently trade at a discount from
 their net asset value. Closed-end funds are subject to stock market risk, which is the risk that stock prices overall will decline over short or long periods, adversely affecting the value of an 
investment in a Fund.</p>

<p><strong>SEC Yield</strong><br />
Computed under an SEC standardized formula representing the net investment income earned by a fund over the preceding 30 day period, expressed as an annual percentage rate based on the maximum public
 offer price (POP) per share on the last day of the period. The SEC yield should be regarded as an estimate of the fund's rate of investment income reflecting an estimated yield to maturity (assuming
 all current portfolio holdings are held to maturity), and it may not equal the fund's actual income distribution rate or the income paid to a shareholders account. The SEC Yield reflects fee waivers
 in effect, if any. In the absence of such waivers, yields would be reduced.</p>

<p><strong>7-Day Current Yield</strong><br />
For Money Market Funds: generated by an investment in the fund over a seven day period ended on the date of the calculation and is expressed as an annual percentage.</p>


<p><strong>An investment in money market funds is not insured or guaranteed by the Federal Deposit Insurance Corporation or any other government agency. Although the Fund
 seeks to maintain the value of your investment at $1.00 per share, it is possible to lose money by investing in the Fund.</strong></p>

<p>Investments in small- and mid-capitalization companies often involve greater risks and potential volatility than investments in larger, more established companies.</p>

<p>International investing involves increased risk and volatility due to potential political and economic instability, currency fluctuations, and differences in financial
 reporting and accounting standards and oversight. Risks are particularly significant in emerging markets due to the dramatic pace of economic, social, and political change.</p>

<p>The products of technology companies may be subject to severe competition and rapid obsolescence, and technology stocks may be subject to greater price fluctuations,
 government regulation, and limited liquidity as compared to other investments. In addition, investments in one economic sector, such as technology, may result in greater
 price fluctuations than owning a portfolio of diversified investments.</p>

<p>Investments in real estate securities are subject to specific risks, such market risk, issuer risk, diversification risk, and sector/concentration risks.</p>

<p>There are risks associated with an investment in a bond fund, including credit risk, interest rate risk, and prepayment and extension risk. In general, bond prices
 rise when interest rates fall and vice versa. This effect is usually more pronounced for longer-term securities. Non-investment grade securities, commonly called
 &#147;high-yield&#148; or &#147;junk&#148; bonds, generally have more volatile prices and carry more risk to principal and income than investment grade securities.</p>

<p>There are risks associated with an investment in a municipal bond fund, including credit risk, interest rate risk, prepayment and extension risk, and geographic
 concentration risk. See each fund&#146;s prospectus for information on these and other risks associated with each fund. For funds that concentrate investments in municipal
 securities issued by a single state and its municipalities, specific events or factors affecting a particular state can cause more volatility as compared to a fund
 that is more geographically diversified.</p>

<p>Income from tax-exempt funds may be subject to state and local taxes and a portion of income may be subject to the federal and/or state alternative minimum tax for
 certain investors.</p>

<p>Treasury Inflation Protected Securities (TIPS) are backed by the full faith and credit of the U.S. government. The U.S. government guarantee applies only to the
 underlying TIPS securities, and not the Fund itself. Shares of the <strong>RiverSource Short Duration U.S. Government Fund and RiverSource U.S. Government Mortgage Fund</strong> are
 not insured or guaranteed by the U.S. government.</p>

<p>&#147;Standard & Poor&#146;s&reg;&#148;, &#147;S&P&#148;, &#147;S&P 500&reg;&#148; and &#147;Standard & Poor&#146;s 500&reg;&#148; are trademarks of the McGraw-Hill Companies, Inc. These trademarks and service marks have been
 licensed for use by Ameriprise Financial, Inc. The funds are not sponsored, endorsed, sold or promoted by Standard & Poor&#146;s or any of their subsidiaries or affiliates
 (the &#147;Licensors&#148;) and the Licensors make no representation regarding the advisability of investing in the funds.</p>

<p>The Standard & Poor&#146;s 500 Index (S&P 500 Index), an unmanaged index of common stocks, is frequently used as a general measure of market performance. The index reflects
 reinvestment of all distributions and changes in market prices, but excludes brokerage commissions or other fees.</p>

<p>The <strong>RiverSource 120/20 Contrarian Equity Fund and Threadneedle Global Extended Alpha Fund</strong> are designed for investors with an above average risk
 tolerance. The Funds may make short sales, which involves selling a security the Funds do not own in anticipation that the security&#146;s price will decline. The Funds&#146;
 losses could exceed those of other mutual funds which hold only long security positions if the value of the securities held long decrease and the value of the
 securities sold short increase. The Funds&#146; use of short sales in effect &#147;leverage&#148; the Funds, as the Funds intends to use the case proceeds from the short sales to
 invest in additional long securities. Leveraging exposes the Funds to greater risks due to unanticipated market movements, which may magnify losses and increase
 volatility of returns. There is no assurance that a leveraging strategy will be successful. See the prospectus for each Fund for information on these and other risks
 associated with the Fund.</p>

<p>The <strong>RiverSource Absolute Return Currency and Income Fund</strong> is designed for investors with an above average risk tolerance. Risks associated with the
 fund include, but are not limited to, derivatives risk, counterparty risk, interest rate risk, credit risk, and tax risk. Derivative instruments are financial instruments
 that have a value dependent on the value of something else, such as one or more underlying securities. Gains or losses may be substantial, because a relatively small price
 movement in an underlying security may result in a substantial gain or loss for the Fund. A counterparty to a financial instrument entered into by the Fund may become
 bankrupt or otherwise fail to perform its obligations due to financial difficulties. The issuer of a security could default or otherwise become unable or unwilling to honor
 a financial obligation, and the Fund may be unable to recover its investment or may only obtain a limited or delayed recovery. Gains from some of the Fund&#146;s foreign
 currency-denominated positions may not meet Treasury Department regulations for &#147;qualifying income,&#148; in which case, the Fund might not qualify as a regulated investment
 company for one or more years, requiring the Fund&#146;s Board of Directors to authorize a significant change in investment strategy or Fund liquidation. A significant
 portion of the Fund is invested in forward currency contracts, which are subject to a number of risks. Losses may be substantial if prices do not move in the direction
 anticipated. See the Fund&#146;s prospectus for information on these and other risks associated with the Fund.</p>

<p>The following funds are subject to greater volatility than more broadly diversified funds because they invest in specific sectors: <strong>RiverSource Precious Metals and
 Mining Fund, RiverSource Real Estate Fund, RiverSource Recovery and Infrastructure Fund, RiverSource LaSalle Global Real Estate Fund, RiverSource LaSalle Monthly Dividend
 Real Estate Fund, Seligman Communications and Information Fund and Seligman Global Technology Fund</strong>. Dividends paid by the <strong>RiverSource LaSalle Monthly Dividend Real Estate
 Fund</strong> will be taxable as ordinary income. Distributions by the Fund may include a return of capital. A return of capital is not net profits of the Fund but instead a return
 of a portion of your original investment.</p>

<p>The <strong>RiverSource Floating Rate Fund</strong> is designed for investors with an above average risk tolerance. The Fund invests primarily in floating rate loans,
 the market value of which may fluctuate, sometimes rapidly and unpredictably. The principal risks of investing in the fund include liquidity risk, interest rate risk,
 credit risk, counterparty risk, highly leveraged transactions risk, derivatives risk, confidential information access risk, and impairment of collateral risk. Generally,
 when interest rates rise, the prices of fixed income securities fall, however, securities or loans with floating interest rates can be less sensitive to interest rate
 changes, but they may decline in value if their interest rates do not rise as much as interest rates in general. Limited liquidity will affect the ability of the fund
 to purchase or sell floating rate loans and have a negative impact on fund performance. The floating rate loans and securities in which the fund invests are lower-rated
 (non-investment grade) and are more likely to experience a default, which results in more volatile prices and more risk to principal and income than investment grade loans
 or  securities.</p>

<p>The <strong>RiverSource Income Builder, Portfolio Builder and Retirement Plus</strong> funds are &#147;funds of funds&#148; comprised of holdings in several different RiverSource, Seligman, and Threadneedle
 funds, which may include small-cap, mid-cap, large-cap, money market, international, bond and/or sector funds. Each of the underlying funds in which the portfolio invests
 has its own investment risks, and those risks can affect the value of each portfolio&#146;s shares and investments. The fund manager has a potential conflict of interest in
 selecting underlying  funds because the fees paid to it by some underlying funds might be higher than those paid by other funds. However, the investment manager acts as
 a fiduciary to the Funds and is legally obligated to act in the Funds&#146; best interest when selecting underlying funds. <strong>The date in each RiverSource Retirement Plus Fund
 name refers to the approximate year an investor in the fund would plan to retire or to begin withdrawing portions of his or her investment. The Fund will continue to be
 actively managed for a period of time after the retirement date until a static allocation is obtained. An investment in the Fund is not guaranteed at any time, and you
 could experience loss of principal before, at, or after, the target date. There is no guarantee that the Fund will provide adequate income at and through retirement.</strong></p>

<p>Each of the underlying ETFs in which each <strong>Seligman TargETFund</strong> invests has its own investment risks, and those risks can affect the value of each
 portfolio's shares and investments. This may include small-cap, mid-cap, large-cap, international, bond and/or sector risks. See each fund's prospectus for more information
 on the risks that are associated with the underlying ETFs. <strong>The date in the Fund name refers to the approximate year an investor in the fund would plan to retire or to begin
 withdrawing portions or his or her investment for retirement or other investment goal. In each fund's target year, the Fund is combined with the TargETFund Core, and
 shareholders of the Fund automatically become shareholders of TargETFund Core. An investment in the Fund is not guaranteed at any time, and you could experience loss of
 principal before, at, or after, the target date. There is no guarantee that the Fund will provide adequate income at and through retirement.</strong></p>

<p>Investment products are not federally or FDIC-insured, are not deposits or obligations of, or guaranteed by any financial institution, and involve investment risks
 including possible loss of principal and fluctuation in value.</p>

<p><strong>This information is for use with concurrent or prior delivery of a fund prospectus. With respect to mutual funds and Tri-Continental Corporation, investors should
 consider the investment objectives, risks, charges and expenses of a mutual fund carefully before investing. To learn more about this and other important information
 about each fund, <a href='http://seligman.com/prospectus.html'>download a free prospectus</a>. The prospectus
 should be read carefully before investing.</strong></p>

<p><i>RiverSource</i>&reg;, <i>Seligman</i>&reg; and <i>Threadneedle</i>&reg; mutual funds are distributed by Columbia Management Investment Distributors, Inc. (formerly known as
 RiverSource Fund Distributors, Inc.), member FINRA and managed by Columbia Management Investment Advisers, LLC (formerly known as RiverSource Investments, LLC). Threadneedle
 mutual funds are subadvised by Threadneedle International Limited, an affiliate of Columbia Management. Seligman is an offering brand of Columbia Management.</p>

<p><strong>Investors should consider the investment objectives, risks, charges, and expenses of the RiverSource LaSalle International Real Estate Fund and Seligman
 Premium Technology Growth Fund carefully before investing. To obtain each Fund&#146;s most recent periodic reports and other regulatory filings, contact your
 financial advisor or download reports here. These reports and other filings can also be found on the Securities and Exchange Commission&#146;s EDGAR Database. You should read
 these reports and other filings carefully before investing.</strong></p>

<p>Tri-Continental, RiverSource LaSalle International Real Estate Fund and Seligman Premium Technology Growth Fund are managed by Columbia Management Investment Advisers, LLC (formerly
 known as RiverSource Investments, LLC). This material is distributed by Columbia Management Investment Distributors, Inc. (formerly known as RiverSource Fund Distributors,
 Inc.), member FINRA.</p>

<p>Not all products and all share classes are available through all firms.</p> 

</div>

                 <!-- End contents of article body -->
		 </p>
	    </div>
             <div id="printContainer" style="display:none;"></div>

</div>


		
			</div>

                        <div class="siteFooter" id="siteFooter">

           

     
                                         			                                      
<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/global/disclosures/rvsc/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/global/disclosures/rvsc/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/global/disclosures/rvsc/privacy.asp">Privacy Statement</a>
</span><br>
&copy; 2010 Columbia Management Investment Advisers, 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="/formsLibrary.html" class="perfTopNav">FORMS</a>
    <a href="/article_seligmanmanagedmoney.html" class="perfTopNav">PRODUCTS &AMP; SERVICES</a>
    <a href="/about_us.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>




