
// USE VARIABLE TO WRITE OUT IMAGES
// "'+root+common+'images/imageName.gif"

// USE VARIABLE TO WRITE ABSOLUTE URL
// "'+root+/path.asp"

var root="http://www.lni.wa.gov/"
// var root="http://protodev.lni.wa.gov/"
var common="common/"

document.write('<div style="background:#FCF9DF;border-bottom:8px solid #F3A36D; clear:both;">');
document.write('<table style="background:#FCF9DF url('+root+common+'images/1pixel.gif); width:760px;">');
document.write('<tr><td width="163" align="center"><a href="http://access.wa.gov"><img src="'+root+common+'images/awlogo_lni.gif" border="0" alt="Visit AccessWA, the WA State Gov Portal" /></a></td>');
document.write('<td align="center">');
document.write('<div style="font:bold 11px/100% Trebuchet, sans-serif; color:#EAD820; padding:5px 0 10px 5px;">');
document.write('<a href="'+root+'Main/AboutLNI" style="color:#414141; text-decoration:none;">About L&amp;I</a><span style="padding-left:8px;"></span><strong>|</strong><span style="padding-left:8px;"></span>');
document.write('<a href="'+root+'Main/FindAJob/default.asp" style="color:#414141; text-decoration:none;">Find a job at L&amp;I</a><span style="padding-left:8px;"></span><strong>|</strong><span style="padding-left:8px;"></span>');
document.write('<a href="'+root+'Main/SiteFeedback.asp" style="color:#414141; text-decoration:none;">Site Feedback</a><span style="padding-left:8px;"></span><strong>|</strong><span style="padding-left:8px;"></span>');
document.write('<a href="'+root+'Main/ContactInfo/800.asp"" style="color:#414141; text-decoration:none;">Toll-free Numbers</a></div>');
document.write('<div style="font:normal 10px/100% Trebuchet, sans-serif; color:#EAD820; padding:0 0 5px 0;">');
document.write('<span style="color:#414141; padding:0 2px 3px 2px; display:block;">&copy; Washington State Dept. of Labor and Industries. Use of this site is subject to the laws of the state of Washington.</span>');
document.write('<a href="'+root+'main/AccessAgreement.asp" style="color:#414141; text-decoration:underline;">Access Agreement</a><span style="padding-left:4px;"></span><strong>|</strong><span style="padding-left:4px;"></span>');
document.write('<a href="'+root+'main/PrivacyPolicy.asp" style="color:#414141; text-decoration:underline;">Privacy and security statement</a><span style="padding-left:4px;"></span><strong>|</strong><span style="padding-left:4px;"></span>');
document.write('<a href="'+root+'main/IntendedUse.asp" style="color:#414141; text-decoration:underline;">Intended use/external content policy</a><span style="padding-left:4px;"></span><strong>|</strong><span style="padding-left:4px;"></span>');
document.write('<a href="'+root+'main/StaffOnly.asp" style="color:#414141; text-decoration:underline;">Staff only link</a></div></td></tr></table></div>');
