function init()
{	

	if(parent.frames.nav && parent.frames.nav.startIt)
	{
		parent.frames.nav.startIt()
	}
	
	if(document.about_bot)
	{
		this.top.frames["banner"].location = "/about/about_top.aspx"; 
	} 
	else if(document.history_bot)
	{
		this.top.frames["banner"].location = "/about/about_top.aspx"; 
	} 
	else if(document.joining_our_team_bot)
	{
		this.top.frames["banner"].location = "/about/about_top.aspx"; 
	}
	else if(document.partners_bot)
	{
		this.top.frames["banner"].location = "/about/about_top.aspx"; 
	}
	else if(document.service_bot)
	{
		this.top.frames["banner"].location = "/services/service_top.aspx"; 
	} 
	else if(document.contract_management)
	{
		this.top.frames["banner"].location = "/services/service_top.aspx"; 
	} 
	else if(document.customized_programs)
	{
		this.top.frames["banner"].location = "/services/service_top.aspx"; 
	} 
	else if(document.contact_us_bot)
	{
		this.top.frames["banner"].location = "/contact/contact_us_top.aspx"; 
	}
	else if(document.contact_us_info)
	{
		this.top.frames["banner"].location = "/contact/contact_us_top.aspx"; 
	}
	else if(document.careerSearchResult)
	{
		this.top.frames["banner"].location = "/MyCareerSearch/career_search_top.aspx"; 
	}
	else if(document.career_search)
	{
		this.top.frames["banner"].location = "/MyCareerSearch/career_search_top.aspx"; 
	}
	else if(document.emailJob)
	{
		this.top.frames["banner"].location = "/MyCareerSearch/career_search_top.aspx"; 
	}
	else if(document.jobReview)
	{
		this.top.frames["banner"].location = "/MyCareerSearch/career_search_top.aspx"; 
	}
	else if(document.resources_bot)
	{
		this.top.frames["banner"].location = "/resources/resources_top.aspx"; 
	}
	else if(document.resources_ceu || document.resources_faq_bot || document.resources_cpr || document.resources_health_screens || document.resources_licensures || document.resources_uniforms_supplies )
	{
		this.top.frames["banner"].location = "/resources/resources_top.aspx"; 
	}
	else if(document.search_bot)
	{
		this.top.frames["banner"].location = "/search/search_top.aspx"; 
	}
	else
	{
		this.top.frames["banner"].location = "/main_top.aspx"; 
	}
	
	var frontName = parent.frames.banner.location

}