/**
 * @author Alex
 */
 
if (screen.width == "800") {
document.write('<link rel="stylesheet" href="css/ememo800600.css" type="text/css" />')
}
else {
document.write('<link rel="stylesheet" href="css/ememo1024768.css" type="text/css" />')
}