// prepare colophon for webpages

Start	 = ' <p class="close"> '
Close	 = ' </p> '
Break	 = ' <br /> '


Line1	 = ' This site abides by the Web Interoperability Pledge. '
Line1	+= ' It supports these tools and services: '



ItemWIP	 = ' <a href="http://www.zdnet.com/anchordesk/wip/index.html" target="_BLANK"> '
ItemWIP	+= ' <img src="logo_wip.gif" width="88" height="31" border="1" hspace="0" vspace="0" '
ItemWIP	+= ' alt="WIP Link"></a> '

ItemKIT	 = ' <a href="http://www.chami.com/html-kit/" target="_BLANK"> '
ItemKIT	+= ' <img src="logohkit.gif" width="90" height="30" border="1" hspace="0" vspace="0" '
ItemKIT	+= ' alt="HTML-Kit Home Page"></a> '

ItemVAL	 = ' <a href="http://www.htmlvalidator.com/" target="_BLANK"> '
ItemVAL	+= ' <img src="logohval.gif" width="88" height="31" border="1" hspace="0" vspace="0" '
ItemVAL	+= ' alt="CSE HTML Validator Lite Helped Clean Up This Page!"></a> '

ItemW3C	 = ' <a href="http://validator.w3.org/check/referer" target="_BLANK"> '
ItemW3C	+= ' <img src="http://www.w3.org/Icons/valid-xhtml10" '
ItemW3C	+= ' height="31" width="88" border="1" hspace="0" vspace="0" '
ItemW3C	+= ' alt="Valid XHTML 1.0!"  /></a> '


ItemCSS	 = ' <a href="http://jigsaw.w3.org/css-validator"> '
ItemCSS	+= ' <img src="logocss.jpg" height="31" width="88" border="1" hspace="0" vspace="0" '
ItemCSS	+= ' alt="Cascading Style Sheets" class="noborder" /></a> '



ItemXENU  = ' <a href="http://home.snafu.de/tilman/xenulink.html" target="_BLANK"> '
ItemXENU += ' <img src="logoxenu.gif" height="31" width="88" border="1" hspace="0" vspace="0" '
ItemXENU += ' alt="Link Check with Xenu"></a> ' 


ItemICRA  = ' <a href="http://www.rsac.org/" target="_BLANK"> '
ItemICRA += ' <img src="us_aw_88x31.gif" width="88" height="31" border="0" hspace="0" vspace="0" '
ItemICRA += ' alt="Internet Content Rating Association, no offensive content" /></a> '


ItemJSS	 = 'Free JavaScripts provided by '
ItemJSS	+= ' <a href="http://javascriptsource.com">The JavaScript Source</a> '


document.write( Start + Line1 + Break )
document.write( ItemWIP + ItemKIT + ItemVAL + Break )
document.write( ItemW3C + ItemCSS + Break ) 
document.write( ItemICRA + ItemXENU  + Break +ItemJSS + Close )

// end of colophon