// National Curve Bank// California State University, Los Angeles// Greeting Popup Configuration// Matthew Nelson// January 2006// Title of popup window.windowTitle = "Curvebank_Greeting";// Name of the greeting cookie.// This cookie is a simple flag that indicates whether the greeting window// was displayed this session. It always expires when the browser is closed.greetingCookieName = "greeting_displayed";// Name of the thought of the day cookie.// This cookie stores the numbers of the last throughts displayed, one for each category.// This permits the thoughts in each category to be displayed in order.// Change the name to reset the counters for all visitors, should that ever be needed.thoughtCookieName = "greeting_thoughts";// Duration of the thought of the day cookie in days.thoughtCookieDuration = 30;// Options for the thought of the day window.thoughtWindowOptions = "menubar=no,scrollbars=yes,width=420,height=450,resizable=yes";// The path from the current directory to the thought of the day files.thoughtPath = "../popdowns"// Provides a list of the thought of the day categories available.// Each entry should take the following format:    "name", lowest, highest,// The final filename is derived from the category name and thoughtPath as follows://   thoughtPath/category/category##/category##.htmthoughts = new Array(  "pr", 11, 25,  "th", 10, 44,  null);// Options for the birthday window.birthdayWindowOptions = "menubar=no,scrollbars=yes,width=420,height=450,resizable=yes";// The path from the current directory to the birthday files.birthdayPath = "../birthdayindex"// Provides a list of birthdays and the associated HTML file.// Each entry should take the following format:    "month/day", "file.html",// The final filename is derived by prepending the birthdayPath value to the filename. birthdays = new Array(  // January  "1/1",   "jan/jan1euclid/jan1euclid.htm",  "1/2",   "jan/jan2varadhan/jan2varadhan.htm",  "1/3",   "jan/jan3year/jan3year.htm",  "1/4",  "jan/jan4bombelli/jan4bombelli.htm",  "1/6",  "jan/jan6telescope/jan6telescope.htm",  "1/7",   "jan/jan7borel/jan7borel.htm",  "1/8",   "jan/jan8courant/jan8courant.htm",  "1/10",  "jan/jan10knuth/jan10knuth.htm",  "1/14",  "jan/jan14tarski/jan14tarski.htm",  "1/15",  "jan/jan15kovalevsky/jan15kovalevsky.htm",  "1/22",  "jan/jan22riesz/jan22riesz.htm",  "1/23",  "jan/jan23hilbert/jan23hilbert.htm",  "1/24",  "jan/jan24koch/jan25koch.htm",  "1/25",  "jan/jan25lagrange/jan25lagrange.htm",  "1/26",  "jan/jan26madhava/jan26madhava.htm",  "1/27",  "jan/jan27carroll/jan27carroll.htm",    // Februrary  "2/6",   "feb/feb6bell/feb7bell.htm",  "2/7",   "feb/feb7hardy/feb7hardy.htm",  "2/11",  "feb/feb11gibbs/feb11gibbs.htm",  "2/12",  "feb/feb12lincoln/feb12lincoln.htm",  "2/14",  "feb/feb14cardioid/feb14cardioid.htm",  "2/15",  "feb/feb15galileo/feb15galileo.htm",  "2/19",  "feb/feb19copernicus/feb19copernicus.htm",  "2/20",  "feb/feb20milnor/feb20milnor.htm",  "2/21",  "feb/feb21desargues/feb21desargues.htm",  "2/22",  "feb/feb22hella/feb22hella.htm",  "2/23",  "feb/feb23heptadecagon/feb23heptadecagon.htm",  // March  "3/3",   "mar/mar3cantor/mar3cantor.htm",  "3/5",   "mar/mar5oughtred/mar5oughtred.htm",  "3/6",   "mar/mar6obreshkoff/mar6obreshkoff.htm",  "3/11",  "mar/mar11crelle/mar11crelle.htm",  "3/12",  "mar/mar12madhava/mar12madhava.htm",  "3/13",  "mar/mar13tate/mar13tate.htm",  "3/14",  "mar/mar14einstein/mar14einstein.htm",  "3/16",  "mar/mar16mittagleffler/mar16mittagleffler.htm",  "3/18",  "mar/mar18carleson/mar18carleson.htm",  "3/20",  "mar/mar20fourier/mar21fourier.htm",  "3/21",  "mar/mar21birkhoff/mar21birkhoff.htm",  "3/22",  "mar/mar22noether/mar23noether.htm",  "3/23",  "mar/mar23laplace/mar23laplace.htm",  "3/26",  "mar/mar26bowditch/mar26bowditch.htm",  "3/31",  "mar/mar31descartes/mar31descartes.htm",  // April  "4/1",   "apr/apr1germain/apr1germain.htm",  "4/2",   "apr/apr2cohen/apr2cohen.htm",  "4/3",   "apr/apr3ulam/apr3ulam.htm",  "4/6",   "apr/apr6raphael/apr6raphael.htm",  "4/9",   "apr/apr9gerbert/apr9gerbert.htm",  "4/11",  "apr/apr11wiles/apr11wiles.htm",  "4/13",  "apr/apr13jefferson/apr13jefferson.htm",  "4/14",  "apr/apr14huygens/apr14huygens.htm",  "4/15",  "apr/apr15euler/apr15euler.htm",  "4/23",  "apr/apr23planck/apr23planck.htm",  "4/28",  "apr/apr28godel/apr28godel.htm",  "4/29",  "apr/apr29poincare/apr29poincare.htm",  "4/30",  "apr/apr30gauss/apr30gauss.htm",  // May  "5/1",   "may/may1granville/may1granville.htm",  "5/2",   "may/may2lax/may1lax.htm",  "5/5",   "may/may5stamp/may5stamp.htm",  "5/11",  "may/may11feynman/may11feynman.htm",  "5/12",  "may/may12nightingale/may12nightingale.htm",  "5/16",  "may/may16agnesi/may16agnesi.htm",  "5/17",  "may/may17russell/may18russell.htm",  "5/18",  "may/may18khayyam/may18khayyam.htm",  "5/31",  "may/may31kemeny/may31kemeny.htm",  // June  "6/1",   "jun/jun1thales/jun1thales.htm",  "6/5",   "jun/jun5keynes/jun5keynes.htm",  "6/6",   "jun/jun6sumario/jun6sumario.htm",  "6/8",   "jun/jun8cassini/jun8cassini.htm",  "6/12",  "jun/jun12maxwell/jun13maxwell.htm",  "6/13",  "jun/jun13nash/jun13nash.htm",  "6/14",  "jun/jun14selberg/jun14selberg.htm",  "6/16",  "jun/jun16petersen/jun16petersen.htm",  "6/19",  "jun/jun19pascal/jun19pascal.htm",  "6/20",  "jun/jun20solstice/jun20solstice.htm",  "6/21",  "jun/jun21poisson/jun21poisson.htm",  "6/23",  "jun/jun23turing/jun23turing.htm",  "6/27",  "jun/jun27demorgan/jun27demorgan.htm",  // July  "7/1",   "jul/jul1leibniz/jul1leibniz.htm",  "7/2",   "jul/jul2bethe/jul2bethe.htm",  "7/3",   "jul/jul3burnside/jul2burnside.htm",  "7/12",  "jul/jul12fuller/jul12fuller.htm",  "7/15",  "jul/jul15smale/jul15smale.htm",  "7/16",  "jul/jul16pythagoras/jul16pythagoras.htm",  "7/18",  "jul/jul18hooke/jul18hooke.htm",  "7/27",  "jul/jul27bernoulli/jul27bernoulli.htm",  "7/31",  "jul/jul31cramer/jul31cramer.htm",   // August  "8/3",   "aug/aug3maclane/aug3maclane.htm",  "8/4",   "aug/aug4hamilton/aug4hamilton.htm",  "8/5",   "aug/aug5abel/aug5abel.htm",  "8/8",   "aug/aug8penrose/aug8penrose.htm",  "8/11",  "aug/aug11tits/aug11tits.htm",  "8/12",  "aug/aug12schrodinger/aug12schrodinger.htm",  "8/13",  "aug/aug13stokes/aug13stokes.htm",  "8/15",  "aug/aug15ramanujan/aug15ramanujan.htm",  "8/16",  "aug/aug16cayley/aug16cayley.htm",  "8/17",  "aug/aug17fermat/aug17fermat.htm",  "8/18",  "aug/aug18taylor/aug18taylor.htm",  "8/21",  "aug/aug21cauchy/aug21cauchy.htm",  "8/27",  "aug/aug27peano/aug27peano.htm",  // September  "9/3",   "sep/sep3sylvester/sep3sylvester.htm",  "9/8",   "sep/sep8mersenne/sep8mersenne.htm",  "9/11",  "sep/sep11haynes/sep11haynes.htm",  "9/15",  "sep/sep15serre/sep15serre.htm",  "9/17",  "sep/sep17hall/sep17hall.htm",  "9/18",  "sep/sep18legendre/sep18legendre.htm",  "9/22",  "sep/sep22parabola/sep22parabola.htm",  "9/23",  "sep/sep22parabola/sep22parabola.htm",  "9/30",  "sep/sep30eilenberg/sep30eilenberg.htm",  // October  "10/1",  "oct/oct1napier/oct1napier.htm",  "10/2",  "oct/oct2stevin/oct2stevin.htm",  "10/3",  "oct/oct3deligne/oct3deligne.htm",  "10/4",  "oct/oct4blackhole/oct4blackhole.htm",  "10/5",  "oct/oct5pointnodecusp/oct5pointnodecusp.htm",  "10/6",  "oct/oct6dedekind/oct6dedekind.htm",  "10/7",  "oct/oct7bohr/oct7bohr.htm",  "10/10", "oct/oct10metric/oct10metric.htm",  "10/11", "oct/oct11metric/oct11metric.htm",  "10/12", "oct/oct12metric/oct12metric.htm",  "10/13", "oct/oct13thompson/oct13thompson.htm",  "10/14", "oct/oct14metric/oct14metric.htm",  "10/15", "oct/oct15torricelli/oct15torricelli.htm",  "10/16", "oct/oct16bridge/oct16bridge.htm",  "10/25", "oct/oct25galois/oct25galois.htm",  "10/31", "oct/oct31galileo/oct31galileo.htm",  // November  "11/2",  "nov/nov2boole/nov2boole.htm",  "11/9",  "nov/nov9banneker/nov9banneker.htm",  "11/16", "nov/nov16mobius/nov17mobius.htm",  "11/17", "nov/nov17dalembert/nov17dalembert.htm",  "11/19", "nov/nov19garfield/nov19garfield.htm",  "11/22", "nov/nov22record/nov22record.htm",  "11/23", "nov/nov23wallis/nov23wallis.htm",  "11/26", "nov/nov26wiener/nov26wiener.htm",  "11/28", "nov/nov28royalsociety/nov28royalsociety.htm",  "11/30", "nov/nov30napier/nov30napier.htm",    // December  "12/1",  "dec/dec1lobachevsky/dec1lobachevsky.htm",  "12/10", "dec/dec10nobel/dec10nobel.htm",  "12/11", "dec/dec11archimedes/dec11archimedes.htm",  "12/14", "dec/dec14brahe/dec14brahe.htm",  "12/16", "dec/dec16chatelet/dec17chatelet.htm",  "12/17", "dec/dec17lie/dec17lie.htm",  "12/21", "dec/dec21koch/dec21koch.htm",  "12/22", "dec/dec22ramanujan/dec22ramanujan.htm",  "12/25", "dec/dec25newton/dec25newton.htm",  "12/26", "dec/dec26babbage/dec26babbage.htm",  "12/27", "dec/dec27kepler/dec27kepler.htm",  "12/28", "dec/dec28vonneumann/dec28vonneumann.htm",  "12/31", "dec/dec31year/dec31year.htm",  null);
