//动态加载
function loadScript(url,callback){
var script = document.createElement("script")
script.type = "text/javascript";
if (script.readyState){//IE
script.onreadystatechange = function(){
if (script.readyState == "loaded" || script.readyState == "complete"){
script.onreadystatechange = null;
callback();
}
};
} else { //Others: Firefox, Safari, Chrome, and Opera
script.onload = function(){
callback();
};
}
script.src = url;
document.body.appendChild(script);
}
function online_show() {
if(document.getElementById("XYHOnlineView")){
new scrollx({id:"XYHOnlineView",l:-0.01,t:0,f:1,m:0});
}
}
document.write('
');
document.write('');
document.write('');
document.write('
');
document.write('
');
document.write('- kontak
');document.write('- ');document.write('
Pindai wechat
Jerome
082123846645
');document.write(' ');
document.write('- ');document.write('
Pindai wechat
Cicilia
081282593549
');document.write(' ');
document.write('- ');document.write('
Pindai wechat
Novi
08111586162
');document.write(' ');
document.write('- ');document.write('
Pindai wechat
Winda
082125534315
');document.write(' ');
document.write('- ');document.write('
Pindai wechat
April
085282372185
');document.write(' ');
document.write('
');document.write('
');document.write('- produk
');document.write('
');document.write('
');document.write('
');document.write('
');document.write('
');loadScript("/Data/static/js_plugins/online/scrollx.js",online_show)