if((screen.width > 700) && (screen.width <= 1270))
document.writeln('<link rel="stylesheet" type="text/css" href="../CSS/werbung2.css">');
if(screen.width > 1270)
document.writeln('<link rel="stylesheet" type="text/css" href="../CSS/werbung.css" >');
