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


 







<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <link rel="stylesheet" type="text/css" href="/stylesheets/printer2.css" media="print" />
<style>
div.siteFooter {
      font-size: 11px;
}
</style>
   
	<title>Seligman Fund Facts</title>

	<meta name="description" content="Prices, Returns, Holdings and information for Seligman Funds" />

	<meta name="keywords" content="prices NAV holdings returns cusip ticker" />

<title>Fund Facts</title>
<meta name="_elroynum" content="" />
<meta name="_mrmnum" content="" />
<meta name="author" content="" />
<meta name="_hptitle" content="Fund Facts" />
<meta name="description" content="" />

   <meta http-equiv="content-type" content="text/html; charset=utf-8" />
   <script src="/js/getDocument.js" type="text/javascript" language="javascript"></script>
<script type="text/javascript" src="/js/dojo/dojo.js" djConfig="parseOnLoad: true, isDebug: false"></script>
<script src="/js/functions.js" type="text/javascript" language="javascript"></script>

<style type="text/css">
        @import "/js/dojo/resources/dojo.css";  
        @import "../../templates/includes/js/dojo/resources/dnd.css"; 
        @import "/js/dijit/themes/soria/soria.css"; 
        @import "/stylesheets/dndDefault.css";        		 	      
</style>


      <SCRIPT language=javascript>if (loggedIn) {  document.write('<link rel="stylesheet" type="text/css" href="/stylesheets/advisor.css" />');} else {  document.write('<link rel="stylesheet" type="text/css" href="/stylesheets/default.css" />');}</SCRIPT>
   <link rel="stylesheet" type="text/css" href="/stylesheets/printer.css" media="print" />
</head>



   <body class="soria">


<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-10882231-2']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
  })();

</script>



<div id="minHeight"></div>
<div id="widthsetter"> 
   <div id="outer"> 
      <div id="macinner"> 
         <div id="clearheader"></div>

         <!-- to clear header -->
         <div id="pageheaderPrint"><img src="/images/SG_inv_k_regular_s.jpg" width="200" height="60" alt="" border="0" vspace="5" /></div>   
         <div id="subnav">
            <div id="leftnavcontainer">

	<style>
   .divDistrLink {
      font-family:Verdana,sans serif;
      color:#014874;
      cursor:pointer;
      font-size:10px;
      margin:0 0 0 -8px;  
      padding-left:5px;    
   }
   *html .divDistrLink {
      padding-left:2px !important;
   }
   *html #ddLink {
      margin-top:-3px !important;
   }
   .square {
      background-image:url(/images/common/fund_square.gif);
      background-position:5px 5px;
      background-repeat:no-repeat; 
      padding-right:3px;
      padding-left:15px;     
   }
