<!-- begin

if(screen.width <= 640) {
	document.write('<link rel="stylesheet" type="text/css" href="cssjs/dd640.css" />');
}
else {
	if(screen.width <= 800) {
		document.write('<link rel="stylesheet" type="text/css" href="cssjs/dd800.css" />');
	}
	else {
		if(screen.width <= 960) {
			document.write('<link rel="stylesheet" type="text/css" href="cssjs/dd960.css" />');
		}
		else {
			if(screen.width <= 1024) {
				document.write('<link rel="stylesheet" type="text/css" href="cssjs/dd1024.css" />');
			}
			else {
				if(screen.width <= 1152) {
					document.write('<link rel="stylesheet" type="text/css" href="cssjs/dd1152.css" />');
				}
				else {
					if(screen.width <= 1280) {
						document.write('<link rel="stylesheet" type="text/css" href="cssjs/dd1280.css" />');
					}
					else {
						if(screen.width <= 1360) {
							document.write('<link rel="stylesheet" type="text/css" href="cssjs/dd1360.css" />');
						}
						else {
							if(screen.width <= 1600) {
								document.write('<link rel="stylesheet" type="text/css" href="cssjs/dd1600.css" />');
							}
							else {
								if(screen.width <= 1920) {
									document.write('<link rel="stylesheet" type="text/css" href="cssjs/dd1920.css" />');
								}
							}
						}
					}
				}
			}
		}
	}
}
if(screen.width >= 2048) {
	document.write('<link rel="stylesheet" type="text/css" href="cssjs/dd2048.css" />');
}

// end -->