<!--
function Footer()
{
	//footer date fix for individual pages//
	var pageURL = window.location.href
	var pageName = pageURL.substring(pageURL, pageURL.length-1);
	var lastSlash = pageName.lastIndexOf("/");
	pageName = pageName.substring(lastSlash+1);
	//var dateText;
	/*if (pageName.indexOf("Management+Team") != -1 || pageName.indexOf("Investment+Team") != -1 || pageName.indexOf("Hedge+Fund+Strategies+Team") != -1)
	{
		var dataText = "All data shown on this site is as of 9 March 2007 unless otherwise specified.<br><br>"; 
	}
	else
	{
		var dataText = "All data  shown on this site is as of 31 December 2006 unless otherwise specified.<br><br>";
	}*/
	
	//var dataText = "All data shown on this site is as of 30 September 2007 unless otherwise specified.<br><br>";
	//var dataText = "All data shown on this site is as of 30 June 2008 unless otherwise specified.<br><br>"; 
	//var dataText = "All data shown on this site is as of 30 September 2008 unless otherwise specified.<br><br>";
	var dataText = "All data shown on this site is as of 31 March 2009 unless otherwise specified.<br><br>";
	
	//=====end of date fix===============//

	//Y2K Fix
	function y2kFix(number) { return (number < 1000) ? number + 1900 : number; }
	//print footer
	var footerText = "<p align='center' id='footercontent' class='footer'>";
	//first line - ©
    //footerText += "All data  shown on this site is as of 31 December 2006 unless otherwise specified.<br><br>";
	footerText += dataText;
	footerText += "Copyright &copy; 2001-";
	var theDate = new Date();
	footerText += y2kFix(theDate.getYear());
	footerText += " American International Group, Inc.  All rights reserved.<br>";
	//second line - links
	var link1 = "javascript:void&nbsp;window.open('/AIG/Disclaimer','SiteDisclaimer','toolbar=yes,directories=no,location=no,status=yes,menubar=no,resizable=yes,scrollbars=yes,width=400,height=250')";	
	footerText += "<a href=" + link1 + ">Site Disclaimer</a> | ";

	var link2 = "javascript:void&nbsp;window.open('/AIG/Privacy','PrivacyPolicy','toolbar=yes,directories=no,location=no,status=yes,menubar=no,resizable=yes,scrollbars=yes,width=500,height=500')";	
	footerText += "<a href=" + link2 + ">Privacy Policy</a> | ";
	
	var link3 = "javascript:void&nbsp;window.open('http://www.aigcorporate.com/corpsite/termsofuse.html','TermsOfUse','toolbar=yes,directories=no,location=no,status=yes,menubar=no,resizable=yes,scrollbars=yes,width=400,height=250')";
	footerText += "<a href=" + link3 + ">Terms of Use</a> | ";
	
	//change URL below for proper ``Contact Us'' link
	//footerText += "<a href='mailto:foo@aig.com'>Contact Us</a> | ";
	footerText += "<a href='http://www.aig.com/' target='_blank'>aig.com</a><br>";
	footerText += "<\/p>";
	document.write(footerText);


} //end Footer() function

function SunAmFooter()
{
	//Y2K Fix
	function y2kFix(number) { return (number < 1000) ? number + 1900 : number; }
	//print footer
	var footerText = "<p align='center' id='footercontent' class='footer'>";
	//first line - ©
	var theDate = new Date();
	footerText += y2kFix(theDate.getYear());
	footerText += " American International Group, Inc.  All rights reserved.<br>";
	//second line - links
	var link1 = "javascript:void&nbsp;window.open('/AIG/Disclaimer','SiteDisclaimer','toolbar=yes,directories=no,location=no,status=yes,menubar=no,resizable=yes,scrollbars=yes,width=400,height=250')";	
	footerText += "<a href=" + link1 + ">Site Disclaimer</a> | ";

	var link2 = "javascript:void&nbsp;window.open('/AIG/Privacy','PrivacyPolicy','toolbar=yes,directories=no,location=no,status=yes,menubar=no,resizable=yes,scrollbars=yes,width=500,height=500')";	
	footerText += "<a href=" + link2 + ">Privacy Policy</a> | ";
	
	var link3 = "javascript:void&nbsp;window.open('http://www.aigcorporate.com/corpsite/termsofuse.html','TermsOfUse','toolbar=yes,directories=no,location=no,status=yes,menubar=no,resizable=yes,scrollbars=yes,width=400,height=250')";
	footerText += "<a href=" + link3 + ">Terms of Use</a> | ";
	
	//change URL below for proper ``Contact Us'' link
	//footerText += "<a href='mailto:foo@aig.com'>Contact Us</a> | ";
	footerText += "<a href='http://www.aig.com/' target='_blank'>aig.com</a><br>";
	footerText += "<\/p>";
	document.write(footerText);
	

} //end Footer() function

