 /****************************** DO NOT EDIT BELOW *****************************/
var dirLogoSRC = document.getElementById('hwwRoot').src;
var dirLen = dirLogoSRC.length;
var dirRoot = dirLogoSRC.substring(0, dirLen - 28);

document.open();
document.write("\
	<div class='hwwModuleSet hwwModuleSetNB clearfix'>\
 <ul class='hwwModuleBnr hwwModuleBnrNB'>\
 <li><a href='"+dirRoot+"update/index.html'><img src='"+dirRoot+"shared/img/bnr/bnr_honda_update.gif' width='200' height='40' alt='Subscribe to Honda Update'></a></li>\
 <li><a href='"+dirRoot+"screensaver/index.html'><img src='"+dirRoot+"shared/img/bnr/bnr_screen_saver.gif' width='200' height='40' alt='About the Honda Worldwide Screen Saver'></a></li>\
 </ul>\
	<!-- / .hwwModuleSet --></div>");
document.close();
