| " + list[i].substring(0,5) + " | ";}return result;}
function area2Max(){
var maxArea = '| 留言板 |  |
';
return maxArea;}
function area2Min(){
var minArea = '| 点击留言 |  |
';return minArea;}
var divTop,divLeft,divWidth,divHeight,docHeight,docWidth,objTimer;
var divContainer;
var tesu_____currentState;
try{Tesu____postion = Tesu____postion;}
catch(e){Tesu____postion = 0}
document.writeln('');
tesu_____Initilize();
window.onerror = function(){}
function ObtainScrollTopPos(){
var scrollTopPos; if (typeof window.pageYOffset != 'undefined') { scrollTopPos = window.pageYOffset; } else if (typeof document.compatMode != 'undefined' && document.compatMode != 'BackCompat') { scrollTopPos = document.documentElement.scrollTop; } else if (typeof document.body != 'undefined') { scrollTopPos = document.body.scrollTop; } return scrollTopPos;}
function ObtainClientWidth(){
var clientWidth; if (typeof document.compatMode != 'undefined' && document.compatMode != 'BackCompat') { clientWidth = document.documentElement.clientWidth; } else if (typeof document.body != 'undefined') { clientWidth = document.body.clientWidth; } return clientWidth;}
function ObtainClientHeight(){
var clientHeight; if (typeof document.compatMode != 'undefined' && document.compatMode != 'BackCompat') { clientHeight = document.documentElement.clientHeight; } else if (typeof document.body != 'undefined') { clientHeight = document.body.clientHeight; } return clientHeight;}
function tesu_____Initilize(){
divContainer = document.getElementById("tesu__________divContainer"); tesu_____currentState = "max";tesu_____resize2Max();
}
function resizeDiv() {
try{ divHeight = parseInt(divContainer.offsetHeight,10) ;divWidth = parseInt(divContainer.offsetWidth,10) ;docWidth = ObtainClientWidth(); docHeight = ObtainClientHeight(); divContainer.style.top = docHeight - divHeight + parseInt(ObtainScrollTopPos(),10) ;if(Tesu____postion == 0){divContainer.style.left = docWidth - divWidth + parseInt(document.body.scrollLeft,10) ;}else{divContainer.style.left = 1 ;}} catch(e){} }
function moveDiv() {
try { if(parseInt(divContainer.style.top,10) <= (docHeight - divHeight + parseInt(ObtainScrollTopPos(),10))) { window.clearInterval(objTimer) ;objTimer = window.setInterval("resizeDiv()",1) ;} divTop = parseInt(divContainer.style.top,10); divContainer.style.top = divTop - 3;} catch(e){} }
function closeDiv() {
divContainer.style.display='none'; if(objTimer) window.clearInterval(objTimer); }
function tesu_____loadContainer(){
if(tesu_____currentState == "max"){tesu_____resize2Min();tesu_____currentState="min";}else{tesu_____resize2Max();tesu_____currentState="max";}}
function tesu_____resize2Max(){
divContainer.style.overflow = "hidden";divContainer.style.width = "206px";divContainer.style.height = "266px";
tesu_____fillContent(divContainer , area2Max()); }
function tesu_____resize2Min(){divContainer.style.width = "205px";divContainer.style.height = "22px";try{ tesu_____fillContent(divContainer , area2Min());} catch(e){} }
function tesu_____fillContent(container , content){
container.innerHTML = content;
divTop = parseInt(divContainer.style.top,10) ;
divLeft = parseInt(divContainer.style.left,10) ;
divHeight = parseInt(divContainer.offsetHeight,10);
divWidth = parseInt(divContainer.offsetWidth,10);
docWidth = ObtainClientWidth();
docHeight = ObtainClientHeight();
divContainer.style.top = parseInt(ObtainScrollTopPos(),10) + docHeight + 10;
if(Tesu____postion == 0){
divContainer.style.left = parseInt(document.body.scrollLeft,10) + docWidth - divWidth ;
}else{
divContainer.style.left = 1 ;
}
divContainer.style.display="block";
objTimer = window.setInterval("moveDiv()",10);
}