var getArgs=(function(){
    var sc=document.getElementsByTagName('script');
    var paramsArr=sc[sc.length-1].src.split('?')[1].split('&');
    var args={},argsStr=[],param,t,name,value;
    for(var i=0,len=paramsArr.length;i<len;i++){
        param=paramsArr[i].split('=');
        name=param[0],value=param[1];
        if(typeof args[name]=="undefined"){
            args[name]=value;
        }
        else if(typeof args[name]=="string"){
            args[name]=[args[name]]
            args[name].push(value);
        }
        else{
            args[name].push(value);
        }
    }
    var showArg=function(x){
        if(typeof(x)=="string"&&!/\d+/.test(x)) return "'"+x+"'";
        if(x instanceof Array) return "["+x+"]"
        return x;
    }
    args.toString=function(){
        for(var i in args) argsStr.push(i+':'+showArg(args[i]));
        return '{'+argsStr.join(',')+'}';
    }
    return function(){
        return args;
    }
}
)();
var owner = "www.Qianbo.com.cn";var sf_mess_cfg = {theme:getArgs()["SkinA"],color:getArgs()["SkinB"],title:"customer inquiry",send:"send",copyright:"china-quanli.com",mbpos:"RD"};var sf_mess_msg = {emailErr: 'please fill in the correct e-mail address！',messErr: 'your message is over the limit, please keep within 1000words！',prefix: 'please fill in',success: 'We already got your message, will contact you soon, thanks！',fail: 'We already got your message, will contact you soon, thanks！'};var sf_mess_cols = [{type:"textarea",mbtype: "message",tip: "consulting,feedback",innertip: "  If  you wish to purchase any of our products or  have any questions, please leave us a message, we will contact with you as soon as possible.",idname: "content"},{type:"text",mbtype: "tel",tip: "手机号码",innertip: "your mobile phone number",idname: "phone"},{type:"text",mbtype: "email",tip: "电子邮箱",innertip: "your E-mail",idname: "email"},{type:"text",mbtype: "address",tip: "联系地址",innertip: "your contry",idname: "addr"}];document.write('<script src="http://www.qianbo.com.cn/user/scripts/entry.js" type="text/javascript"></script>');