var thisURL = top.document.URL;

if ( thisURL.indexOf ( "seo_" ) != -1 ) {
	if ( thisURL.indexOf ( "_faq.asp" ) != -1 ) {
		//top.location = "/index.asp?section=qa";
		top.location 	= "/#main-faq";
	} else if ( thisURL.indexOf ( "_idf.asp" ) != -1 ) {
		//top.location = "/index.asp?area=idf";
		top.location 	= "/#idf-intro";
	} else if ( thisURL.indexOf ( "_pb.asp" ) != -1 ) {
		//top.location = "/index.asp?area=pb";
		top.location 	= "/#pb-intro";
	} else {
		top.location = "/";
	}
}
