Site is currently down for maintenance
(888) 782-8338 State Fund Logo State Fund Logo
  • About
  • Obtain a Policy
  • Claims Services
  • Safety & Seminars
  • Forms
  • Careers
  • Search
  • (888) 782-8338

  • (888) 782-8338

    • Log in
    • Search

Our site may not work properly for the browser you're using. See recommended browsers

Loading...
<div class='html-Content' xmlns="http://www.w3.org/1999/xhtml"> <div class='head-Content'> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Website Privacy Policy</title> <script language="JavaScript" type="text/javascript"> <!-- //v1.7 // Flash Player Version Detection // Detect Client Browser type // Copyright 2005-2008 Adobe Systems Incorporated. All rights reserved. var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false; var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false; var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false; function ControlVersion() { var version; var axo; var e; // NOTE : new ActiveXObject(strFoo) throws an exception if strFoo isn't in the registry try { // version will be set for 7.X or greater players axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7"); version = axo.GetVariable("$version"); } catch (e) { } if (!version) { try { // version will be set for 6.X players only axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6"); // installed player is some revision of 6.0 // GetVariable("$version") crashes for versions 6.0.22 through 6.0.29, // so we have to be careful. // default to the first public version version = "WIN 6,0,21,0"; // throws if AllowScripAccess does not exist (introduced in 6.0r47) axo.AllowScriptAccess = "always"; // safe to call for 6.0r47 or greater version = axo.GetVariable("$version"); } catch (e) { } } if (!version) { try { // version will be set for 4.X or 5.X player axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3"); version = axo.GetVariable("$version"); } catch (e) { } } if (!version) { try { // version will be set for 3.X player axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3"); version = "WIN 3,0,18,0"; } catch (e) { } } if (!version) { try { // version will be set for 2.X player axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash"); version = "WIN 2,0,0,11"; } catch (e) { version = -1; } } return version; } // JavaScript helper required to detect Flash Player PlugIn version information function GetSwfVer(){ // NS/Opera version >= 3 check for Flash plugin in plugin array var flashVer = -1; if (navigator.plugins != null && navigator.plugins.length > 0) { if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) { var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : ""; var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description; var descArray = flashDescription.split(" "); var tempArrayMajor = descArray[2].split("."); var versionMajor = tempArrayMajor[0]; var versionMinor = tempArrayMajor[1]; var versionRevision = descArray[3]; if (versionRevision == "") { versionRevision = descArray[4]; } if (versionRevision[0] == "d") { versionRevision = versionRevision.substring(1); } else if (versionRevision[0] == "r") { versionRevision = versionRevision.substring(1); if (versionRevision.indexOf("d") > 0) { versionRevision = versionRevision.substring(0, versionRevision.indexOf("d")); } } var flashVer = versionMajor + "." + versionMinor + "." + versionRevision; } } // MSN/WebTV 2.6 supports Flash 4 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4; // WebTV 2.5 supports Flash 3 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3; // older WebTV supports Flash 2 else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2; else if ( isIE && isWin && !isOpera ) { flashVer = ControlVersion(); } return flashVer; } // When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision) { versionStr = GetSwfVer(); if (versionStr == -1 ) { return false; } else if (versionStr != 0) { if(isIE && isWin && !isOpera) { // Given "WIN 2,0,0,11" tempArray = versionStr.split(" "); // ["WIN", "2,0,0,11"] tempString = tempArray[1]; // "2,0,0,11" versionArray = tempString.split(","); // ['2', '0', '0', '11'] } else { versionArray = versionStr.split("."); } var versionMajor = versionArray[0]; var versionMinor = versionArray[1]; var versionRevision = versionArray[2]; // is the major.revision >= requested major.revision AND the minor version >= requested minor if (versionMajor > parseFloat(reqMajorVer)) { return true; } else if (versionMajor == parseFloat(reqMajorVer)) { if (versionMinor > parseFloat(reqMinorVer)) return true; else if (versionMinor == parseFloat(reqMinorVer)) { if (versionRevision >= parseFloat(reqRevision)) return true; } } return false; } } function AC_AddExtension(src, ext) { if (src.indexOf('?') != -1) return src.replace(/\?/, ext+'?'); else return src + ext; } function AC_Generateobj(objAttrs, params, embedAttrs) { var str = ''; if (isIE && isWin && !isOpera) { str += '<object '; for (var i in objAttrs) { str += i + '="' + objAttrs[i] + '" '; } str += '>'; for (var i in params) { str += '<param name="' + i + '" value="' + params[i] + '" /> '; } str += '</object>'; } else { str += '<embed '; for (var i in embedAttrs) { str += i + '="' + embedAttrs[i] + '" '; } str += '> </embed>'; } document.write(str); } function AC_FL_RunContent(){ var ret = AC_GetArgs ( arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" , "application/x-shockwave-flash" ); AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs); } function AC_SW_RunContent(){ var ret = AC_GetArgs ( arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000" , null ); AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs); } function AC_GetArgs(args, ext, srcParamName, classid, mimeType){ var ret = new Object(); ret.embedAttrs = new Object(); ret.params = new Object(); ret.objAttrs = new Object(); for (var i=0; i < args.length; i=i+2){ var currArg = args[i].toLowerCase(); switch (currArg){ case "classid": break; case "pluginspage": ret.embedAttrs[args[i]] = args[i+1]; break; case "src": case "movie": args[i+1] = AC_AddExtension(args[i+1], ext); ret.embedAttrs["src"] = args[i+1]; ret.params[srcParamName] = args[i+1]; break; case "onafterupdate": case "onbeforeupdate": case "onblur": case "oncellchange": case "onclick": case "ondblclick": case "ondrag": case "ondragend": case "ondragenter": case "ondragleave": case "ondragover": case "ondrop": case "onfinish": case "onfocus": case "onhelp": case "onmousedown": case "onmouseup": case "onmouseover": case "onmousemove": case "onmouseout": case "onkeypress": case "onkeydown": case "onkeyup": case "onload": case "onlosecapture": case "onpropertychange": case "onreadystatechange": case "onrowsdelete": case "onrowenter": case "onrowexit": case "onrowsinserted": case "onstart": case "onscroll": case "onbeforeeditfocus": case "onactivate": case "onbeforedeactivate": case "ondeactivate": case "type": case "codebase": case "id": ret.objAttrs[args[i]] = args[i+1]; break; case "width": case "height": case "align": case "vspace": case "hspace": case "class": case "title": case "accesskey": case "name": case "tabindex": ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1]; break; default: ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1]; } } ret.objAttrs["classid"] = classid; if (mimeType) ret.embedAttrs["type"] = mimeType; return ret; } // --> </script> <link href="/stylesheets/statefund_styles.css" rel="stylesheet" type="text/css"> <script src="/javascript/AC_RunActiveContent.js" type="text/javascript"></script> <meta name="keywords" content="Website Privacy Policy"> <meta name="description" content="Website Privacy Policy"> <meta name="WT.cg_n" content="About"> <meta name="WT.cg_s" content="WebsitePrivacyPolicy"> <link rel="stylesheet" type="text/css" href="/stylesheets/mobile_styles.css"> <style type="text/css"> <!-- @import url("/stylesheets/statefund_styles.css"); --> </style> <style type="text/css" media="handheld, only screen and (max-device-width: 480px)"> <!-- @import url("/stylesheets/mobile_styles.css"); --> </style> <link href="/stylesheets/statefund_styles.css" rel="stylesheet" type="text/css" media="screen and (min-width: 481px)"> </div> <div class='body-Content' id=""> <div class="topheader"><a href="/index.asp" name="home"><img src="/images/state_fund_logo.gif" alt="state fund logo" border="0" align="left"></a> <div class="offscreen"><img src="/images/offscreen_transparency.gif" alt="" width="250" height="20" align="center"></div> <ul id="accessibility" class="offscreen"> <li><a href="#skipnavigation" accesskey="0">Skip past navigation</a></li> <li><a href="#footer" accesskey="4">Skip to table of contents</a></li> </ul> <div class="offscreen"><img src="/images/offscreen_transparency.gif" alt="" width="250" height="20" align="center"></div> <div class="topheaderRight"> <div class="topnav"> <div class="topnavRight"><a href="/index.asp" accesskey="5">Home</a> | <a href="/contact/ContactUs.asp" tabindex="1">Contact us</a></div> <div class="topnavLeft"><a href="/employers/Index.asp" name="Employer">EMPLOYERS</a> | <a href="/broker/Index.asp" name="Broker">BROKERS</a> | <a href="/provider/Index.asp" name="Medical Provider">MEDICAL PROVIDERS</a> | <a href="/employees/Index.asp" name="Employee">EMPLOYEES</a> | <a href="/statecontracts/Index.asp" name="State Contracts">STATE AGENCIES</a></div> </div> <div class="topPhonenumber2"><a href="/CustomerSupport/Index.asp"><strong><font size="4px">Customer Support</font></strong></a><br>888-STATEFUND (888-782-8338)</div> <div class="topMission">Established in 1914 by the state legislature, State Fund is California's most reliable provider of workers' compensation insurance and a vital asset to California businesses. State Fund supports California's entrepreneurial spirit and plays a stabilizing role in the economy by providing fairly priced workers' compensation insurance, helping California employers keep their workplaces safe, and restoring injured workers. </div> </div> <br><br><br> </div> <div id="mainNav2"> <div id="mainNav3"> <div class="offscreen"><img src="/images/offscreen_search.gif" alt="" width="250" height="20" align="left"><br> <br> </div><div class="search"> <form name="search" action="https://search.scif.com/StateFundCAsearch.cgi" method="get"><input value="Search" name="query"></form> </div><div class="offscreen"><img src="/images/offscreen_transparency.gif" alt="" width="250" height="20" align="center"><br> </div><ul> <li><a href='/about/About.asp' name='About'>About</a></li><li><a href='/policy/ObtainAPolicy.asp' name='Obtain a Policy'>Obtain a Policy</a></li><li><a href='/claims/ClaimsSvcs.asp' name='Claims Services'>Claims Services</a></li><li><a href='/safety/SafetyAndSeminars.asp' name='Safety &amp; Seminars'>Safety &amp; Seminars</a></li><li><a href='/forms/Forms.asp' name='Forms'>Forms</a></li><li><a href='/careers/Index.asp' name='Careers'>Careers</a></li> </ul> </div> </div> <a name="skipnavigation"></a> <div class="mainArea"> <div class="subright"> </div> <div class="subleft"> </div> <div class="submiddle"> <div class="subright"></div><br> <sp> <p>&nbsp;</p> <h1>State Compensation Insurance Fund Website Privacy Policy</h1> <p>State Fund is committed to protecting and respecting your private information. Private information is information that can be used to identify or describe you. </p> <p> We follow Article 1, Section 1 of the California Constitution, the Information Practices Act of 1977, and other applicable California and federal law to protect your private information. This policy describes how we collect, use, store and disclose your private information.</p> <h2>We use the following principles when collecting and managing your private information:</h2> <h3>Last Revision Date: September 9, 2015</h3><br> <ol> <li><strong>Collection and use of private information</strong><br> <p>We use your private information to provide you with goods and services related to your workers' compensation insurance needs. We limit the collection of private information to what is relevant and necessary to transact business.</p> <p> We collect information about your visit to our Web site, such as information volunteered by you through our online forms and programs, email initiated by you to State Fund, site visit data, and information collection devices. During your visit to this website you may initiate a transaction, such as requesting a premium quote or registering for State Fund Online. The information you provide is used by State Fund to operate its programs, which may include provision of goods, services, and information.</p> </li> <li><strong>Disclosure to third parties</strong><br> <p>We do <strong><u>not</u></strong><u> </u>sell trade or transfer your private information to third parties for marketing purposes.</p> <p> We may collect and provide information to third parties when required by law or regulation or when related to the transaction of workers&rsquo; compensation insurance business.</p> <p> We provide some of our services through contractual arrangements with medical and legal service providers, brokers and other third parties (collectively, &quot;service partners&quot;) including processing credit and debit card transactions. We only provide the minimum amount of private information necessary to complete the requested transaction. We do not allow third parties to use your private information for a different purpose. </p> <p> When you enter private information such as credit or debit card information, we encrypt this data using a Secure Socket Layer (SSL) connection. </p> <p> Our service partners may use your private information to carryout work as agreed upon in our contract with them. They are required to keep your private information confidential. </p> <p> We may transfer your private information to third parties when you provide us with consent to release the information.</p> </li> <li><strong>Protection of Private Information</strong><br> <p>We take reasonable precautions to protect your private information against loss, unauthorized access, and illegal use or disclosure. We have established technical, administrative, and physical security measures to provide this protection. We also review our security policies and procedures periodically to consider appropriate new technology and updated methods.</p> </li> <li><strong>Access to Private Information<br> </strong> <p>We strive to keep your private information accurate, complete, and up to date. We will provide you with reasonable access to your private information to have it corrected, amended, or deleted where it is inaccurate or inappropriate for the specified purposes of processing.</p> <a href="mailto:PrivacyOffice@scif.com"></a> <p>To request access to your private information, you may contact the Privacy Office at<a href="mailto:PrivacyOffice@scif.com"> PrivacyOffice@scif.com</a> or (888) 724-3237.</p> </li> <li><strong>Cookies Disclaimer and Web Beacons </strong><br> <p>Cookies are pieces of data that a Web site transfers to a user&rsquo;s hard drive for record keeping purposes. Web beacons are transparent pixel images that are used in collecting information about website usage. </p> <p> We may use cookies and web beacons on this site to monitor traffic patterns and improve the Web site so you can use State Fund&rsquo;s website more efficiently. State Fund&rsquo;s cookies do not collect or disclose any private information about the person using the browser.</p> <p> We use web beacons in connection with Google Analytics to collect information about how visitors use the site in order to optimize visitor experiences. </p> <p>You can prevent cookies from being placed on your computer by accessing your browser&rsquo;s preferences menu and deleting existing cookies. You can also opt out of being tracked by using the Google Analytics Opt-out Browser Add-on available from <a href="https://tools.google.com/dlpage/gaoptout/eula.html" target="_blank">https://tools.google.com/dlpage/gaoptout/eula.html</a>. Supporting browsers include Microsoft Internet Explorer 8 through 11, Google Chrome, Mozilla Firefox, and Apple Safari. (Link and supported browser information current as of September 9, 2014.)</p> </li> <li><strong>Do Not Track (DNT) Signals</strong><br> <p>We honor your web browser’s “Do Not Track” (DNT) signal. If you have turned on your web browser’s DNT signal we do not track your online activities over time and across third-party websites or online services. Whether or not your web browser’s “do not track” signal is turned on, we do not enable other websites to collect private information about your online activities overtime in connection with your visit to State Fund’s web site and online services.</p> </li> <li><strong>Contact Information</strong><br> <p>If you have any questions or comments related to State Fund&rsquo;s website or the privacy policy, send an email to the Privacy Office at <a href="mailto:privacyoffice@scif.com">privacyoffice@scif.com</a></p> </li> </ol> <h3>Definitions:</h3> <strong> <ol> <li>Private information includes, but is not limited to:</li> <ul> <li><strong>For Policyholders, Claimants, and Third parties – Any individually identifiable information gathered in connection with an insurance transaction from which judgments can be made about an individual&rsquo;s character, habits, avocations, finances, occupation, or an individual&rsquo;s name, address, and medical information.</strong></li> <li> For Employees at State Fund – Information that identifies or describes an individual including but not limited to his or her social security number, physical description, home address, home telephone number, education, financial matters, and medical and employment history. It includes statements made by, or attributed to, the individual.</li> </ul> <li><strong>&ldquo;Cookies&rdquo; – Cookies are small files supplied by a Web server and stored by the Web browser software on your computer when you access State Fund&rsquo;s Web site</strong>.</li> <li><strong>&quot;Do Not Track&quot; signals are mechanisms built into Web browsers that provide users the ability to exercise choice regarding the collection of private information about an individual&rsquo;s online activities over time and across third-party Web sites or online services.</strong></li> </ol> </strong> </sp> </div> </div> <a name="footer"></a> <div class="footerArea"> <div class="footerbg"> <ul> <li> <div class="footerSpacer"></div> <a href="broker/Index.asp">Brokers</a> <br> <a href="employers/Index.asp">Employers</a> <br> <a href="employees/Index.asp">Employees</a> <br> <a href="/fraud/Fraud.asp">Fraud</a> <br> <br> </li> <li> <div class="footerSpacer"></div> <a href="provider/Index.asp">Medical Providers</a> <br> <a href="/statecontracts/Index.asp">State Agencies</a> <br> <a href="/policy/ObtainAPolicy.asp">Obtain a Policy</a> <br> <a href="/about/VendorGuide.asp">Vendor Guide</a> <br> <br> </li> <li> <div class="footerSpacer"></div> <a href="/claims/ClaimsSvcs.asp">Claims Services</a> <br> <a href="/safety/SafetyAndSeminars.asp">Safety & Seminars</a> <br> <a href="/forms/Forms.asp">Forms</a> <br> <a href="/about/Community.asp">Community</a> <br> <br> </li> <li> <div class="footerSpacer"></div> <a href="/about/About.asp">About Us</a> <br> <a href="/about/history/index.html">History</a> <br> <a href="/contact/ContactUs.asp">Contact Us</a> <br> <a href="/CustomerSupport/Index.asp">Customer Support</a> <br> <br> </li> </ul> <div style="clear:left"></div> </div> </div> <div class="footerArea" align="center">Copyright &copy; 2000-2019 State Compensation Insurance Fund<br> <a href="/about/TermsOfUse.asp">Website Terms of Use</a>, <a href="/about/PrivacyPolicy.asp">Website Privacy Policy</a> and <a href="/pdf/e26000.pdf" target="_blank">Information Sharing Disclosure</a></div> </div> </div>

Brokers

Employers

Employees

iSupplier Portal

Medical Providers

State Agencies

Obtain a Policy

Vendor Guide

Claims Services

Safety & Seminars

Forms

Community

Fraud

About Us

History

CONTACT US   |   Customer Support: (888) 782-8338
Supported Browsers
Copyright © 2000-2016 State Compensation Insurance Fund   Website Terms of Use, Website Privacy Policy and Information Sharing Disclosure