﻿//修标题信息
function CancelTitle(){
    var strValue = ""; 
    var strTitle = document.title; 
    document.title = strTitle.replace("-Powered by PageAdmin CMS",strValue);
}    
//修正底部信息
function CancelRight(){
    var bottom = $(".page_style").find(".bottom_box").next().hide();
}    
CancelTitle();
CancelRight();

