
if (navigator.userAgent.indexOf('MSIE 5') >= 0 && navigator.userAgent.indexOf('Mac') == -1)
    document.write('<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.nek.lu.se/css/text_normal_ie5.css\" />');
else
    document.write('<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.nek.lu.se/css/text_normal.css\" />');

if (navigator.userAgent.indexOf('MSIE') >= 0 && navigator.userAgent.indexOf('Mac') >= 0)
    document.write('<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.nek.lu.se/css/patch_ie_mac.css\" />');
else
{
    if (navigator.userAgent.indexOf('MSIE 5') >= 0)
        document.write('<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.nek.lu.se/css/patch_ie5.css\" />');
    else
    {
        if (navigator.userAgent.indexOf('MSIE') >= 0 && navigator.userAgent.indexOf('Mac') == -1)
            document.write('<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.nek.lu.se/css/patch_ie.css\" />');
    }
}

if (navigator.userAgent.indexOf('Safari') >= 0)
    document.write('<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.nek.lu.se/css/patch_safari.css\" />');

if (navigator.userAgent.indexOf('Mozilla') >= 0 && navigator.userAgent.indexOf('MSIE') == -1)
    document.write('<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.nek.lu.se/css/patch_mozilla.css\" />');

