var biscTrail='<a href="'+aa_URL_path+'index.html" class="breadHome">Home :</a></li>';

switch(strSection) {
			
				case 'travel':
					biscTrail=biscTrail+ '&nbsp;<a href="'+aa_URL_path+'travelwatch/planner_main.jsp?database=B" class="breadNorm">Travel :</a>';
					break;
				case 'advice':
					biscTrail=biscTrail+ '&nbsp;<a href="'+aa_URL_path+'advice_information/index.html" class="breadNorm">Motoring Advice :</a>';
					break;
				default:
					
					break;
		} // end switch

document.write('<script language="JavaScript" type="text/javascript" src="/javascript/aaGlobal.js"></script>');

document.write('<div id="topNav">');
document.write('<div id="topNavLeft"> <a href="'+aa_URL_path+'index.html"><img src="'+aa_image_path+'/topnav/mainlogo.gif" width="247" height="57" alt="TheAA.com logo" /></a>');
document.write('</div>');
document.write('<div id="topNavRight">');
document.write('<div id="topNavGlobalNav">');		
document.write('<p><span>');
document.write('<a href="'+aa_URL_path+'aboutaa/contact.html">Contact us</a>&nbsp;&nbsp;');
document.write('<a href="'+aa_URL_path+'common/sitemap.html">Site map</a>&nbsp;&nbsp;');
document.write('<a href="'+aa_URL_path+'motoring_advice/news/news-index.html">Press centre</a>&nbsp;&nbsp;');
document.write('<a href="'+aa_URL_path+'public_affairs/index.html">Public affairs</a>&nbsp;&nbsp;');
document.write('<a href="'+aa_URL_path+'forum/">AA Zone</a>&nbsp;&nbsp;');
document.write('<a href="'+aa_URL_path+'careers/index.html">Jobs</a>&nbsp;&nbsp;');
document.write('<a href="'+aa_URL_path+'partners/index.html">Partnering with us</a>');
document.write('</span></p>');
document.write('</div>');
document.write('<div id="topNavSearch">');
document.write('<form method="get" action="http://search.theaa.com/search" id="site-search">');
document.write('<label for="site-search-text" id="site-search-label">Search</label>');
document.write('<input type="text" name="q" size="25" maxlength="255" value="" class="site-search-text" id="site-search-text"/>');
document.write('<input type="image" src="'+aa_image_path+'/buttons/yellow-site-search.gif" name="btnG" value="Search" class="site-search-button"  alt="Search"/>');
document.write('<input type="hidden" name="client" value="frontend_aa" />');
document.write('<input type="hidden" name="proxystylesheet" value="frontend_aa" />');
document.write('<input type="hidden" name="output" value="xml_no_dtd" />');
document.write('</form>');
document.write('</div>');
document.write('</div>');
document.write('<br class="clearBoth" />');
document.write('<div id="topNavMain">');
document.write('<ul>');
document.write('<li id="topNavBreakdown"><a href="'+aa_URL_path+'breakdown-cover/index.jsp"  target="_self">Breakdown Cover</a></li>');
document.write('<li id="topNavInsurance"><a href="'+aa_URL_path+'insurance/index.jsp" target="_self">Insurance</a></li>');
document.write('<li id="topNavFinance"><a href="'+aa_URL_path+'finance/index.jsp" target="_self">Financial Services</a></li>');
document.write('<li id="topNavTravel"><a href="'+aa_URL_path+'travel/index.jsp" target="_self">Travel</a></li>');
document.write('<li id="topNavAdvice"><a href="'+aa_URL_path+'motoring-advice/index.jsp" target="_self">Motoring Advice</a></li>');
document.write('<li id="topNavSchool"><a href="'+aa_URL_path+'drivingschool/index.html" target="_self">Driving School</a></li>');
document.write('<li id="topNavBusiness"><a href="'+aa_URL_path+'business-customers/index.jsp" target="_self">For Businesses</a></li>');
document.write('</ul>');
document.write('</div>');
document.write('<div id="topNavBread"><p>');
document.write(''+ biscTrail);
document.write('</p></div>');
document.write('</div>');
