function FindProxyForURL(url, host) { // variable strings to return var proxy_yes = "PROXY proxy.ujep.cz:3128"; var proxy_no = "DIRECT"; // ProQuest Central; ProQuest Medical Evidence Matters if (shExpMatch(url, "http*://*proquest.umi.com*")) { return proxy_yes; } if (shExpMatch(url, "http*://*proquest.com*")) { return proxy_yes; } // Oxford Journals Online if (shExpMatch(url, "http*://*oxfordjournals.org*")) { return proxy_yes; } if (shExpMatch(url, "http*://*academic.oup.com/*")) { return proxy_yes; } // Cambridge Journals Online if (shExpMatch(url, "http*://*cambridge.org*")) { return proxy_yes; } // JSTOR if (shExpMatch(url, "http*://*jstor.org*")) { return proxy_yes; } // SFX- seznam elektronick˜ch ‡asopis– if (shExpMatch(url, "http*://*sfxhost.multidata.cz*")) { return proxy_yes; } // INFOZDROJE if (shExpMatch(url, "http*://www.infozdroje.cz*")) { return proxy_yes; } // AIP if (shExpMatch(url, "http*://www.aip.cz*")) { return proxy_yes; } // BioOne 1 + BioOne 2 if (shExpMatch(url, "http*://*bioone.org*")) { return proxy_yes; } // EBSCO - EIFL if (shExpMatch(url, "http*://*epnet.com*")) { return proxy_yes; } if (shExpMatch(url, "http*://*ebscohost.com*")) { return proxy_yes; } if (shExpMatch(url, "http*://*ebsco-content.com*")) { return proxy_yes; } // EconLit + GEOBASE + GEOREF if (shExpMatch(url, "http*://*ovid.com*")) { return proxy_yes; } // Euromonitor Global Marketing Information Database (GMID) if (shExpMatch(url, "http*://*euromonitor.com*")) { return proxy_yes; } // Gale e-books - vlastn v˜b r titul if (shExpMatch(url, "http*://*galegroup.com*")) { return proxy_yes; } // Geoscience World if (shExpMatch(url, "http*://*geoscienceworld.org*")) { return proxy_yes; } // IoP Electronic journals if (shExpMatch(url, "http*://*iop.org*")) { return proxy_yes; } // Knovel Library if (shExpMatch(url, "http*://*knovel.com*")) { return proxy_yes; } // Journal Citation Reports + Web of Knowledge (Web of Science) if (shExpMatch(url, "http*://*knowledge.com*")) { return proxy_yes; } // (Web of Science) if (shExpMatch(url, "http*://*webofscience.com*")) { return proxy_yes; } // Literature Online if (shExpMatch(url, "http*://*chadwyck.co.uk*")) { return proxy_yes; } // Oxford Art Online if (shExpMatch(url, "http*://*oxfordartonline.com*")) { return proxy_yes; } // ScienceDirect if (shExpMatch(url, "http*://*sciencedirect.com*")) { return proxy_yes; } // SCOPUS if (shExpMatch(url, "http*://*scopus.com*")) { return proxy_yes; } // SPOLIT - SPOFOR - SPOMEDIA if (shExpMatch(url, "http*://*bisp-datenbanken.de*")) { return proxy_yes; } // SPOWIS if (shExpMatch(url, "http*://*uni-leipzig.de*")) { return proxy_yes; } // SpringerLink if (shExpMatch(url, "http*://*springerlink.*")) { return proxy_yes; } // Wiley - Blackwell e-journals if (shExpMatch(url, "http*://*wiley.com*")) { return proxy_yes; } // Manuscriptorium if (shExpMatch(url, "http*://*manuscriptorium.com*")) { return proxy_yes; } // FIS if (shExpMatch(url, "http*://glum.ujep.cz*")) { return proxy_yes; } // IMIS if (shExpMatch(url, "http*://imis.ujep.cz/*")) { return proxy_yes; } // PF - pro test IP adresy if (shExpMatch(url, "http*://pf.ujep.cz/ci/ip/*")) { return proxy_yes; } // REK - pro test IP adresy if (shExpMatch(url, "http*://rek.ujep.cz*")) { return proxy_yes; } // DNS - dynamicky nakupni system if (shExpMatch(url, "http*://dns.ujep.cz*")) { return proxy_yes; } // Diplomove prace if (shExpMatch(url, "http*://dspace.ujep.cz*")) { return proxy_yes; } // Pro OPAC na dotahovani obalu if (shExpMatch(url, "http*://www.lib.cas.cz*")) { return proxy_yes; } // Statni technicka knihovna if (shExpMatch(url, "http*://www.stk.cz*")) { return proxy_yes; } // SAGE Humanities and Social Science Package" if (shExpMatch(url, "http*://*.sagepub.com/*")) { return proxy_yes; } // Databaze MERK (obstarano FSE - Ondrej Moc) if (shExpMatch(url, "http*://www.merk.cz/*")) { return proxy_yes; } // LibraryPressDisplay if (shExpMatch(url, "http*://*pressreader.com/*")) { return proxy_yes; } // EnviroNetBase if (shExpMatch(url, "http*://*taylorfrancis.com/*")) { return proxy_yes; } // VEMA if (shExpMatch(url, "http*://vema.ujep.cz*")) { return proxy_yes; } // scifinder.cas.org if (shExpMatch(url, "http*://*cas.org*")) { return proxy_yes; } // // ZRUSENE // 360search // if (shExpMatch(url, "http*://*serialssolutions.com*")) { return proxy_yes; } // SourceOECD // if (shExpMatch(url, "http*://*sourceoecd.org*")) { return proxy_yes; } // Pivot - zkusebni pristup do 15.3.2012 // if (shExpMatch(url, "http*://pivot.cos.com/*")) { return proxy_yes; } // Periodicals Archive Online je k dispozici do 30.4.2012. // if (shExpMatch(url, "http*://pao.chadwyck.co.uk/*")) { return proxy_yes; } // CSA Research Package + EIS: Digests of Environmental Impact Statements + Environmental Sciences and Pollution Mgmt // if (shExpMatch(url, "http*://*csa.com*")) { return proxy_yes; } // ART FULL TEXT // if (shExpMatch(url, "http*://*hwwilsonweb.com*")) { return proxy_yes; } // Book Citation Index do 30. ‡ervna // if (shExpMatch(url, "http:*//*.thomsonreuters.com/*")) { return proxy_yes; } // bez komentare // if (shExpMatch(url, "http*://*.royalsocietypublishing.org/*")) { return proxy_yes; } // A-to-Z - zku¨ebn¡ p©¡stup do konce listopadu 2012: // if (shExpMatch(url, "http*://*atoztheworld*")) { return proxy_yes; } // SAGE Humanities and Social Science Package" - je k dispozici do 15.5.2012. // if (shExpMatch(url, "http*://online.sagepub.com/*")) { return proxy_yes; } // American Journal of Physics (katedra fyziky do prosince 2011) // if (shExpMatch(url, "http*://*ajp.aapt.org/*")) { return proxy_yes; } // if (shExpMatch(url, "http*://*aip.org/*")) { return proxy_yes; } // Stare odkazy // if (shExpMatch(url, "http*://www.eiu.com/*")) { return proxy_yes; } // if (shExpMatch(url, "http*://www.environetbase.com*")) { return proxy_yes; } // //ostatni pujdou primo return proxy_no; }