var system ={
win : false,
mac : false,
xll : false
};
var p = navigator.platform;
system.win = p.indexOf("Win") == 0;
system.mac = p.indexOf("Mac") == 0;
system.x11 = (p == "X11") || (p.indexOf("Linux") == 0);
if(system.win||system.mac||system.xll){
}else{
window.location.href="http://www.446shop.com/m/";
}
document.getElementById("stime").innerHTML='6/24/2025';
document.getElementById("sstop").innerHTML='Register | Login | ';
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
var vshui=1;
var vfuhao='$';
var vdanwei='';
function cheng(num) {
var tempnum;
tempnum=num*vshui*100;
tempnum=Math.round(tempnum);
return vfuhao + tempnum/100 + vdanwei;
}