﻿//页面加载
var pageRepair = function(id){
    //首页修正自由布局调整高度
    if(document.getElementById("hidLayOutTag").value=='2'){ indexColRepair(id);}
    //修正图片类栏目的宽度
    indexPicRepair(id);
    //特效类驱动
    colEffect(id,"Slide");
}

// JScript 文件
var nologin = function(){
    //修正IE6背景闪烁
    if(Browser.ie == "6.0"){IEBgImgCache();}
    //修正father高度
    changeFatherHeight();
    //加载正文内容
    getColContent();
    //搜索框排版
    sAll();
    //修正正文模块无内容时的空白
    repairWihiteContentH();
}
window.onload = nologin;
