function IFP_date() {
	
var now = new Date();
var months = new Array('January','February','March','April','May','June','July','August','September','October','November','December');
var date = ((now.getDate()<10) ? "0" : "")+ now.getDate();

function fourdigits(number)	{
return (number < 1000) ? number + 1900 : number;
}
today = months[now.getMonth()] + " " +
date + ", " +
(fourdigits(now.getYear())) ;
return today;
}

//IFP - Inside Page Header

document.write('<img src="/stellent2/groups/it_bd/documents/image/spacer_ifp.gif" height="8" width="1"><br>');
document.write('<table cellspacing="0" cellpadding="0" width="776" align="center" border="0">');
document.write('<tr><td style="background: rgb(202, 202, 202) none repeat scroll 0%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;" align="left" width="1"><img src="/stellent2/groups/it_bd/documents/image/spacer_ifp.gif" height="1" width="1"></td></tr>');  
document.write('<tr><td><table width="774" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr><td style="background: rgb(202, 202, 202) none repeat scroll 0%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;" align="left" width="1"><img src="/stellent2/groups/it_bd/documents/image/spacer_ifp.gif" height="89" width="1"></td>');
document.write('<td><a href="http://www.ingfp.com"><img src="/stellent2/groups/it_bd/documents/image/ifp_logo_inside.gif" alt="ING Financial Partners" width="264" height="89" border="0"></a></td>');
document.write('<td style="background: rgb(255, 255, 255) none repeat scroll 0%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;" align="left" width="52"><img src="/stellent2/groups/it_bd/documents/image/spacer_ifp.gif" width="52" height="1" alt=""></td>');
document.write('<td><img src="/stellent2/groups/it_bd/documents/image/vert_orangebar_header.jpeg" width="1" height="89" alt=""></td>');
document.write('<td style="background: rgb(255, 255, 255) none repeat scroll 0%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;" align="left" valign="top" width="127">');
document.write('<div style="margin-left: 7px; margin-right: 19px; margin-top: 35px;">');
document.write('<table border="0" cellpadding="0" cellspacing="0">');
document.write('<tr><td valign="top"><a href="/JoinOurTeam/index.htm" class="smallorange">Join Us</a></td>');
document.write('<td><div style="margin-top: 3px; margin-left: 5px;"><img src="/stellent2/groups/it_bd/documents/image/top_arrow.gif" width="7" height="7"></div></td></tr>');
document.write('<tr><td colspan="2" valign="top"><img src="/stellent2/groups/it_bd/documents/image/spacer_ifp.gif" width="1" height="3"></td></tr>');
document.write('<tr><td valign="top"><a href="http://www.ing-usa.com" class="smallorange">ing.com/us</a></td>');
document.write('<td><div style="margin-top: 3px; margin-left: 5px;"><img src="/stellent2/groups/it_bd/documents/image/top_arrow.gif" width="7" height="7"></div></td></tr>');									
document.write('</table>');			
document.write('</div><br><img src="/stellent2/groups/it_bd/documents/image/spacer_ifp.gif" width="127" height="1"></td>');
document.write('<td style="background: rgb(255, 255, 255) none repeat scroll 0%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;" width="330" valign="top" align="right">');
document.write('<div style="margin-top: 19px; margin-bottom:10px;">');
document.write('<table border="0" cellpadding="0" cellspacing="0" height="60">');
document.write('<tr><td valign="top" align="right" class="textDate">' + IFP_date());
								
document.write('</td><td align="right" valign="top"><img src="/stellent2/groups/it_bd/documents/image/spacer_ifp.gif" height="1" width="21"></td></tr>');
document.write('<tr><td colspan="2" align="right" valign="top"><img src="/stellent2/groups/it_bd/documents/image/spacer_ifp.gif" height="1" width="330"></td></tr>');
document.write('<tr><td valign="bottom">');
document.write('<table align="right" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr><td><a href="http://www.ingfinancialpartners.com" class="small">home</a></td>');
document.write('<td width="19"><img src="/stellent2/groups/it_bd/documents/image/spacer_ifp.gif" height="1" width="19"></td>');
document.write('<td><a href="/JoinOurTeam/About/index.htm" class="small">about</a></td>');
document.write('<td width="19"><img src="/stellent2/groups/it_bd/documents/image/spacer_ifp.gif" height="1" width="19"></td>');
document.write('<td><a href="/ImportantInfo/index.htm" class="small">important information</a></td>');
document.write('<td width="19"><img src="/stellent2/groups/it_bd/documents/image/spacer_ifp.gif" height="1" width="19"></td>');
document.write('<td><a href="/ContactUs/index.htm" class="small">contact</a></td>');
document.write('<td width="8"><img src="/stellent2/groups/it_bd/documents/image/spacer_ifp.gif" height="1" width="8"></td></tr></table>');									
document.write('</td>');
document.write('<td valign="bottom">&nbsp;</td></tr></table>');			
document.write('</div></td>');
document.write('<td style="background: rgb(202, 202, 202) none repeat scroll 0%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;" align="left" width="1"><img src="/stellent2/groups/it_bd/documents/image/spacer_ifp.gif" height="89" width="1"></td>');						
document.write('</tr></table></td>');
document.write('</tr>');

