document.write('<ul>' + '\n');
document.write('<li>' + '\n');

// START: LANDING PAGE LINK
document.write('<a href="/widgets/includes/landing2_widgetlinks.htm">Widget Links</a>' + '\n');
// END: LANDING PAGE LINK

// START: MENU DECLARATION
document.write('<div class="menu oneColumn">' + '\n');
// END: MENU DECLARATION

// START: COLUMN ONE
document.write('<div class="sub_nav">' + '\n');
document.write('<ul>' + '\n');

// START: COLUMN ONE LINKS
document.write('<li><a href="/widgets/index.cfm" title="Information on web widgets available from Veterans Affairs">Widgets Home</a></li>' + '\n');
document.write('<li><a href="/widgets/GI-Bill/index.cfm" title="Information on the Post 9/11 GI Bill widget">Post 9/11 GI Bill Widget</a></li>' + '\n');
// END: COLUMN ONE LINKS

document.write('</ul>' + '\n');
document.write('</div>' + '\n');
// END: COLUMN ONE




document.write('<div class="clear"></div>' + '\n');
document.write('</div>' + '\n');
document.write('</li>' + '\n');
document.write('</ul>' + '\n');

