<!-- Begin
if (screen.width < 801) {
document.write('<link rel="stylesheet" type="text/css" href="800.css">');
}
if (screen.width > 800) {
document.write('<link rel="stylesheet" type="text/css" href="1024.css">');
}
//  End -->

