
var foot="";
foot=foot+'<button type="button" style="cursor:hand; margin-top:0; margin-bottom:0 font-family:Comic Sans MS,Ariel; text-align:top; text-decoration:none; filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffffff, endColorstr=#f0f0f0);" '
foot=foot+'onClick="window.location='
foot=foot+'\''
foot=foot+'#top'
foot=foot+'\''
foot=foot+'">'
foot=foot+'<table title=Click&nbsp;Me height=25 border=0 cellspacing=0 cellpadding=0 style="margin-top:4; margin-bottom:0">'
foot=foot+'<tr>'
foot=foot+'<td>' //  bgcolor=#e0e0e0
foot=foot+'<IMG src="art/toparrow.gif" height=20>'
foot=foot+'</td>'
foot=foot+'<td>'
foot=foot+'<font size=2><strong>&nbsp;Return to the top of this page.</strong></font>'
foot=foot+'</td>'
foot=foot+'</tr>'
foot=foot+'</table>'
foot=foot+'</button>'

document.write(foot);



