/*
project:www.olivenernte.de
description: screen-width and map if screen <700, all browsers;
author:d.schnittke

for browsers no IE
*/

if (screen.width<700) {
document.write('<link rel="stylesheet" href="script/maxwidth.css" type="text/css" />');
}