function SunAmericaDisclosure()
{
	var disclosureText = "<p align='CENTER' class='normalText'>";
	disclosureText += "<strong>FOR INTERNAL USE ONLY</strong><br>";
	disclosureText += "<p align='left' id='disclosurecontent' class='smalltext'>";
	disclosureText += "Past performance is no guarantee of future results. The Fund&#39;s daily net asset values are not guaranteed and shares are not insured by the FDIC, the Federal Reserve Board or any other agency. The investment return and principal value of an investment will fluctuate so that an investor&#39;s shares, when redeemed, may be higher or lower than the original cost. Performance as of the most recent month end is available at <a href='http://www.sunamericafunds.com' target='_blank'>www.sunamericafunds.com</a>.";
	disclosureText += "<br><br>";
	disclosureText += "This commentary does not constitute investment advice or an offer or invitation to acquire any security or to enter into any agreement. Market forecasts are not guaranteed and may not be realized. Opinions expressed are the opinion of the author only. The material is based upon information considered reliable. AIG SunAmerica Capital Services, Inc. and AIG SunAmerica Asset Management Corp. do not represent that it is accurate or complete, and it should not be relied upon as such.  The views expressed are those of the portfolio manager and are not intended to represent the opinion of AIG Global Investment Group (AIGGIG) or AIG.";
	disclosureText += "<br><br>";
	disclosureText += "Any opinions, projections, forecasts and forward-looking statements presented herein are valid only as of the date of this document and are subject to change. Interest rates and bond prices typically move inversely of each other, therefore, as with any bond fund, the value of your investment in the Fund may go up or down in response to changes in interest rates. Maximum Sales Charge: Class A: 4.75%. Class B: 4.00% Contingent Deferred Sales Charge (CDSC). Class C: 1.00% CDSC.";
	disclosureText += "<br><br>";
	disclosureText += "Investors should carefully consider the investment objectives, risks, charges and expenses of any mutual fund before investing. This and other important information is contained in the prospectus, which can be obtained from your financial adviser or from the AIG SunAmerica Sales Desk at 800-858-8850, ext. 6003. Read the prospectus carefully before investing. Funds distributed by AIG SunAmerica Capital Services, Inc.";
	document.write(disclosureText);
}

function footerDublinFunds()
{
	//Y2K Fix
	function y2kFix(number) { return (number < 1000) ? number + 1900 : number; }
	//print footer
	var footerText = "<p align='center' id='footercontent' class='footer'>";
	//first line - ©
    footerText += "All data  shown on this site is as of 30 September 2008 unless otherwise specified.<br><br>";
	footerText += "NOTE: The above funds are sub-funds of AIG Global Funds, an Irish domiciled Umbrella UCITS III authorized and regulated by the Financial Regulator in Ireland.<br><br>";
	footerText += "Copyright &copy; 2001-";
	var theDate = new Date();
	footerText += y2kFix(theDate.getYear());
	footerText += " American International Group, Inc.  All rights reserved.<br>";
	//second line - links
	var link1 = "javascript:void&nbsp;window.open('/AIG/Disclaimer','SiteDisclaimer','toolbar=yes,directories=no,location=no,status=yes,menubar=no,resizable=yes,scrollbars=yes,width=400,height=250')";	
	footerText += "<a href=" + link1 + ">Site Disclaimer</a> | ";

	var link2 = "javascript:void&nbsp;window.open('/AIG/Privacy','PrivacyPolicy','toolbar=yes,directories=no,location=no,status=yes,menubar=no,resizable=yes,scrollbars=yes,width=500,height=500')";	
	footerText += "<a href=" + link2 + ">Privacy Policy</a> | ";
	
	var link3 = "javascript:void&nbsp;window.open('http://www.aigcorporate.com/corpsite/termsofuse.html','TermsOfUse','toolbar=yes,directories=no,location=no,status=yes,menubar=no,resizable=yes,scrollbars=yes,width=400,height=250')";
	footerText += "<a href=" + link3 + ">Terms of Use</a> | ";
	
	//change URL below for proper ``Contact Us'' link
	//footerText += "<a href='mailto:foo@aig.com'>Contact Us</a> | ";
	footerText += "<a href='http://www.aig.com/' target='_blank'>aig.com</a><br>";
	footerText += "<\/p>";
	document.write(footerText);
}


// -->