</style>

   
	<script>
	  
    dojo.require("dojo.data.ItemFileReadStore");
    dojo.require("dijit.Tree");
    dojo.require("dojo.parser");
	        
 		dijit._TreeNode.prototype.setLabelNode = function() {
        		this.labelNode.innerHTML = this.label;
    }

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

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

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

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

		navData= {"label": "name",
 "identifier": "id",
 "items": [
	
	{ "name": "All Funds",
	  "id": "0",
	  "category_id": "0",
	  "children": [
			{"name": "By Name",
			 "fund_id": "-1",
			 "id": "1"
			},
			{"name": "By Category",
			 "fund_id": "-2",
			 "id": "2"
			}
	  ]
	},
	
	
	{"name": "Advice-Built Solutions",
	 "id": "4",
	 "category_id": "15",
	 "children": [
		
			{"name": "Seligman Asset Allocation Aggressive Growth Fund (Merged with RiverSource Portfolio Builder Total Equity Fund)",
			 "fund_id": "39",
			 "id": "5"
			},
		
			{"name": "Seligman Asset Allocation Balanced Fund (Merged with RiverSource Portfolio Builder Moderate Aggressive Fund)",
			 "fund_id": "42",
			 "id": "6"
			},
		
			{"name": "Seligman Asset Allocation Growth Fund (Merged with RiverSource Portfolio Builder Total Equity Fund)",
			 "fund_id": "40",
			 "id": "7"
			},
		
			{"name": "Seligman Asset Allocation Moderate Growth Fund (Merged with RiverSource Portfolio Builder Aggressive Fund)",
			 "fund_id": "41",
			 "id": "8"
			},
		
			{"name": "Seligman Income and Growth Fund (Merged with RiverSource Balanced Fund)",
			 "fund_id": "13",
			 "id": "9"
			},
		
			{"name": "Seligman TargETFund 2015",
			 "fund_id": "46",
			 "id": "10"
			},
		
			{"name": "Seligman TargETFund 2025",
			 "fund_id": "45",
			 "id": "11"
			},
		
			{"name": "Seligman TargETFund 2035",
			 "fund_id": "44",
			 "id": "12"
			},
		
			{"name": "Seligman TargETFund 2045",
			 "fund_id": "43",
			 "id": "13"
			},
		
			{"name": "Seligman TargETFund Core",
			 "fund_id": "47",
			 "id": "14"
			}
		
	  ]
	},
	
	{"name": "Growth Funds",
	 "id": "15",
	 "category_id": "16",
	 "children": [
		
			{"name": "Seligman Capital Fund",
			 "fund_id": "7",
			 "id": "16"
			},
		
			{"name": "Seligman Common Stock Fund (Merged with RiverSource Disciplined Equity Fund)",
			 "fund_id": "11",
			 "id": "17"
			},
		
			{"name": "Seligman Communications and Information Fund",
			 "fund_id": "1",
			 "id": "18"
			},
		
			{"name": "Seligman Frontier Fund",
			 "fund_id": "4",
			 "id": "19"
			},
		
			{"name": "Seligman Growth Fund",
			 "fund_id": "8",
			 "id": "20"
			}
		
	  ]
	},
	
	{"name": "Value Funds",
	 "id": "22",
	 "category_id": "18",
	 "children": [
		
			{"name": "RiverSource LaSalle Monthly Dividend Real Estate Fund (Formerly Seligman LaSalle Monthly Dividend Real Estate Fund)",
			 "fund_id": "14",
			 "id": "23"
			},
		
			{"name": "Seligman Large-Cap Value Fund",
			 "fund_id": "10",
			 "id": "24"
			},
		
			{"name": "Seligman Smaller-Cap Value Fund",
			 "fund_id": "6",
			 "id": "25"
			}
		
	  ]
	},
	
	{"name": "Global/International Funds",
	 "id": "26",
	 "category_id": "19",
	 "children": [
		
			{"name": "RiverSource LaSalle Global Real Estate Fund (Formerly Seligman LaSalle Global Real Estate Fund)",
			 "fund_id": "15",
			 "id": "27"
			},
		
			{"name": "Seligman Emerging Markets Fund (Merged with Threadneedle Emerging Markets Fund)",
			 "fund_id": "2",
			 "id": "28"
			},
		
			{"name": "Seligman Global Growth Fund (Merged with Threadneedle Global Equity Fund)",
			 "fund_id": "9",
			 "id": "29"
			},
		
			{"name": "Seligman Global Smaller Companies Fund",
			 "fund_id": "5",
			 "id": "30"
			},
		
			{"name": "Seligman Global Technology Fund",
			 "fund_id": "3",
			 "id": "31"
			},
		
			{"name": "Seligman International Growth Fund (Merged with RiverSource Partners International Select Growth Fund)",
			 "fund_id": "12",
			 "id": "32"
			}
		
	  ]
	},
	
	{"name": "Taxable Income Funds",
	 "id": "33",
	 "category_id": "20",
	 "children": [
		
			{"name": "RiverSource Government Money Market Fund (Formerly Seligman Cash Management Fund)",
			 "fund_id": "38",
			 "id": "34"
			},
		
			{"name": "Seligman Core Fixed Income Fund (Merged with RiverSource Diversified Bond Fund)",
			 "fund_id": "18",
			 "id": "35"
			},
		
			{"name": "Seligman High-Yield Fund (Merged with RiverSource High Yield Bond Fund)",
			 "fund_id": "16",
			 "id": "36"
			},
		
			{"name": "Seligman US Government Securities Fund (Merged with RiverSource Short Duration U.S. Government Fund)",
			 "fund_id": "17",
			 "id": "37"
			}
		
	  ]
	},
	
	{"name": "Tax-Exempt Income Funds",
	 "id": "38",
	 "category_id": "21",
	 "children": [
		
			{"name": "Seligman Cal. Municipal High-Yield Fund",
			 "fund_id": "28",
			 "id": "39"
			},
		
			{"name": "Seligman Cal. Municipal Quality Fund",
			 "fund_id": "29",
			 "id": "40"
			},
		
			{"name": "Seligman Colorado Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "27",
			 "id": "41"
			},
		
			{"name": "Seligman Florida Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "33",
			 "id": "42"
			},
		
			{"name": "Seligman Georgia Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "35",
			 "id": "43"
			},
		
			{"name": "Seligman Louisiana Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "26",
			 "id": "44"
			},
		
			{"name": "Seligman Maryland Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "25",
			 "id": "45"
			},
		
			{"name": "Seligman Massachusetts Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "24",
			 "id": "46"
			},
		
			{"name": "Seligman Michigan Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "19",
			 "id": "47"
			},
		
			{"name": "Seligman Minnesota Municipal Fund",
			 "fund_id": "20",
			 "id": "48"
			},
		
			{"name": "Seligman Missouri Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "30",
			 "id": "49"
			},
		
			{"name": "Seligman National Municipal Fund",
			 "fund_id": "23",
			 "id": "50"
			},
		
			{"name": "Seligman New Jersey Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "37",
			 "id": "51"
			},
		
			{"name": "Seligman New York Municipal Fund",
			 "fund_id": "21",
			 "id": "52"
			},
		
			{"name": "Seligman North Carolina Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "34",
			 "id": "53"
			},
		
			{"name": "Seligman Ohio Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "22",
			 "id": "54"
			},
		
			{"name": "Seligman Oregon Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "32",
			 "id": "55"
			},
		
			{"name": "Seligman Pennsylvania Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "31",
			 "id": "56"
			},
		
			{"name": "Seligman South Carolina Municipal Fund (Merged with Seligman National Municipal Fund)",
			 "fund_id": "36",
			 "id": "57"
			}
		
	  ]
	},
	
	{"name": "Closed End Funds",
	 "id": "58",
	 "category_id": "12",
	 "children": [
		
			{"name": "RiverSource LaSalle International Real Estate Fund (Formerly Seligman LaSalle International Real Estate Fund)",
			 "fund_id": "58",
			 "id": "59"
			},
		
			{"name": "Seligman Premium Technology Growth Fund",
			 "fund_id": "216",
			 "id": "60"
			},
		
			{"name": "Tri-Continental",
			 "fund_id": "48",
			 "id": "61"
			}
		
	  ]
	},
	
	{"name": "Variable Portfolio Funds",
	 "id": "62",
	 "category_id": "11",
	 "children": [
		
			{"name": "Seligman Capital Portfolio",
			 "fund_id": "50",
			 "id": "63"
			},
		
			{"name": "Seligman Common Stock Portfolio",
			 "fund_id": "51",
			 "id": "64"
			},
		
			{"name": "Seligman Communications and Information Portfolio",
			 "fund_id": "52",
			 "id": "65"
			},
		
			{"name": "Seligman Global Technology Portfolio",
			 "fund_id": "53",
			 "id": "66"
			},
		
			{"name": "Seligman International Growth Portfolio",
			 "fund_id": "54",
			 "id": "67"
			},
		
			{"name": "Seligman Investment Grade Fixed Income Portfolio",
			 "fund_id": "55",
			 "id": "68"
			},
		
			{"name": "Seligman Large-Cap Value Portfolio",
			 "fund_id": "56",
			 "id": "69"
			},
		
			{"name": "Seligman Smaller-Cap Value Portfolio",
			 "fund_id": "57",
			 "id": "70"
			}
		
	  ]
	}
	
  ]
};


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

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

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

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

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

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

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

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

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

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

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

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

		</div>




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

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

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

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

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

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

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

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

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

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

			.holdingTooltipContent {
				font-size: 10px;
			}

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

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

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

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

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

				var requestedPane = window.location.hash;

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


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

                <div style="overflow: none; width: 95%; margin-left: 15px;">  
				<p class='fundName'>
					
					<a href='/pdf/annualreports/qr_performance.pdf' target='_blank'>Seligman International Growth 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 December 31, 2009</b> <br />
					
					</p>
						<table class='factTable'>
							<tr>
								<th>&nbsp;</th>
							
								<th>Avg. Annual Return % <br />(without Sales Charge)</th>
								<th>Avg. Annual Return % <br />(with Sales Charge)</th>	
							
							</tr>
						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class 1
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>22.50</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-13.83</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-3.69</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>-5.21</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 05/03/1993
								</td>
								<td>1.52</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 February 28, 2010</b> <br />
					
					</p>
						<table class='factTable'>
							<tr>
								<th>&nbsp;</th>
							
								<th>Avg. Annual Return % <br />(without Sales Charge) </th>
								<th>Avg. Annual Return % <br />(with Sales Charge) </th>	
							
							</tr>
						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class 1
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>36.94</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-15.45</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-4.19</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>-6.16</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 05/03/1993
								</td>
								<td>1.10</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>4.69</td>
							<td>2.00</td>
							</tr>
						
						</table>	

				</div>
				

				
                		<div dojoType="dijit.TitlePane" class="pane" id="holdingsPane" open='false' autoSize='true' title="Fund Holdings">                                              
							<p class='asOfText'>
	                                        	
							The holdings information shown is based on the effective date (trade date plus one). Holdings information is reported to the Securities and Exchange Commission ("SEC") quarterly and is based on the trade date. Because there is a one day difference, there could be variations in the holdings information shown and that filed with the SEC. Top 10 holdings are shown in descending order of value and exclude short-term holdings and cash. Fund holdings are as of the date given, are subject to change at any time, and are not recommendations to buy or sell any security. 
							
							</p>
				
		                		<div dojoType="dijit.TitlePane" class="innerPane" id="pane3_month" open='false' autoSize='true' title="Top 10 Holdings for month ending February 2010">                                              
							<table class='factTable' style='width: auto;'>
							<tr>
								<th colspan='2'>Security</th>
								<th>% of<br />Net Assets</th>
							</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>1. </td>
									<td class='rowHeaderHolding'>RECKITT BENCKISER GROUP PLC</td>
									<td>3.44</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>2. </td>
									<td class='rowHeaderHolding'>IMPERIAL TOBACCO GROUP PLC</td>
									<td>2.54</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>3. </td>
									<td class='rowHeaderHolding'>POTASH CORP OF SASKATCHEWAN</td>
									<td>2.50</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>4. </td>
									<td class='rowHeaderHolding'>ARM HOLDINGS PLC</td>
									<td>2.44</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>5. </td>
									<td class='rowHeaderHolding'>QIAGEN N.V.</td>
									<td>2.42</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>6. </td>
									<td class='rowHeaderHolding'>TEVA PHARMACEUTICAL-SP ADR</td>
									<td>2.41</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>7. </td>
									<td class='rowHeaderHolding'>BRITISH AMERICAN TOBACCO PLC</td>
									<td>2.41</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>8. </td>
									<td class='rowHeaderHolding'>UNILEVER NV-CVA</td>
									<td>2.23</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>9. </td>
									<td class='rowHeaderHolding'>TOLL HOLDINGS LIMITED</td>
									<td>2.22</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>10. </td>
									<td class='rowHeaderHolding'>NESTLE SA-REG</td>
									<td>2.20</td>
									</tr>
							
							</table><p>
							<p class='asOfText'>The top 10 holdings represent 24.82 % of the Fund's net assets.</p>
						</div>
						
		                		<div dojoType="dijit.TitlePane" class="innerPane" id="pane3_quarter" open='false' doLayout='true' title="Full Holdings for quarter ending Q4 2009">
							<table class='factTable' style='width: auto;'>
							<tr>
								<th colspan='2'>Security</th>
								<th>Shares/<br />Principal</th>
								<th>Market Value</th>
								<th>% of<br />Net Assets</th>
							</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>1.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_1'>RECKITT BENCKISER GROUP PLC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_1'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 30301010 <br />-->
											<b>Cusip</b>: 756220992
											</div>
										</div> 
									</td>
									<td>1,271</td>
									<td>$68,819</td>
									<td>3.80 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>2.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_2'>NESTLE SA-REG</span>
										<div dojoType='dijit.Tooltip' connectId='sec_2'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 30202030 <br />-->
											<b>Cusip</b>: 641069992
											</div>
										</div> 
									</td>
									<td>1,157</td>
									<td>$56,118</td>
									<td>3.10 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>3.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_3'>DAIMLER AG-REGISTERED SHARES</span>
										<div dojoType='dijit.Tooltip' connectId='sec_3'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25102010 <br />-->
											<b>Cusip</b>: 233833995
											</div>
										</div> 
									</td>
									<td>848</td>
									<td>$45,028</td>
									<td>2.49 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>4.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_4'>RIO TINTO PLC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_4'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 15104020 <br />-->
											<b>Cusip</b>: 767208994
											</div>
										</div> 
									</td>
									<td>830</td>
									<td>$44,830</td>
									<td>2.48 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>5.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_5'>UNILEVER NV-CVA</span>
										<div dojoType='dijit.Tooltip' connectId='sec_5'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 30202030 <br />-->
											<b>Cusip</b>: 904760998
											</div>
										</div> 
									</td>
									<td>1,338</td>
									<td>$43,483</td>
									<td>2.40 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>6.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_6'>XSTRATA PLC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_6'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 15104020 <br />-->
											<b>Cusip</b>: 984220889
											</div>
										</div> 
									</td>
									<td>2,434</td>
									<td>$43,425</td>
									<td>2.40 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>7.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_7'>QIAGEN N.V.</span>
										<div dojoType='dijit.Tooltip' connectId='sec_7'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35203010 <br />-->
											<b>Cusip</b>: 747272995
											</div>
										</div> 
									</td>
									<td>1,850</td>
									<td>$41,575</td>
									<td>2.30 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>8.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_8'>POTASH CORP OF SASKATCHEWAN</span>
										<div dojoType='dijit.Tooltip' connectId='sec_8'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 15101030 <br />-->
											<b>Cusip</b>: 73755L107
											</div>
										</div> 
									</td>
									<td>380</td>
									<td>$41,230</td>
									<td>2.28 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>9.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_9'>METRO AG</span>
										<div dojoType='dijit.Tooltip' connectId='sec_9'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 30101040 <br />-->
											<b>Cusip</b>: 591600994
											</div>
										</div> 
									</td>
									<td>667</td>
									<td>$40,991</td>
									<td>2.27 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>10.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_10'>VODAFONE GROUP PLC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_10'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 50102010 <br />-->
											<b>Cusip</b>: 92857TXX0
											</div>
										</div> 
									</td>
									<td>17,579</td>
									<td>$40,720</td>
									<td>2.25 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>11.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_11'>BRITISH AMERICAN TOBACCO PLC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_11'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 30203010 <br />-->
											<b>Cusip</b>: 110420999
											</div>
										</div> 
									</td>
									<td>1,188</td>
									<td>$38,577</td>
									<td>2.13 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>12.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_12'>ANTOFAGASTA PLC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_12'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 15104020 <br />-->
											<b>Cusip</b>: 037111952
											</div>
										</div> 
									</td>
									<td>2,422</td>
									<td>$38,539</td>
									<td>2.13 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>13.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_13'>ARM HOLDINGS PLC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_13'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45301020 <br />-->
											<b>Cusip</b>: 042068999
											</div>
										</div> 
									</td>
									<td>13,177</td>
									<td>$37,637</td>
									<td>2.08 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>14.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_14'>PHILIPS ELECTRONICS NV</span>
										<div dojoType='dijit.Tooltip' connectId='sec_14'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20105010 <br />-->
											<b>Cusip</b>: 718040991
											</div>
										</div> 
									</td>
									<td>1,176</td>
									<td>$34,710</td>
									<td>1.92 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>15.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_15'>RED ELECTRICA CORPORACION SA</span>
										<div dojoType='dijit.Tooltip' connectId='sec_15'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 55101010 <br />-->
											<b>Cusip</b>: 756499992
											</div>
										</div> 
									</td>
									<td>617</td>
									<td>$34,379</td>
									<td>1.90 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>16.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_16'>LI & FUNG LTD</span>
										<div dojoType='dijit.Tooltip' connectId='sec_16'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25501010 <br />-->
											<b>Cusip</b>: 501918999
											</div>
										</div> 
									</td>
									<td>8,120</td>
									<td>$33,571</td>
									<td>1.86 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>17.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_17'>ASTRAZENECA PLC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_17'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35202010 <br />-->
											<b>Cusip</b>: 046355996
											</div>
										</div> 
									</td>
									<td>713</td>
									<td>$33,519</td>
									<td>1.85 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>18.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_18'>SWATCH GROUP AG/THE-BR</span>
										<div dojoType='dijit.Tooltip' connectId='sec_18'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25203010 <br />-->
											<b>Cusip</b>: 869999888
											</div>
										</div> 
									</td>
									<td>131</td>
									<td>$33,137</td>
									<td>1.83 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>19.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_19'>SANOFI-AVENTIS</span>
										<div dojoType='dijit.Tooltip' connectId='sec_19'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35202010 <br />-->
											<b>Cusip</b>: 800955999
											</div>
										</div> 
									</td>
									<td>410</td>
									<td>$32,196</td>
									<td>1.78 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>20.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_20'>HANSEN TRANSMISSIONS INT</span>
										<div dojoType='dijit.Tooltip' connectId='sec_20'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20106020 <br />-->
											<b>Cusip</b>: 411346992
											</div>
										</div> 
									</td>
									<td>17,506</td>
									<td>$30,837</td>
									<td>1.70 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>21.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_21'>KONINKLIJKE KPN NV</span>
										<div dojoType='dijit.Tooltip' connectId='sec_21'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 50101020 <br />-->
											<b>Cusip</b>: 500468996
											</div>
										</div> 
									</td>
									<td>1,798</td>
									<td>$30,516</td>
									<td>1.69 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>22.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_22'>KOMATSU LTD</span>
										<div dojoType='dijit.Tooltip' connectId='sec_22'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20106010 <br />-->
											<b>Cusip</b>: 500456991
											</div>
										</div> 
									</td>
									<td>1,360</td>
									<td>$28,493</td>
									<td>1.58 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>23.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_23'>BARRICK GOLD CORP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_23'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 15104030 <br />-->
											<b>Cusip</b>: 067901108
											</div>
										</div> 
									</td>
									<td>700</td>
									<td>$27,566</td>
									<td>1.52 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>24.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_24'>STANDARD CHARTERED PLC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_24'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40101010 <br />-->
											<b>Cusip</b>: 853205888
											</div>
										</div> 
									</td>
									<td>1,073</td>
									<td>$27,096</td>
									<td>1.50 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>25.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_25'>BURBERRY GROUP PLC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_25'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25203010 <br />-->
											<b>Cusip</b>: 120860994
											</div>
										</div> 
									</td>
									<td>2,810</td>
									<td>$26,997</td>
									<td>1.49 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>26.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_26'>TRINA SOLAR LTD-SPON ADR</span>
										<div dojoType='dijit.Tooltip' connectId='sec_26'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20104010 <br />-->
											<b>Cusip</b>: 89628E104
											</div>
										</div> 
									</td>
									<td>500</td>
									<td>$26,985</td>
									<td>1.49 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>27.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_27'>YINGLI GREEN ENERGY HOLD-ADR</span>
										<div dojoType='dijit.Tooltip' connectId='sec_27'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20104010 <br />-->
											<b>Cusip</b>: 98584B103
											</div>
										</div> 
									</td>
									<td>1,700</td>
									<td>$26,877</td>
									<td>1.49 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>28.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_28'>BANCO SANTANDER ORD</span>
										<div dojoType='dijit.Tooltip' connectId='sec_28'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40101010 <br />-->
											<b>Cusip</b>: 059469999
											</div>
										</div> 
									</td>
									<td>1,620</td>
									<td>$26,730</td>
									<td>1.48 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>29.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_29'>HEIDELBERGCEMENT AG</span>
										<div dojoType='dijit.Tooltip' connectId='sec_29'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 15102010 <br />-->
											<b>Cusip</b>: 422820886
											</div>
										</div> 
									</td>
									<td>390</td>
									<td>$26,667</td>
									<td>1.47 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>30.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_30'>SOFTBANK CORP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_30'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 50102010 <br />-->
											<b>Cusip</b>: 834018996
											</div>
										</div> 
									</td>
									<td>1,130</td>
									<td>$26,511</td>
									<td>1.47 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>31.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_31'>CREDIT SUISSE GROUP AG-REG</span>
										<div dojoType='dijit.Tooltip' connectId='sec_31'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40203030 <br />-->
											<b>Cusip</b>: 225400993
											</div>
										</div> 
									</td>
									<td>508</td>
									<td>$25,151</td>
									<td>1.39 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>32.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_32'>COMPASS GROUP PLC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_32'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25301040 <br />-->
											<b>Cusip</b>: 204501993
											</div>
										</div> 
									</td>
									<td>3,470</td>
									<td>$24,840</td>
									<td>1.37 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>33.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_33'>TECK RESOURCES LTD-CLS B</span>
										<div dojoType='dijit.Tooltip' connectId='sec_33'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 15104020 <br />-->
											<b>Cusip</b>: 878742204
											</div>
										</div> 
									</td>
									<td>700</td>
									<td>$24,479</td>
									<td>1.35 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>34.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_34'>ADIDAS AG</span>
										<div dojoType='dijit.Tooltip' connectId='sec_34'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25203010 <br />-->
											<b>Cusip</b>: 000900993
											</div>
										</div> 
									</td>
									<td>447</td>
									<td>$24,285</td>
									<td>1.34 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>35.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_35'>DANONE</span>
										<div dojoType='dijit.Tooltip' connectId='sec_35'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 30202030 <br />-->
											<b>Cusip</b>: 233640994
											</div>
										</div> 
									</td>
									<td>396</td>
									<td>$24,240</td>
									<td>1.34 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>36.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_36'>TEMENOS GROUP AG-REG</span>
										<div dojoType='dijit.Tooltip' connectId='sec_36'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45103010 <br />-->
											<b>Cusip</b>: 879715993
											</div>
										</div> 
									</td>
									<td>941</td>
									<td>$24,233</td>
									<td>1.34 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>37.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_37'>SHIN-ETSU CHEMICAL CO LTD</span>
										<div dojoType='dijit.Tooltip' connectId='sec_37'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 15101050 <br />-->
											<b>Cusip</b>: 824925994
											</div>
										</div> 
									</td>
									<td>400</td>
									<td>$22,601</td>
									<td>1.25 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>38.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_38'>BG GROUP PLC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_38'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 10102010 <br />-->
											<b>Cusip</b>: 055434559
											</div>
										</div> 
									</td>
									<td>1,242</td>
									<td>$22,432</td>
									<td>1.24 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>39.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_39'>SCHNEIDER ELECTRIC SA</span>
										<div dojoType='dijit.Tooltip' connectId='sec_39'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20104010 <br />-->
											<b>Cusip</b>: 806878997
											</div>
										</div> 
									</td>
									<td>189</td>
									<td>$21,943</td>
									<td>1.21 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>40.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_40'>CTRIP.COM INTERNATIONAL-ADR</span>
										<div dojoType='dijit.Tooltip' connectId='sec_40'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25301020 <br />-->
											<b>Cusip</b>: 22943F100
											</div>
										</div> 
									</td>
									<td>300</td>
									<td>$21,558</td>
									<td>1.19 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>41.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_41'>TEVA PHARMACEUTICAL-SP ADR</span>
										<div dojoType='dijit.Tooltip' connectId='sec_41'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35202010 <br />-->
											<b>Cusip</b>: 881624209
											</div>
										</div> 
									</td>
									<td>370</td>
									<td>$20,786</td>
									<td>1.15 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>42.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_42'>KUEHNE & NAGEL INTL AG-REG</span>
										<div dojoType='dijit.Tooltip' connectId='sec_42'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20303010 <br />-->
											<b>Cusip</b>: 501185995
											</div>
										</div> 
									</td>
									<td>211</td>
									<td>$20,502</td>
									<td>1.13 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>43.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_43'>VALLOUREC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_43'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20106020 <br />-->
											<b>Cusip</b>: 919268995
											</div>
										</div> 
									</td>
									<td>113</td>
									<td>$20,413</td>
									<td>1.13 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>44.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_44'>ROCHE HOLDING AG-GENUSSCHEIN</span>
										<div dojoType='dijit.Tooltip' connectId='sec_44'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35202010 <br />-->
											<b>Cusip</b>: 434510996
											</div>
										</div> 
									</td>
									<td>119</td>
									<td>$20,337</td>
									<td>1.12 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>45.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_45'>BULGARI SPA</span>
										<div dojoType='dijit.Tooltip' connectId='sec_45'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25203010 <br />-->
											<b>Cusip</b>: 120100XX5
											</div>
										</div> 
									</td>
									<td>2,461</td>
									<td>$20,238</td>
									<td>1.12 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>46.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_46'>EXPERIAN PLC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_46'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20202020 <br />-->
											<b>Cusip</b>: 391100997
											</div>
										</div> 
									</td>
									<td>2,023</td>
									<td>$19,988</td>
									<td>1.10 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>47.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_47'>ANGLO AMERICAN PLC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_47'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 15104020 <br />-->
											<b>Cusip</b>: 034671883
											</div>
										</div> 
									</td>
									<td>458</td>
									<td>$19,840</td>
									<td>1.10 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>48.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_48'>PETROLEO BRASILEIRO S.A.-ADR</span>
										<div dojoType='dijit.Tooltip' connectId='sec_48'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 10102010 <br />-->
											<b>Cusip</b>: 71654V408
											</div>
										</div> 
									</td>
									<td>400</td>
									<td>$19,072</td>
									<td>1.05 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>49.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_49'>SIEMENS AG-REG</span>
										<div dojoType='dijit.Tooltip' connectId='sec_49'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20105010 <br />-->
											<b>Cusip</b>: 826197105
											</div>
										</div> 
									</td>
									<td>206</td>
									<td>$18,924</td>
									<td>1.05 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>50.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_50'>THOMAS COOK GROUP PLC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_50'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25301020 <br />-->
											<b>Cusip</b>: 884316993
											</div>
										</div> 
									</td>
									<td>5,074</td>
									<td>$18,749</td>
									<td>1.04 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>51.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_51'>MITSUBISHI UFJ FINANCIAL GRO</span>
										<div dojoType='dijit.Tooltip' connectId='sec_51'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40101010 <br />-->
											<b>Cusip</b>: 606819993
											</div>
										</div> 
									</td>
									<td>3,800</td>
									<td>$18,733</td>
									<td>1.04 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>52.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_52'>ITAU UNIBANCO HLDNG-PREF ADR</span>
										<div dojoType='dijit.Tooltip' connectId='sec_52'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40101010 <br />-->
											<b>Cusip</b>: 465562106
											</div>
										</div> 
									</td>
									<td>802</td>
									<td>$18,317</td>
									<td>1.01 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>53.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_53'>ARCELORMITTAL-NY REGISTERED</span>
										<div dojoType='dijit.Tooltip' connectId='sec_53'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 15104050 <br />-->
											<b>Cusip</b>: 03938L104
											</div>
										</div> 
									</td>
									<td>400</td>
									<td>$18,300</td>
									<td>1.01 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>54.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_54'>VESTAS WIND SYSTEMS A/S</span>
										<div dojoType='dijit.Tooltip' connectId='sec_54'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20104020 <br />-->
											<b>Cusip</b>: 925392995
											</div>
										</div> 
									</td>
									<td>287</td>
									<td>$17,456</td>
									<td>0.96 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>55.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_55'>ESSILOR INTL ORD</span>
										<div dojoType='dijit.Tooltip' connectId='sec_55'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35101020 <br />-->
											<b>Cusip</b>: 296700990
											</div>
										</div> 
									</td>
									<td>284</td>
									<td>$16,961</td>
									<td>0.94 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>56.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_56'>TOSHIBA CORP ORD</span>
										<div dojoType='dijit.Tooltip' connectId='sec_56'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45202010 <br />-->
											<b>Cusip</b>: 891491995
											</div>
										</div> 
									</td>
									<td>3,000</td>
									<td>$16,660</td>
									<td>0.92 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>57.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_57'>SUN HUNG KAI PRP ORD</span>
										<div dojoType='dijit.Tooltip' connectId='sec_57'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40403010 <br />-->
											<b>Cusip</b>: 86676H104
											</div>
										</div> 
									</td>
									<td>1,030</td>
									<td>$15,315</td>
									<td>0.85 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>58.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_58'>NOMURA HOLDINGS INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_58'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40203020 <br />-->
											<b>Cusip</b>: 655361103
											</div>
										</div> 
									</td>
									<td>2,000</td>
									<td>$14,885</td>
									<td>0.82 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>59.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_59'>ZTE CORP - H</span>
										<div dojoType='dijit.Tooltip' connectId='sec_59'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45201020 <br />-->
											<b>Cusip</b>: 989739990
											</div>
										</div> 
									</td>
									<td>2,400</td>
									<td>$14,755</td>
									<td>0.82 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>60.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_60'>IMPERIAL TOBACCO GROUP PLC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_60'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 30203010 <br />-->
											<b>Cusip</b>: 453141996
											</div>
										</div> 
									</td>
									<td>439</td>
									<td>$13,853</td>
									<td>0.77 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>61.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_61'>NIKON CORP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_61'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25202020 <br />-->
											<b>Cusip</b>: 654111996
											</div>
										</div> 
									</td>
									<td>700</td>
									<td>$13,833</td>
									<td>0.76 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>62.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_62'>BAYER AG ORD</span>
										<div dojoType='dijit.Tooltip' connectId='sec_62'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35202010 <br />-->
											<b>Cusip</b>: 072730997
											</div>
										</div> 
									</td>
									<td>171</td>
									<td>$13,720</td>
									<td>0.76 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>63.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_63'>RAKUTEN INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_63'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25502020 <br />-->
											<b>Cusip</b>: 751010992
											</div>
										</div> 
									</td>
									<td>17</td>
									<td>$12,953</td>
									<td>0.72 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>64.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_64'>TOLL HOLDINGS LIMITED</span>
										<div dojoType='dijit.Tooltip' connectId='sec_64'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 20301010 <br />-->
											<b>Cusip</b>: 889540993
											</div>
										</div> 
									</td>
									<td>1,444</td>
									<td>$11,272</td>
									<td>0.62 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>65.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_65'>SONOVA HOLDING AG-REG</span>
										<div dojoType='dijit.Tooltip' connectId='sec_65'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 35101010 <br />-->
											<b>Cusip</b>: 71921A997
											</div>
										</div> 
									</td>
									<td>90</td>
									<td>$10,896</td>
									<td>0.60 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>66.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_66'>HSBC HOLDINGS PLC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_66'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40101010 <br />-->
											<b>Cusip</b>: 404401994
											</div>
										</div> 
									</td>
									<td>920</td>
									<td>$10,498</td>
									<td>0.58 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>67.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_67'>GOLDEN EAGLE RETAIL GROUP</span>
										<div dojoType='dijit.Tooltip' connectId='sec_67'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25503010 <br />-->
											<b>Cusip</b>: 380810994
											</div>
										</div> 
									</td>
									<td>5,000</td>
									<td>$10,141</td>
									<td>0.56 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>68.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_68'>VALEO SA</span>
										<div dojoType='dijit.Tooltip' connectId='sec_68'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25101010 <br />-->
											<b>Cusip</b>: 919134999
											</div>
										</div> 
									</td>
									<td>282</td>
									<td>$9,855</td>
									<td>0.54 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>69.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_69'>PPR</span>
										<div dojoType='dijit.Tooltip' connectId='sec_69'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25503010 <br />-->
											<b>Cusip</b>: 722002995
											</div>
										</div> 
									</td>
									<td>76</td>
									<td>$9,109</td>
									<td>0.50 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>70.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_70'>ING GROEP NV-CVA</span>
										<div dojoType='dijit.Tooltip' connectId='sec_70'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40201020 <br />-->
											<b>Cusip</b>: 460122997
											</div>
										</div> 
									</td>
									<td>922</td>
									<td>$8,866</td>
									<td>0.49 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>71.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_71'>SONY CORP ORD</span>
										<div dojoType='dijit.Tooltip' connectId='sec_71'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 25201010 <br />-->
											<b>Cusip</b>: 835699109
											</div>
										</div> 
									</td>
									<td>300</td>
									<td>$8,728</td>
									<td>0.48 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>72.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_72'>JFE HOLDINGS INC</span>
										<div dojoType='dijit.Tooltip' connectId='sec_72'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 15104050 <br />-->
											<b>Cusip</b>: 477197990
											</div>
										</div> 
									</td>
									<td>200</td>
									<td>$7,912</td>
									<td>0.44 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>73.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_73'>STMICROELECTRONICS NV</span>
										<div dojoType='dijit.Tooltip' connectId='sec_73'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 45301020 <br />-->
											<b>Cusip</b>: 784214991
											</div>
										</div> 
									</td>
									<td>825</td>
									<td>$7,612</td>
									<td>0.42 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>74.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_74'>RVS SHORT TERM CASH  0.000%  12/31/2010</span>
										<div dojoType='dijit.Tooltip' connectId='sec_74'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: OTHF <br />-->
											<b>Cusip</b>: 76932H105
											</div>
										</div> 
									</td>
									<td>7,572.3</td>
									<td>$7,572</td>
									<td>0.42 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>75.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_75'>THYSSENKRUPP AG</span>
										<div dojoType='dijit.Tooltip' connectId='sec_75'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 15104050 <br />-->
											<b>Cusip</b>: 886292994
											</div>
										</div> 
									</td>
									<td>194</td>
									<td>$7,331</td>
									<td>0.41 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>76.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_76'>UBS AG-REG</span>
										<div dojoType='dijit.Tooltip' connectId='sec_76'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 40203030 <br />-->
											<b>Cusip</b>: 808411995
											</div>
										</div> 
									</td>
									<td>280</td>
									<td>$4,357</td>
									<td>0.24 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'>77.</td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_77'>TECK RESOURCES LTD-CL B</span>
										<div dojoType='dijit.Tooltip' connectId='sec_77'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>: 15104020 <br />-->
											<b>Cusip</b>: 878742998
											</div>
										</div> 
									</td>
									<td>100</td>
									<td>$3,505</td>
									<td>0.19 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHoldingNumber'></td>
									<td class='rowHeaderHolding'>
										<span class='holdingTooltip' id='sec_78'>Other Assets less Liabilities</span>
										<div dojoType='dijit.Tooltip' connectId='sec_78'>
											<div class='holdingTooltipContent'>
											<!--<b>Industry</b>:  <br />-->
											<b>Cusip</b>: 
											</div>
										</div> 
									</td>
									<td></td>
									<td>$-36,739</td>
									<td>-2.03 %</td>
								</tr>
							
								<tr>
									<td class='rowHeaderHolding' colspan='3'><b>Net Assets</b></td>
									<td>$1,809,060</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>81634D600</td>
							<td>05/03/1993</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/prospectus/pr_portfolios.pdf' class='pdfLink' target='_blank'>Prospectus</a>
						</li>
					
						<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/variable_annuity.html' >Fact Sheet</a>
						</li>
					
						<li class='fundLinks'>
							<a href='/pdf/annualreports/ar_fund_internationalgrowth_portfolio.pdf' class='pdfLink' target='_blank'>Annual Report</a>
						</li>
					
						<li class='fundLinks'>
							<a href='http://www.seligman.com/pdf/midyearreports/mr_fund_internationalgrowth_portfolio.pdf' class='pdfLink' target='_blank'>Semi-Annual Report</a>
						</li>
					
					

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

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

					}
				

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

				</div>

		</div>

      <div id='printContainer' style="display:none;">
        <div id="printName">Seligman International Growth 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 December 31, 2009</b></p>  				  
  						<table class='factTable'>
  							<tr>
  								<th>&nbsp;</th>
							
  								<th>Avg. Annual Return % <br />(without Sales Charge)</th>
  								<th>Avg. Annual Return % <br />(with Sales Charge)</th>	
  							
  							</tr>
  						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class 1
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>22.50</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-13.83</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-3.69</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>-5.21</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 05/03/1993
								</td>
								<td>1.52</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 February 28, 2010</b></p>  				  
  						<table class='factTable'>
  							<tr>
  								<th>&nbsp;</th>
							
  								<th>Avg. Annual Return % <br />(without Sales Charge)</th>
  								<th>Avg. Annual Return % <br />(with Sales Charge)</th>	
  							
  							</tr>
  						
							<tr><td colspan='3' class='rowHeader' style='padding-top: 20px;'>
								Class 1
								
							</td></tr>
						
							<tr>
								<td class='rowHeaderReturns'>1 year</td>
								<td>36.94</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>3 year</td>
								<td>-15.45</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>5 year</td>
								<td>-4.19</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>10 year</td>
								<td>-6.16</td>
								<td>n/a</td>
							</tr>
						
						
							<tr>
								<td class='rowHeaderReturns'>
									Since inception <br />on 05/03/1993
								</td>
								<td>1.10</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>4.69</td>
							<td>2.00</td>
							</tr>
						
						</table>	

				</div>
				

				

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

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

              <table class='factTable' style='width: auto;'>
							<tr>
								<th colspan='2'>Security</th>
								<th>% of<br />Net Assets</th>
							</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>1. </td>
									<td class='rowHeaderHolding'>RECKITT BENCKISER GROUP PLC</td>
									<td>3.44</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>2. </td>
									<td class='rowHeaderHolding'>IMPERIAL TOBACCO GROUP PLC</td>
									<td>2.54</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>3. </td>
									<td class='rowHeaderHolding'>POTASH CORP OF SASKATCHEWAN</td>
									<td>2.50</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>4. </td>
									<td class='rowHeaderHolding'>ARM HOLDINGS PLC</td>
									<td>2.44</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>5. </td>
									<td class='rowHeaderHolding'>QIAGEN N.V.</td>
									<td>2.42</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>6. </td>
									<td class='rowHeaderHolding'>TEVA PHARMACEUTICAL-SP ADR</td>
									<td>2.41</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>7. </td>
									<td class='rowHeaderHolding'>BRITISH AMERICAN TOBACCO PLC</td>
									<td>2.41</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>8. </td>
									<td class='rowHeaderHolding'>UNILEVER NV-CVA</td>
									<td>2.23</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>9. </td>
									<td class='rowHeaderHolding'>TOLL HOLDINGS LIMITED</td>
									<td>2.22</td>
									</tr>
							
									<tr>
									<td class='rowHeaderHoldingNumber'>10. </td>
									<td class='rowHeaderHolding'>NESTLE SA-REG</td>
									<td>2.20</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 24.82 % of the Fund's net assets.</p>   
              <br>
			
              			<div class="printSubTitle">Full Holdings for quarter ending Q4 2009</div>  
  							<table id='fullHolds' class='factTable' style='width: auto;'>
  							<tr>
  								<th colspan='2'>Security</th>
  								<th>Shares/<br />Principal</th>
  								<th>Market Value</th>
  								<th>% of<br />Net Assets</th>
  							</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>1.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_1'>RECKITT BENCKISER GROUP PLC</span>
  									</td>
  									<td>1,271</td>
  									<td>$68,819</td>
  									<td>3.80</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>2.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_2'>NESTLE SA-REG</span>
  									</td>
  									<td>1,157</td>
  									<td>$56,118</td>
  									<td>3.10</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>3.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_3'>DAIMLER AG-REGISTERED SHARES</span>
  									</td>
  									<td>848</td>
  									<td>$45,028</td>
  									<td>2.49</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>4.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_4'>RIO TINTO PLC</span>
  									</td>
  									<td>830</td>
  									<td>$44,830</td>
  									<td>2.48</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>5.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_5'>UNILEVER NV-CVA</span>
  									</td>
  									<td>1,338</td>
  									<td>$43,483</td>
  									<td>2.40</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>6.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_6'>XSTRATA PLC</span>
  									</td>
  									<td>2,434</td>
  									<td>$43,425</td>
  									<td>2.40</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>7.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_7'>QIAGEN N.V.</span>
  									</td>
  									<td>1,850</td>
  									<td>$41,575</td>
  									<td>2.30</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>8.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_8'>POTASH CORP OF SASKATCHEWAN</span>
  									</td>
  									<td>380</td>
  									<td>$41,230</td>
  									<td>2.28</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>9.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_9'>METRO AG</span>
  									</td>
  									<td>667</td>
  									<td>$40,991</td>
  									<td>2.27</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>10.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_10'>VODAFONE GROUP PLC</span>
  									</td>
  									<td>17,579</td>
  									<td>$40,720</td>
  									<td>2.25</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>11.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_11'>BRITISH AMERICAN TOBACCO PLC</span>
  									</td>
  									<td>1,188</td>
  									<td>$38,577</td>
  									<td>2.13</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>12.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_12'>ANTOFAGASTA PLC</span>
  									</td>
  									<td>2,422</td>
  									<td>$38,539</td>
  									<td>2.13</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>13.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_13'>ARM HOLDINGS PLC</span>
  									</td>
  									<td>13,177</td>
  									<td>$37,637</td>
  									<td>2.08</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>14.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_14'>PHILIPS ELECTRONICS NV</span>
  									</td>
  									<td>1,176</td>
  									<td>$34,710</td>
  									<td>1.92</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>15.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_15'>RED ELECTRICA CORPORACION SA</span>
  									</td>
  									<td>617</td>
  									<td>$34,379</td>
  									<td>1.90</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>16.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_16'>LI & FUNG LTD</span>
  									</td>
  									<td>8,120</td>
  									<td>$33,571</td>
  									<td>1.86</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>17.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_17'>ASTRAZENECA PLC</span>
  									</td>
  									<td>713</td>
  									<td>$33,519</td>
  									<td>1.85</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>18.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_18'>SWATCH GROUP AG/THE-BR</span>
  									</td>
  									<td>131</td>
  									<td>$33,137</td>
  									<td>1.83</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>19.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_19'>SANOFI-AVENTIS</span>
  									</td>
  									<td>410</td>
  									<td>$32,196</td>
  									<td>1.78</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>20.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_20'>HANSEN TRANSMISSIONS INT</span>
  									</td>
  									<td>17,506</td>
  									<td>$30,837</td>
  									<td>1.70</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>21.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_21'>KONINKLIJKE KPN NV</span>
  									</td>
  									<td>1,798</td>
  									<td>$30,516</td>
  									<td>1.69</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>22.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_22'>KOMATSU LTD</span>
  									</td>
  									<td>1,360</td>
  									<td>$28,493</td>
  									<td>1.58</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>23.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_23'>BARRICK GOLD CORP</span>
  									</td>
  									<td>700</td>
  									<td>$27,566</td>
  									<td>1.52</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>24.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_24'>STANDARD CHARTERED PLC</span>
  									</td>
  									<td>1,073</td>
  									<td>$27,096</td>
  									<td>1.50</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>25.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_25'>BURBERRY GROUP PLC</span>
  									</td>
  									<td>2,810</td>
  									<td>$26,997</td>
  									<td>1.49</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>26.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_26'>TRINA SOLAR LTD-SPON ADR</span>
  									</td>
  									<td>500</td>
  									<td>$26,985</td>
  									<td>1.49</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>27.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_27'>YINGLI GREEN ENERGY HOLD-ADR</span>
  									</td>
  									<td>1,700</td>
  									<td>$26,877</td>
  									<td>1.49</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>28.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_28'>BANCO SANTANDER ORD</span>
  									</td>
  									<td>1,620</td>
  									<td>$26,730</td>
  									<td>1.48</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>29.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_29'>HEIDELBERGCEMENT AG</span>
  									</td>
  									<td>390</td>
  									<td>$26,667</td>
  									<td>1.47</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>30.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_30'>SOFTBANK CORP</span>
  									</td>
  									<td>1,130</td>
  									<td>$26,511</td>
  									<td>1.47</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>31.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_31'>CREDIT SUISSE GROUP AG-REG</span>
  									</td>
  									<td>508</td>
  									<td>$25,151</td>
  									<td>1.39</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>32.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_32'>COMPASS GROUP PLC</span>
  									</td>
  									<td>3,470</td>
  									<td>$24,840</td>
  									<td>1.37</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>33.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_33'>TECK RESOURCES LTD-CLS B</span>
  									</td>
  									<td>700</td>
  									<td>$24,479</td>
  									<td>1.35</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>34.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_34'>ADIDAS AG</span>
  									</td>
  									<td>447</td>
  									<td>$24,285</td>
  									<td>1.34</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>35.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_35'>DANONE</span>
  									</td>
  									<td>396</td>
  									<td>$24,240</td>
  									<td>1.34</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>36.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_36'>TEMENOS GROUP AG-REG</span>
  									</td>
  									<td>941</td>
  									<td>$24,233</td>
  									<td>1.34</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>37.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_37'>SHIN-ETSU CHEMICAL CO LTD</span>
  									</td>
  									<td>400</td>
  									<td>$22,601</td>
  									<td>1.25</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>38.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_38'>BG GROUP PLC</span>
  									</td>
  									<td>1,242</td>
  									<td>$22,432</td>
  									<td>1.24</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>39.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_39'>SCHNEIDER ELECTRIC SA</span>
  									</td>
  									<td>189</td>
  									<td>$21,943</td>
  									<td>1.21</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>40.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_40'>CTRIP.COM INTERNATIONAL-ADR</span>
  									</td>
  									<td>300</td>
  									<td>$21,558</td>
  									<td>1.19</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>41.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_41'>TEVA PHARMACEUTICAL-SP ADR</span>
  									</td>
  									<td>370</td>
  									<td>$20,786</td>
  									<td>1.15</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>42.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_42'>KUEHNE & NAGEL INTL AG-REG</span>
  									</td>
  									<td>211</td>
  									<td>$20,502</td>
  									<td>1.13</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>43.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_43'>VALLOUREC</span>
  									</td>
  									<td>113</td>
  									<td>$20,413</td>
  									<td>1.13</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>44.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_44'>ROCHE HOLDING AG-GENUSSCHEIN</span>
  									</td>
  									<td>119</td>
  									<td>$20,337</td>
  									<td>1.12</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>45.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_45'>BULGARI SPA</span>
  									</td>
  									<td>2,461</td>
  									<td>$20,238</td>
  									<td>1.12</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>46.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_46'>EXPERIAN PLC</span>
  									</td>
  									<td>2,023</td>
  									<td>$19,988</td>
  									<td>1.10</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>47.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_47'>ANGLO AMERICAN PLC</span>
  									</td>
  									<td>458</td>
  									<td>$19,840</td>
  									<td>1.10</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>48.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_48'>PETROLEO BRASILEIRO S.A.-ADR</span>
  									</td>
  									<td>400</td>
  									<td>$19,072</td>
  									<td>1.05</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>49.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_49'>SIEMENS AG-REG</span>
  									</td>
  									<td>206</td>
  									<td>$18,924</td>
  									<td>1.05</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>50.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_50'>THOMAS COOK GROUP PLC</span>
  									</td>
  									<td>5,074</td>
  									<td>$18,749</td>
  									<td>1.04</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>51.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_51'>MITSUBISHI UFJ FINANCIAL GRO</span>
  									</td>
  									<td>3,800</td>
  									<td>$18,733</td>
  									<td>1.04</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>52.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_52'>ITAU UNIBANCO HLDNG-PREF ADR</span>
  									</td>
  									<td>802</td>
  									<td>$18,317</td>
  									<td>1.01</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>53.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_53'>ARCELORMITTAL-NY REGISTERED</span>
  									</td>
  									<td>400</td>
  									<td>$18,300</td>
  									<td>1.01</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>54.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_54'>VESTAS WIND SYSTEMS A/S</span>
  									</td>
  									<td>287</td>
  									<td>$17,456</td>
  									<td>0.96</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>55.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_55'>ESSILOR INTL ORD</span>
  									</td>
  									<td>284</td>
  									<td>$16,961</td>
  									<td>0.94</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>56.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_56'>TOSHIBA CORP ORD</span>
  									</td>
  									<td>3,000</td>
  									<td>$16,660</td>
  									<td>0.92</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>57.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_57'>SUN HUNG KAI PRP ORD</span>
  									</td>
  									<td>1,030</td>
  									<td>$15,315</td>
  									<td>0.85</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>58.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_58'>NOMURA HOLDINGS INC</span>
  									</td>
  									<td>2,000</td>
  									<td>$14,885</td>
  									<td>0.82</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>59.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_59'>ZTE CORP - H</span>
  									</td>
  									<td>2,400</td>
  									<td>$14,755</td>
  									<td>0.82</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>60.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_60'>IMPERIAL TOBACCO GROUP PLC</span>
  									</td>
  									<td>439</td>
  									<td>$13,853</td>
  									<td>0.77</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>61.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_61'>NIKON CORP</span>
  									</td>
  									<td>700</td>
  									<td>$13,833</td>
  									<td>0.76</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>62.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_62'>BAYER AG ORD</span>
  									</td>
  									<td>171</td>
  									<td>$13,720</td>
  									<td>0.76</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>63.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_63'>RAKUTEN INC</span>
  									</td>
  									<td>17</td>
  									<td>$12,953</td>
  									<td>0.72</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>64.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_64'>TOLL HOLDINGS LIMITED</span>
  									</td>
  									<td>1,444</td>
  									<td>$11,272</td>
  									<td>0.62</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>65.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_65'>SONOVA HOLDING AG-REG</span>
  									</td>
  									<td>90</td>
  									<td>$10,896</td>
  									<td>0.60</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>66.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_66'>HSBC HOLDINGS PLC</span>
  									</td>
  									<td>920</td>
  									<td>$10,498</td>
  									<td>0.58</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>67.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_67'>GOLDEN EAGLE RETAIL GROUP</span>
  									</td>
  									<td>5,000</td>
  									<td>$10,141</td>
  									<td>0.56</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>68.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_68'>VALEO SA</span>
  									</td>
  									<td>282</td>
  									<td>$9,855</td>
  									<td>0.54</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>69.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_69'>PPR</span>
  									</td>
  									<td>76</td>
  									<td>$9,109</td>
  									<td>0.50</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>70.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_70'>ING GROEP NV-CVA</span>
  									</td>
  									<td>922</td>
  									<td>$8,866</td>
  									<td>0.49</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>71.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_71'>SONY CORP ORD</span>
  									</td>
  									<td>300</td>
  									<td>$8,728</td>
  									<td>0.48</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>72.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_72'>JFE HOLDINGS INC</span>
  									</td>
  									<td>200</td>
  									<td>$7,912</td>
  									<td>0.44</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>73.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_73'>STMICROELECTRONICS NV</span>
  									</td>
  									<td>825</td>
  									<td>$7,612</td>
  									<td>0.42</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>74.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_74'>RVS SHORT TERM CASH  0.000%  12/31/2010</span>
  									</td>
  									<td>7,572.3</td>
  									<td>$7,572</td>
  									<td>0.42</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>75.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_75'>THYSSENKRUPP AG</span>
  									</td>
  									<td>194</td>
  									<td>$7,331</td>
  									<td>0.41</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>76.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_76'>UBS AG-REG</span>
  									</td>
  									<td>280</td>
  									<td>$4,357</td>
  									<td>0.24</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'>77.</td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_77'>TECK RESOURCES LTD-CL B</span>
  									</td>
  									<td>100</td>
  									<td>$3,505</td>
  									<td>0.19</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHoldingNumber'></td>
  									<td class='rowHeaderHolding'>
  										<span class='holdingTooltip' id='sec_78'>Other Assets less Liabilities</span>
  									</td>
  									<td></td>
  									<td>$-36,739</td>
  									<td>-2.03</td>
  								</tr>
  							
  								<tr>
  									<td class='rowHeaderHolding' colspan='3'><b>Net Assets</b></td>
  									<td>$1,809,060</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>81634D600</td>
    							<td>05/03/1993</td>
    						</tr>
    					
    					</table>            	
				</div>      
        
        <br>
        
                
      </div>
	<div id='disclosure'>
				
                                       

                                       

                                       

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





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