/* FILE ARCHIVED ON 23:10:27 feb 7, 2007 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 2:58:00 sep 13, 2015. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ var edButtons = new Array(); edButtons[edButtons.length] = new edButton('ed_strong' ,'b' ,'' ,'' ,'b' ); edButtons[edButtons.length] = new edButton('ed_em' ,'i' ,'' ,'' ,'i' ); edButtons[edButtons.length] = new edButton('ed_link' ,'link' ,'' ,'' ,'a' ); // special case edButtons[edButtons.length] = new edButton('ed_img' ,'img' ,'' ,'' ,'m' ,-1 ); // special case edButtons[edButtons.length] = new edButton('ed_block' ,'b-quote' ,'
' ,'
' ,'q' ); edButtons[edButtons.length] = new edButton('ed_pre' ,'center' ,'
' ,'
' ,'c' ); edButtons[edButtons.length] = new edButton('ed_strike' ,'strike' ,'' ,'' ,'s' );