function printObject(str)
{
	document.write(str);
}

//不允许被放入框架中
if(top.location !== self.location){ top.location=self.location; }

// 函数加载JavaScript *** *** www.LazyCMS.net *** ***
function LoadScript(plugin){
    if (plugin.indexOf('/')!=-1) {
        var url = $("script[@src*=jquery.common]").attr("src").replace("system/js/jquery.common.js",plugin);
    } else {
        var url = $("script[@src*=jquery.common]").attr("src").replace("jquery.common.js","jquery." + plugin + ".js");
    }
    document.write('<scr' + 'ipt type="text/javascript" src="' + url + '"><\/scr' + 'ipt>');
}