//alert(navigator.userAgent);
if(navigator.appVersion.indexOf("Mac") != -1)
{
    if(navigator.userAgent.indexOf("Safari") != -1)
    {
        document.write("<link href=\"citywoodinvill_safari.css\" rel=\"stylesheet\" type=\"text/css\"></link>");
    }
}
   if(navigator.userAgent.indexOf("MSIE 7") != -1)
    {
        document.write("<link href=\"http://www.ci.woodinville.wa.us/citywoodinville_printie7.css\" media=\"print\" rel=\"stylesheet\" type=\"text/css\"></link>");
    }


