-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAuctionGameComplete.html
371 lines (356 loc) · 176 KB
/
AuctionGameComplete.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
<!DOCTYPE html>
<!--[if lte IE 8]><html class="lt-ie9"><![endif]-->
<!--[if gt IE 8]><!--><html><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>TheAuctionGame</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
Made in Twine 1.4.2 (running on Darwin 14.5.0)
Built on 26 Oct 2016 at 12:00:27, +0000
Sugarcane is based on:
TiddlyWiki 1.2.39 by Jeremy Ruston, (jeremy [at] osmosoft [dot] com)
Published under a BSD open source license
Copyright (c) Osmosoft Limited 2005
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or other
materials provided with the distribution.
Neither the name of the Osmosoft Limited nor the names of its contributors may be
used to endorse or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
-->
<script title="engine">
(function(){
function clone(a){var constructor,b,proto;if(!a||typeof a!="object"){return a
}constructor=a.constructor;if(constructor==Date||constructor==RegExp){b=new constructor(a)}else{if(constructor==Array){b=[]}else{if(a.nodeType&&typeof a.cloneNode=="function"){b=a.cloneNode(true)}else{proto=(typeof Object.getPrototypeOf=="function"?Object.getPrototypeOf(a):a.__proto__);b=proto?Object.create(proto):{}}}}for(var property in a){if(Object.prototype.hasOwnProperty.call(a,property)&&!isCyclic(a[property])){if(typeof a[property]=="object"){try{b[property]=clone(a[property]);continue}catch(e){}}b[property]=a[property]}}return b}function isCyclic(obj){var properties=[];return(function recurse(obj){var key,i,ownProps=[];if(obj&&typeof obj=="object"){if(properties.indexOf(obj)>-1){return true
}properties.push(obj);for(key in obj){if(Object.prototype.hasOwnProperty.call(obj,key)&&recurse(obj[key])){return true
}}}return false}(obj))}function insertElement(a,d,f,c,e){var b=document.createElement(d);if(f){b.id=f}if(c){b.className=c}if(e){insertText(b,e)}if(a){a.appendChild(b)}return b}function addClickHandler(el,fn){if(el.addEventListener){el.addEventListener("click",fn)}else{if(el.attachEvent){el.attachEvent("onclick",fn)}}}function insertText(a,b){return a.appendChild(document.createTextNode(b))}function removeChildren(a){while(a.hasChildNodes()){a.removeChild(a.firstChild)}}function findPassageParent(el){while(el&&el!=document.body&&!~el.className.indexOf("passage")){el=el.parentNode}return el==document.body?null:el}function setPageElement(c,b,a){var place;if(place=(typeof c=="string"?document.getElementById(c):c)){removeChildren(place);if(tale.has(b)){new Wikifier(place,tale.get(b).processText())}else{new Wikifier(place,a)}}}var scrollWindowInterval;function scrollWindowTo(e,margin){var d=window.scrollY?window.scrollY:document.documentElement.scrollTop,m=window.innerHeight?window.innerHeight:document.documentElement.clientHeight,g=k(e),j=(d>g)?-1:1,b=0,c=Math.abs(d-g);scrollWindowInterval&&window.clearInterval(scrollWindowInterval);if(c){scrollWindowInterval=window.setInterval(h,25)}function h(){b+=0.1;window.scrollTo(0,d+j*(c*Math.easeInOut(b)));if(b>=1){window.clearInterval(scrollWindowInterval)}}function k(o){var p=a(o),h=o.offsetHeight,n=d+m;p=Math.min(Math.max(p+(margin||0)*(p<d?-1:1),0),n);if(p<d){return p
}else{if(p+h>n){if(h<m){return(p-(m-h)+20)}else{return p
}}else{return p
}}}function a(l){var m=0;while(l.offsetParent){m+=l.offsetTop;l=l.offsetParent}return m}}function delta(old,neu){var vars,ret={};if(old&&neu){for(vars in neu){if(neu[vars]!==old[vars]){ret[vars]=neu[vars]}}}return ret}function decompile(val){var i,ret;if((typeof val!="object"&&typeof val!="function")||!val){return val
}else{if(val instanceof Passage){return{"[[Passage]]":val.id}}else{if(Array.isArray(val)){ret=[]}else{ret={}}}}for(i in val){if(Object.prototype.hasOwnProperty.call(val,i)&&!isCyclic(val[i])){ret[i]=decompile(val[i])}}if(typeof val=="function"||val instanceof RegExp){try{internalEval(val+"");ret["[[Call]]"]=val+""}catch(e){ret["[[Call]]"]="function(){}"}}return ret}function recompile(val){var i,ret=val;if(val&&typeof val=="object"){if(typeof val["[[Passage]]"]=="number"){return tale.get(val["[[Passage]]"])}if(typeof val["[[Call]]"]=="string"){try{ret=internalEval(val["[[Call]]"])}catch(e){}}for(i in val){if(Object.prototype.hasOwnProperty.call(val,i)){ret[i]=recompile(val[i])}}}return ret}function addStyle(b){if(document.createStyleSheet){document.getElementsByTagName("head")[0].insertAdjacentHTML("beforeEnd"," <style>"+b+"</style>")}else{var a=document.createElement("style");a.appendChild(document.createTextNode(b));document.getElementsByTagName("head")[0].appendChild(a)}}function alterCSS(text){var temp="",imgPassages=tale.lookup("tags","Twine.image");text=text.replace(/\/\*(?:[^\*]|\*(?!\/))*\*\//g,"");text=text.replace(/:link/g,"[class*=Link]");text=text.replace(/:visited/g,".visitedLink");text=text.replace(/@import\s+(?:url\s*\(\s*['"]?|['"])[^"'\s]+(?:['"]?\s*\)|['"])\s*([\w\s\(\)\d\:,\-]*);/g,function(e){temp+=e;return""});text=temp+text;return text.replace(new RegExp(Wikifier.imageFormatter.lookahead,"gim"),function(m,p1,p2,p3,src){for(var i=0;i<imgPassages.length;i++){if(imgPassages[i].title==src){src=imgPassages[i].text;break}}return"url("+src+")"})}function setTransitionCSS(styleText){styleText=alterCSS(styleText);var style=document.getElementById("transitionCSS");style.styleSheet?(style.styleSheet.cssText=styleText):(style.innerHTML=styleText)}function throwError(a,b,tooltip){if(a){var elem=insertElement(a,"span",null,"marked",b);tooltip&&elem.setAttribute("title",tooltip)}else{alert("Regrettably, this "+tale.identity()+"'s code just ran into a problem:\n"+b+".\n"+softErrorMessage)}}Math.easeInOut=function(a){return(1-((Math.cos(a*Math.PI)+1)/2))};String.prototype.readMacroParams=function(keepquotes){var exec,re=/(?:\s*)(?:(?:"([^"]*)")|(?:'([^']*)')|(?:\[\[((?:[^\]]|\](?!\]))*)\]\])|([^"'\s]\S*))/mg,params=[];do{var val;exec=re.exec(this);if(exec){if(exec[1]){val=exec[1];keepquotes&&(val='"'+val+'"')}else{if(exec[2]){val=exec[2];keepquotes&&(val="'"+val+"'")}else{if(exec[3]){val=exec[3];keepquotes&&(val='"'+val.replace('"','\\"')+'"')}else{if(exec[4]){val=exec[4]}}}}val&¶ms.push(val)}}while(exec);return params};String.prototype.readBracketedList=function(){var c,b="\\[\\[([^\\]]+)\\]\\]",a="[^\\s$]+",e="(?:"+b+")|("+a+")",d=new RegExp(e,"mg"),f=[];do{c=d.exec(this);if(c){if(c[1]){f.push(c[1])}else{if(c[2]){f.push(c[2])}}}}while(c);return(f)};function rot13(s){return s.replace(/[a-zA-Z]/g,function(c){return String.fromCharCode((c<="Z"?90:122)>=(c=c.charCodeAt()+13)?c:c-26)})}Object.create||(function(){var F=function(){};Object.create=function(o){if(typeof o!="object"){throw TypeError()}F.prototype=o;return new F()}})();String.prototype.trim||(String.prototype.trim=function(){return this.replace(/^\s\s*/,"").replace(/\s\s*$/,"")});Array.isArray||(Array.isArray=function(arg){return Object.prototype.toString.call(arg)==="[object Array]"});Array.prototype.indexOf||(Array.prototype.indexOf=function(b,d){d=(d==null)?0:d;var a=this.length;for(var c=d;c<a;c++){if(this[c]==b){return c
}}return -1});Array.prototype.forEach||(Array.prototype.forEach=function(fun){if(this==null){throw TypeError()}var t=Object(this);var len=+t.length;if(typeof fun!="function"){throw TypeError()}var thisArg=arguments.length>=2?arguments[1]:void 0;for(var i=0;i<len;i++){if(i in t){fun.call(thisArg,t[i],i,t)}}});(function(){function t(t){this.message=t}var e=window,r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";t.prototype=Error(),t.prototype.name="InvalidCharacterError",e.btoa||(e.btoa=function(e){for(var o,n,a=0,i=r,c="";e.charAt(0|a)||(i="=",a%1);c+=i.charAt(63&o>>8-8*(a%1))){if(n=e.charCodeAt(a+=0.75),n>255){throw new t()}o=o<<8|n}return c}),e.atob||(e.atob=function(e){if(e=e.replace(/=+$/,""),1==e.length%4){throw new t()}for(var o,n,a=0,i=0,c="";n=e.charAt(i++);~n&&(o=a%4?64*o+n:n,a++%4)?c+=String.fromCharCode(255&o>>(6&-2*a)):0){n=r.indexOf(n)}return c})})();var hasTransition="transition" in document.documentElement.style||"-webkit-transition" in document.documentElement.style;function fade(f,c){var h;var e=f.cloneNode(true);var g=(c.fade=="in")?1:-1;f.parentNode.replaceChild(e,f);if(c.fade=="in"){h=0;e.style.visibility="visible"}else{h=1
}b(e,h);var a=window.setInterval(d,25);function d(){h+=0.05*g;b(e,Math.easeInOut(h));if(((g==1)&&(h>=1))||((g==-1)&&(h<=0))){f.style.visibility=(c.fade=="in")?"visible":"hidden";if(e.parentNode){e.parentNode.replaceChild(f,e)}window.clearInterval(a);if(c.onComplete){c.onComplete.call(f)}}}function b(k,j){var l=Math.floor(j*100);k.style.zoom=1;k.style.filter="alpha(opacity="+l+")";k.style.opacity=j}}function History(){this.history=[{passage:null,variables:{}}];this.id=new Date().getTime()+"";this.hash=""}History.prototype.encodeHistory=function(b,noVars){var ret=".",vars,type,hist=this.history[b],d=this.history[b+1]?delta(this.history[b+1].variables,hist.variables):hist.variables;function vtob(val){try{return window.btoa(unescape(encodeURIComponent(JSON.stringify(decompile(val)))))}catch(e){return"0"
}}if(!hist.passage||hist.passage.id==null){return""
}ret+=hist.passage.id.toString(36);if(noVars){return ret
}for(vars in d){type=typeof d[vars];if(type!="undefined"){ret+="$"+vtob(vars)+","+vtob(d[vars])}}for(vars in hist.linkVars){type=typeof hist.linkVars[vars];if(type!="function"&&type!="undefined"){ret+="["+vtob(vars)+","+vtob(hist.linkVars[vars])}}return ret};History.decodeHistory=function(str,prev){var name,splits,variable,c,d,ret={variables:clone(prev.variables)||{}},match=/([a-z0-9]+)((?:\$[A-Za-z0-9\+\/=]+,[A-Za-z0-9\+\/=]+)*)((?:\[[A-Za-z0-9\+\/=]+,[A-Za-z0-9\+\/=]+)*)/g.exec(str);function btov(str){try{return recompile(JSON.parse(decodeURIComponent(escape(window.atob(str)))))}catch(e){return 0
}}if(match){name=parseInt(match[1],36);if(!tale.has(name)){return false
}if(match[2]){ret.variables||(ret.variables={});splits=match[2].split("$");for(c=0;c<splits.length;c++){variable=splits[c].split(",");d=btov(variable[0]);if(d){ret.variables[d]=btov(variable[1])}}}if(match[3]){ret.linkVars||(ret.linkVars={});splits=match[3].split("[");for(c=0;c<splits.length;c++){variable=splits[c].split(",");d=btov(variable[0]);if(d){ret.linkVars[d]=btov(variable[1])}}}ret.passage=tale.get(name);return ret}};History.prototype.save=function(){var hist,b,a="";for(b=this.history.length-1;b>=0;b--){hist=this.history[b];if(!hist){break
}a+=this.encodeHistory(b)}return"#"+a};History.prototype.restore=function(){var a,b,c,vars;try{if(!window.location.hash||(window.location.hash=="#")){if(testplay){if(tale.has("StoryInit")){new Wikifier(insertElement(null,"span"),tale.get("StoryInit").text)}this.display(testplay,null,"quietly");return true}return false}if(window.location.hash.substr(0,2)=="#!"){c=window.location.hash.substr(2).split("_").join(" ");this.display(c,null,"quietly");return true}a=window.location.hash.replace("#","").split(".");for(b=0;b<a.length;b++){vars=History.decodeHistory(a[b],vars||{});if(vars){if(b==a.length-1){vars.variables=clone(this.history[0].variables);for(c in this.history[0].linkVars){vars.variables[c]=clone(this.history[0].linkVars[c])}this.history.unshift(vars);this.display(vars.passage.title,null,"back")}else{this.history.unshift(vars)}}}return true}catch(d){return false
}};History.prototype.saveVariables=function(c,el,callback){if(typeof callback=="function"){callback.call(el)}this.history.unshift({passage:c,variables:clone(this.history[0].variables)})};var restart=History.prototype.restart=function(){if(typeof window.history.replaceState=="function"){(typeof this.pushState=="function")&&this.pushState(true,window.location.href.replace(/#.*$/,""));window.location.reload()}else{window.location.hash=""}};var version={major:4,minor:2,revision:0,date:new Date("2014"),extensions:{}};var testplay,tale,state,prerender={},postrender={},macros=window.macros={};version.extensions.displayMacro={major:2,minor:0,revision:0};macros.display={parameters:[],handler:function(place,macroName,params,parser){var t,j,output,oldDisplayParams,name=parser.fullArgs();if(macroName!="display"){output=macroName;params=parser.fullMatch().replace(/^\S*|>>$/g,"").readMacroParams(true);try{for(j=0;j<params.length;j++){params[j]=internalEval(Wikifier.parse(params[j]))}}catch(e){throwError(place,parser.fullMatch()+" bad argument: "+params[j],parser.fullMatch());return}}else{try{output=internalEval(name)}catch(e){}if(output==null){if(tale.has(name)){output=name
}}}if(!output){throwError(place,"<<"+macroName+'>>: "'+name+'" did not evaluate to a passage name',parser.fullMatch())}else{if(!tale.has(output+"")){throwError(place,"<<"+macroName+'>>: The "'+output+'" passage does not exist',parser.fullMatch())}else{oldDisplayParams=this.parameters;this.parameters=params;t=tale.get(output+"");if(t.tags.indexOf("script")>-1){scriptEval(t)}else{new Wikifier(place,t.processText())}this.parameters=oldDisplayParams
}}}};version.extensions.actionsMacro={major:1,minor:2,revision:0};macros.actions={handler:function(a,f,g){var v=state.history[0].variables,e=insertElement(a,"ul");if(!v["actions clicked"]){v["actions clicked"]={}}for(var b=0;b<g.length;b++){if(v["actions clicked"][g[b]]){continue
}var d=insertElement(e,"li");var c=Wikifier.createInternalLink(d,g[b],(function(link){return function(){state.history[0].variables["actions clicked"][link]=true}}(g[b])));insertText(c,g[b])}}};version.extensions.printMacro={major:1,minor:1,revision:1};macros.print={handler:function(place,macroName,params,parser){var args=parser.fullArgs(macroName!="print"),output;try{output=internalEval(args);if(output!=null&&(typeof output!="number"||!isNaN(output))){new Wikifier(place,""+output)}}catch(e){throwError(place,"<<print>> bad expression: "+params.join(" "),parser.fullMatch())}}};version.extensions.setMacro={major:1,minor:1,revision:0};macros.set={handler:function(a,b,c,parser){macros.set.run(a,parser.fullArgs(),parser,c.join(" "))},run:function(a,expression,parser,original){try{return internalEval(expression)}catch(e){throwError(a,"bad expression: "+(original||expression),parser?parser.fullMatch():expression)}}};version.extensions.ifMacros={major:2,minor:0,revision:0};macros["if"]={handler:function(place,macroName,params,parser){var conditions=[],clauses=[],rawConds=[],srcOffset=parser.source.indexOf(">>",parser.matchStart)+2,src=parser.source.slice(srcOffset),endPos=-1,rawCond=params.join(" "),currentCond=parser.fullArgs(),currentClause="",t=0,nesting=0,i=0;for(;i<src.length;i++){if((src.substr(i,6)=="<<else")&&!nesting){rawConds.push(rawCond);conditions.push(currentCond.trim());clauses.push(currentClause);currentClause="";t=src.indexOf(">>",i+6);if(src.substr(i+6,4)==" if "||src.substr(i+6,3)=="if "){rawCond=src.slice(i+9,t);currentCond=Wikifier.parse(rawCond)}else{rawCond="";currentCond="true"}i=t+2}if(src.substr(i,5)=="<<if "){nesting++
}if(src.substr(i,9)=="<<endif>>"){nesting--;if(nesting<0){endPos=srcOffset+i+9;rawConds.push(rawCond);conditions.push(currentCond.trim());clauses.push(currentClause);break}}currentClause+=src.charAt(i)}if(endPos!=-1){parser.nextMatch=endPos;try{for(i=0;i<clauses.length;i++){if(internalEval(conditions[i])){new Wikifier(place,clauses[i]);break}}}catch(e){throwError(place,"<<"+(i?"else ":"")+"if>> bad condition: "+rawConds[i],!i?parser.fullMatch():"<<else if "+rawConds[i]+">>")}}else{throwError(place,"I can't find a matching <<endif>>",parser.fullMatch())}}};macros["else"]=macros.elseif=macros.endif={handler:function(){}};version.extensions.rememberMacro={major:2,minor:0,revision:0};macros.remember={handler:function(place,macroName,params,parser){var variable,value,re,match,statement=params.join(" ");macros.set.run(place,parser.fullArgs(),null,params.join(" "));if(!window.localStorage){throwError(place,"<<remember>> can't be used "+(window.location.protocol=="file:"?" by local HTML files ":"")+" in this browser.",parser.fullMatch());return}re=new RegExp(Wikifier.textPrimitives.variable,"g");while(match=re.exec(statement)){variable=match[1];value=state.history[0].variables[variable];try{value=JSON.stringify(value)}catch(e){throwError(place,"can't <<remember>> the variable $"+variable+" ("+(typeof value)+")",parser.fullMatch());return}window.localStorage[this.prefix+variable]=value}},init:function(){var i,variable,value;if(tale.has("StoryTitle")){this.prefix="Twine."+tale.title+"."}else{this.prefix="Twine.Untitled Story."}for(i in window.localStorage){if(i.indexOf(this.prefix)==0){variable=i.substr(this.prefix.length);value=window.localStorage[i];try{value=JSON.parse(value);state.history[0].variables[variable]=value}catch(e){}}}},expire:null,prefix:null};version.extensions.forgetMacro={major:1,minor:0,revision:0};macros.forget={handler:function(place,macroName,params){var re,match,variable,statement=params.join(" ");re=new RegExp(Wikifier.textPrimitives.variable,"g");while(match=re.exec(statement)){variable=match[1]+"";delete state.history[0].variables[variable];delete window.localStorage[macros.remember.prefix+variable]}}};version.extensions.SilentlyMacro={major:1,minor:1,revision:0};macros.nobr=macros.silently={handler:function(place,macroName,f,parser){var i,h=insertElement(null,"div"),k=parser.source.indexOf(">>",parser.matchStart)+2,a=parser.source.slice(k),d=-1,c="",l=0;for(i=0;i<a.length;i++){if(a.substr(i,macroName.length+7)=="<<end"+macroName+">>"){if(l==0){d=k+i+macroName.length+7;break}else{l--
}}else{if(a.substr(i,macroName.length+4)=="<<"+macroName+">>"){l++
}}if(macroName=="nobr"&&a.charAt(i)=="\n"){c+="\u200c"}else{c+=a.charAt(i)}}if(d!=-1){new Wikifier(macroName=="nobr"?place:h,c);parser.nextMatch=d}else{throwError(place,"can't find matching <<end"+macroName+">>",parser.fullMatch())}}};macros.endsilently={handler:function(){}};version.extensions.choiceMacro={major:2,minor:0,revision:0};macros.choice={callback:function(){var i,other,passage=findPassageParent(this);if(passage){other=passage.querySelectorAll(".choice");for(i=0;i<other.length;i++){other[i].outerHTML="<span class=disabled>"+other[i].innerHTML+"</span>"}state.history[0].variables["choice clicked"][passage.id.replace(/\|[^\]]*$/,"")]=true}},handler:function(A,C,D,parser){var link,id,match,text=D[1]||D[0].split("|")[0],passage=findPassageParent(A);if(!passage){throwError(A,"<<"+C+">> can't be used here.",parser.fullMatch());return}id=(passage&&passage.id.replace(/\|[^\]]*$/,""));if(id&&(state.history[0].variables["choice clicked"]||(state.history[0].variables["choice clicked"]={}))[id]){insertElement(A,"span",null,"disabled",text)}else{match=new RegExp(Wikifier.linkFormatter.lookahead).exec(parser.fullMatch());if(match){link=Wikifier.linkFormatter.makeLink(A,match,this.callback)}else{link=Wikifier.linkFormatter.makeLink(A,[0,text,D[0]],this.callback)}link.className+=" "+C}}};version.extensions.backMacro={major:2,minor:0,revision:0};macros.back={labeltext:"« back",handler:function(a,b,e,parser){var labelParam,c,el,labeltouse=this.labeltext,steps=1,stepsParam=e.indexOf("steps"),stepsParam2="";if(stepsParam>0){stepsParam2=e[stepsParam-1];if(stepsParam2[0]=="$"){try{stepsParam2=internalEval(Wikifier.parse(stepsParam2))}catch(r){throwError(a,parser.fullMatch()+" bad expression: "+r.message,parser.fullMatch());return}}steps=+stepsParam2;if(steps>=state.history.length-1){steps=state.history.length-2}e.splice(stepsParam-1,2)}labelParam=e.indexOf("label");if(labelParam>-1){if(!e[labelParam+1]){throwError(a,parser.fullMatch()+": "+e[labelParam]+" keyword needs an additional label parameter",parser.fullMatch());return}labeltouse=e[labelParam+1];e.splice(labelParam,2)}if(stepsParam<=0){if(e[0]){if(e[0].charAt(0)=="$"){try{e=internalEval(Wikifier.parse(e[0]))}catch(r){throwError(a,parser.fullMatch()+" bad expression: "+r.message,parser.fullMatch());return}}else{e=e[0]}if(!tale.has(e)){throwError(a,'The "'+e+'" passage does not exist',parser.fullMatch());return}for(c=0;c<state.history.length;c++){if(state.history[c].passage.title==e){steps=c;break}}}}el=document.createElement("a");el.className=b;addClickHandler(el,(function(b){return function(){return macros.back.onclick(b=="back",steps,el)}}(b)));el.innerHTML=labeltouse;a.appendChild(el)}};version.extensions.returnMacro={major:2,minor:0,revision:0};macros["return"]={labeltext:"« return",handler:function(a,b,e){macros.back.handler.call(this,a,b,e)}};version.extensions.textInputMacro={major:2,minor:0,revision:0};macros.checkbox=macros.radio=macros.textinput={handler:function(A,C,D,parser){var match,class_=C.replace("input","Input"),q=A.querySelectorAll("input"),id=class_+"|"+((q&&q.length)||0);input=insertElement(null,"input",id,class_);input.name=D[0];input.type=C.replace("input","");A.appendChild(input);if(C=="textinput"&&D[1]){match=new RegExp(Wikifier.linkFormatter.lookahead).exec(parser.fullMatch());if(match){Wikifier.linkFormatter.makeLink(A,match,macros.button.callback,"button")}else{Wikifier.linkFormatter.makeLink(A,[0,(D[2]||D[1]),D[1]],macros.button.callback,"button")}}else{if((C=="radio"||C=="checkbox")&&D[1]){input.value=D[1];insertElement(A,"label","","",D[1]).setAttribute("for",id);if(D[2]){insertElement(A,"br");D.splice(1,1);macros[C].handler(A,C,D)}}}}};version.extensions.buttonMacro={major:1,minor:0,revision:0};macros.button={callback:function(){var el=findPassageParent(this);if(el){var inputs=el.querySelectorAll("input");for(i=0;i<inputs.length;i++){if(inputs[i].type!="checkbox"&&(inputs[i].type!="radio"||inputs[i].checked)){macros.set.run(null,Wikifier.parse(inputs[i].name+' = "'+inputs[i].value.replace(/"/g,'\\"')+'"'))}else{if(inputs[i].type=="checkbox"&&inputs[i].checked){macros.set.run(null,Wikifier.parse(inputs[i].name+" = [].concat("+inputs[i].name+" || []);"));macros.set.run(null,Wikifier.parse(inputs[i].name+'.push("'+inputs[i].value.replace(/"/g,'\\"')+'")'))}}}}},handler:function(A,C,D,parser){var link,match=new RegExp(Wikifier.linkFormatter.lookahead).exec(parser.fullMatch());if(match){Wikifier.linkFormatter.makeLink(A,match,this.callback,"button")}else{Wikifier.linkFormatter.makeLink(A,[0,D[1]||D[0],D[0]],this.callback,"button")}}};function Passage(c,b,a,ofunc){var t;if(!this||this.constructor!=Passage){throw new ReferenceError("passage() must be in lowercase")}this.title=c;ofunc=typeof ofunc=="function"&&ofunc;if(b){this.id=a;this.tags=b.getAttribute("tags");if(typeof this.tags=="string"){if(ofunc){this.tags=ofunc(this.tags)}this.tags=this.tags.readBracketedList()}else{this.tags=[]}t=b.firstChild?b.firstChild.nodeValue:"";if(ofunc&&!this.isImage()){this.text=ofunc(Passage.unescapeLineBreaks(t))}else{this.text=Passage.unescapeLineBreaks(t)}if(!this.isImage()){this.preloadImages()}if(/\.char\b|\[data\-char\b/.exec(this.text)&&Wikifier.charSpanFormatter){Wikifier.formatters.push(Wikifier.charSpanFormatter);delete Wikifier.charSpanFormatter}}else{this.text="@@This passage does not exist: "+c+"@@";this.tags=[]}}Passage.prototype.isImage=function(){return !!~(this.tags.indexOf("Twine.image"))};Passage.prototype.preloadImages=function(){var u="\\s*['\"]?([^\"'$]+\\.(jpe?g|a?png|gif|bmp|webp|svg))['\"]?\\s*",k=function(c,e){var i,d;do{d=c.exec(this.text);if(d){i=new Image();i.src=d[e]}}while(d);return k};k.call(this,new RegExp(Wikifier.imageFormatter.lookahead.replace("[^\\[\\]\\|]+",u),"mg"),4).call(this,new RegExp("url\\s*\\("+u+"\\)","mig"),1).call(this,new RegExp("src\\s*="+u,"mig"),1)};Passage.unescapeLineBreaks=function(a){if(a&&typeof a=="string"){return a.replace(/\\n/mg,"\n").replace(/\\t/mg,"\t").replace(/\\s/mg,"\\").replace(/\\/mg,"\\").replace(/\r/mg,"")}else{return""
}};Passage.prototype.setTags=function(b){var t=this.tags!=null&&this.tags.length?this.tags.join(" "):"";if(t){b.setAttribute("data-tags",this.tags.join(" "))}document.body.setAttribute("data-tags",t)};Passage.prototype.processText=function(){var ret=this.text;if(~this.tags.indexOf("nobr")){ret=ret.replace(/\n/g,"\u200c")}if(this.isImage()){ret="[img["+ret+"]]"}return ret};function Tale(){var a,b,c,lines,i,kv,nsc,isImage,settings=this.storysettings={lookup:function(a,dfault){if(!(a in this)){return dfault
}return(this[a]+"")!="off"}},tiddlerTitle="";window.tale=this;this.passages={};if(document.normalize){document.normalize()}a=document.getElementById("storeArea").children;for(b=0;b<a.length;b++){c=a[b];if(c.getAttribute&&c.getAttribute("tiddler")=="StorySettings"){lines=new Passage("StorySettings",c,0,null,null).text.split("\n");for(i in lines){if(typeof lines[i]=="string"&&lines[i].indexOf(":")>-1){kv=lines[i].toLowerCase().split(":");kv[0]=kv[0].replace(/^\s+|\s+$/g,"");kv[1]=kv[1].replace(/^\s+|\s+$/g,"");if(kv[0]!="lookup"){settings[kv[0]]=kv[1]}}}}}if(settings.obfuscate=="rot13"){for(b=0;b<a.length;b++){c=a[b];if(c.getAttribute&&(tiddlerTitle=c.getAttribute("tiddler"))){isImage=(c.getAttribute("tags")+"").indexOf("Twine.image")>-1;if(tiddlerTitle!="StorySettings"&&!isImage){tiddlerTitle=rot13(tiddlerTitle)}this.passages[tiddlerTitle]=new Passage(tiddlerTitle,c,b+1,!isImage&&rot13)
}}}else{for(b=0;b<a.length;b++){c=a[b];if(c.getAttribute&&(tiddlerTitle=c.getAttribute("tiddler"))){this.passages[tiddlerTitle]=new Passage(tiddlerTitle,c,b,null,null)}}}}Tale.prototype.has=function(a){if(typeof a=="string"){return(this.passages[a]!=null)}else{for(var i in this.passages){if(this.passages[i].id==a){return true
}}return false}};Tale.prototype.get=function(a){if(typeof a=="string"){return this.passages[a]||new Passage(a)}else{for(var i in this.passages){if(this.passages[i].id==a){return this.passages[i]}}}};Tale.prototype.lookup=function(h,g,a){var d=[];for(var c in this.passages){var f=this.passages[c];for(var b=0;b<f[h].length;b++){if(f[h][b]==g){d.push(f)}}}if(!a){a="title"
}d.sort(function(k,j){if(k[a]==j[a]){return(0)}else{return(k[a]<j[a])?-1:+1}});return d};Tale.prototype.canUndo=function(){return this.storysettings.lookup("undo",true)};Tale.prototype.identity=function(){var meta=document.querySelector("meta[name='identity']"),identity=meta?meta.getAttribute("content"):"story";return(Tale.prototype.identity=function(){return identity
})()};Tale.prototype.forEachStylesheet=function(tags,callback){var passage,i;tags=tags||[];if(typeof callback!="function"){return
}for(passage in this.passages){passage=tale.passages[passage];if(passage&&~passage.tags.indexOf("stylesheet")){for(i=0;i<tags.length;i++){if(~passage.tags.indexOf(tags[i])){callback(passage);break}}}}};Tale.prototype.setPageElements=function(){var storyTitle,defaultTitle="TheAuctionGame";setPageElement("storyTitle","StoryTitle",defaultTitle);storyTitle=document.getElementById("storyTitle");document.title=this.title=(storyTitle&&(storyTitle.textContent||storyTitle.innerText))||defaultTitle;setPageElement("storySubtitle","StorySubtitle","");if(tale.has("StoryAuthor")){setPageElement("titleSeparator",null,"\n");setPageElement("storyAuthor","StoryAuthor","")}if(tale.has("StoryMenu")){document.getElementById("storyMenu").setAttribute("style","");setPageElement("storyMenu","StoryMenu","")}};function Wikifier(place,source){this.source=source;this.output=place;this.nextMatch=0;this.assembleFormatterMatches(Wikifier.formatters);this.subWikify(this.output)}Wikifier.textPrimitives={upperLetter:"[A-Z\u00c0-\u00de\u0150\u0170]",lowerLetter:"[a-z\u00df-\u00ff_0-9\\-\u0151\u0171]",anyLetter:"[A-Za-z\u00c0-\u00de\u00df-\u00ff_0-9\\-\u0150\u0170\u0151\u0171]"};Wikifier.textPrimitives.variable="\\$((?:"+Wikifier.textPrimitives.anyLetter.replace("\\-","")+"*"+Wikifier.textPrimitives.anyLetter.replace("0-9\\-","")+"+"+Wikifier.textPrimitives.anyLetter.replace("\\-","")+"*)+)";Wikifier.textPrimitives.unquoted="(?=(?:[^\"'\\\\]*(?:\\\\.|'(?:[^'\\\\]*\\\\.)*[^'\\\\]*'|\"(?:[^\"\\\\]*\\\\.)*[^\"\\\\]*\"))*[^'\"]*$)";Wikifier.prototype.assembleFormatterMatches=function(formatters){this.formatters=[];var pattern=[];for(var n=0;n<formatters.length;n++){pattern.push("("+formatters[n].match+")");this.formatters.push(formatters[n])}this.formatterRegExp=new RegExp(pattern.join("|"),"mg")};Wikifier.prototype.subWikify=function(output,terminator){var terminatorMatch,formatterMatch,oldOutput=this.output;this.output=output;var terminatorRegExp=terminator?new RegExp("("+terminator+")","mg"):null;do{this.formatterRegExp.lastIndex=this.nextMatch;if(terminatorRegExp){terminatorRegExp.lastIndex=this.nextMatch}formatterMatch=this.formatterRegExp.exec(this.source);terminatorMatch=terminatorRegExp?terminatorRegExp.exec(this.source):null;if(terminatorMatch&&(!formatterMatch||terminatorMatch.index<=formatterMatch.index)){if(terminatorMatch.index>this.nextMatch){this.outputText(this.output,this.nextMatch,terminatorMatch.index)}this.matchStart=terminatorMatch.index;this.matchLength=terminatorMatch[1].length;this.matchText=terminatorMatch[1];this.nextMatch=terminatorMatch.index+terminatorMatch[1].length;this.output=oldOutput;return}else{if(formatterMatch){if(formatterMatch.index>this.nextMatch){this.outputText(this.output,this.nextMatch,formatterMatch.index)}this.matchStart=formatterMatch.index;this.matchLength=formatterMatch[0].length;this.matchText=formatterMatch[0];this.nextMatch=this.formatterRegExp.lastIndex;var matchingFormatter=-1;for(var t=1;t<formatterMatch.length;t++){if(formatterMatch[t]){matchingFormatter=t-1;break}}if(matchingFormatter!=-1){this.formatters[matchingFormatter].handler(this)}}}}while(terminatorMatch||formatterMatch);if(this.nextMatch<this.source.length){this.outputText(this.output,this.nextMatch,this.source.length);this.nextMatch=this.source.length}this.output=oldOutput};Wikifier.prototype.outputText=function(place,startPos,endPos){if(place){insertText(place,this.source.substring(startPos,endPos))}};Wikifier.prototype.fullMatch=function(){return this.source.slice(this.matchStart,this.source.indexOf(">>",this.matchStart)+2)};Wikifier.prototype.fullArgs=function(includeName){var source=this.source.replace(/\u200c/g," "),endPos=this.nextMatch-2,startPos=source.indexOf(includeName?"<<":" ",this.matchStart);if(!~startPos||!~endPos||endPos<=startPos){return""
}return Wikifier.parse(source.slice(startPos+(includeName?2:1),endPos).trim())};Wikifier.parse=function(input){var m,re,b=input,found=[],g=Wikifier.textPrimitives.unquoted;function alter(from,to){b=b.replace(new RegExp(from+g,"gim"),to);return alter}re=new RegExp(Wikifier.textPrimitives.variable+g,"gi");while(m=re.exec(input)){if(!~found.indexOf(m[0])){b=m[0]+" == null && ("+m[0]+" = 0);"+b;found.push(m[0])}}alter(Wikifier.textPrimitives.variable,"state.history[0].variables.$1")("\\beq\\b"," == ")("\\bneq\\b"," != ")("\\bgt\\b"," > ")("\\bgte\\b"," >= ")("\\blt\\b"," < ")("\\blte\\b"," <= ")("\\band\\b"," && ")("\\bor\\b"," || ")("\\bnot\\b"," ! ")("\\bis\\b"," == ")("\\bto\\b"," = ");return b};Wikifier.formatHelpers={charFormatHelper:function(a){var b=insertElement(a.output,this.element);a.subWikify(b,this.terminator)},inlineCssHelper:function(w){var s,v,lookaheadMatch,gotMatch,styles=[],lookahead=Wikifier.styleByCharFormatter.lookahead,lookaheadRegExp=new RegExp(lookahead,"mg"),hadStyle=false,unDash=function(str){var s=str.split("-");if(s.length>1){for(var t=1;t<s.length;t++){s[t]=s[t].substr(0,1).toUpperCase()+s[t].substr(1)}}return s.join("")};styles.className="";do{lookaheadRegExp.lastIndex=w.nextMatch;lookaheadMatch=lookaheadRegExp.exec(w.source);gotMatch=lookaheadMatch&&lookaheadMatch.index==w.nextMatch;if(gotMatch){hadStyle=true;if(lookaheadMatch[5]){styles.className+=lookaheadMatch[5].replace(/\./g," ")+" "}else{if(lookaheadMatch[1]){s=unDash(lookaheadMatch[1]);v=lookaheadMatch[2]}else{s=unDash(lookaheadMatch[3]);v=lookaheadMatch[4]}}switch(s){case"bgcolor":s="backgroundColor";break;case"float":s="cssFloat";break}styles.push({style:s,value:v});w.nextMatch=lookaheadMatch.index+lookaheadMatch[0].length}}while(gotMatch);return styles},monospacedByLineHelper:function(w){var lookaheadRegExp=new RegExp(this.lookahead,"mg");lookaheadRegExp.lastIndex=w.matchStart;var lookaheadMatch=lookaheadRegExp.exec(w.source);if(lookaheadMatch&&lookaheadMatch.index==w.matchStart){insertElement(w.output,"pre",null,null,lookaheadMatch[1]);w.nextMatch=lookaheadMatch.index+lookaheadMatch[0].length}}};Wikifier.formatters=[{name:"table",match:"^\\|(?:[^\\n]*)\\|(?:[fhc]?)$",lookahead:"^\\|([^\\n]*)\\|([fhc]?)$",rowTerminator:"\\|(?:[fhc]?)$\\n?",cellPattern:"(?:\\|([^\\n\\|]*)\\|)|(\\|[fhc]?$\\n?)",cellTerminator:"(?:\\x20*)\\|",rowTypes:{"c":"caption","h":"thead","":"tbody","f":"tfoot"},handler:function(w){var rowContainer,rowElement,lookaheadMatch,matched,table=insertElement(w.output,"table"),lookaheadRegExp=new RegExp(this.lookahead,"mg"),currRowType=null,nextRowType,prevColumns=[],rowCount=0;w.nextMatch=w.matchStart;do{lookaheadRegExp.lastIndex=w.nextMatch;lookaheadMatch=lookaheadRegExp.exec(w.source),matched=lookaheadMatch&&lookaheadMatch.index==w.nextMatch;if(matched){nextRowType=lookaheadMatch[2];if(nextRowType!=currRowType){rowContainer=insertElement(table,this.rowTypes[nextRowType])}currRowType=nextRowType;if(currRowType=="c"){if(rowCount==0){rowContainer.setAttribute("align","top")}else{rowContainer.setAttribute("align","bottom")}w.nextMatch=w.nextMatch+1;w.subWikify(rowContainer,this.rowTerminator)}else{rowElement=insertElement(rowContainer,"tr");this.rowHandler(w,rowElement,prevColumns)}rowCount++}}while(matched)},rowHandler:function(w,e,prevColumns){var cellMatch,matched,col=0,currColCount=1,cellRegExp=new RegExp(this.cellPattern,"mg");do{cellRegExp.lastIndex=w.nextMatch;cellMatch=cellRegExp.exec(w.source);matched=cellMatch&&cellMatch.index==w.nextMatch;if(matched){if(cellMatch[1]=="~"){var last=prevColumns[col];if(last){last.rowCount++;last.element.setAttribute("rowSpan",last.rowCount);last.element.setAttribute("rowspan",last.rowCount);last.element.valign="center"}w.nextMatch=cellMatch.index+cellMatch[0].length-1}else{if(cellMatch[1]==">"){currColCount++;w.nextMatch=cellMatch.index+cellMatch[0].length-1}else{if(cellMatch[2]){w.nextMatch=cellMatch.index+cellMatch[0].length;break}else{var spaceLeft=false,spaceRight=false,lastColCount,lastColElement,styles,cell,t;w.nextMatch++;styles=Wikifier.formatHelpers.inlineCssHelper(w);while(w.source.substr(w.nextMatch,1)==" "){spaceLeft=true;w.nextMatch++}if(w.source.substr(w.nextMatch,1)=="!"){cell=insertElement(e,"th");w.nextMatch++}else{cell=insertElement(e,"td")}prevColumns[col]={rowCount:1,element:cell};lastColCount=1;lastColElement=cell;if(currColCount>1){cell.setAttribute("colSpan",currColCount);cell.setAttribute("colspan",currColCount);currColCount=1}for(t=0;t<styles.length;t++){cell.style[styles[t].style]=styles[t].value}w.subWikify(cell,this.cellTerminator);if(w.matchText.substr(w.matchText.length-2,1)==" "){spaceRight=true
}if(spaceLeft&&spaceRight){cell.align="center"}else{if(spaceLeft){cell.align="right"}else{if(spaceRight){cell.align="left"}}}w.nextMatch=w.nextMatch-1}}}col++}}while(matched)}},{name:"rule",match:"^----$\\n?",handler:function(w){insertElement(w.output,"hr")}},{name:"emdash",match:"--",becomes:String.fromCharCode(8212),handler:function(a){insertElement(a.output,"span",null,"char",this.becomes).setAttribute("data-char","emdash")}},{name:"heading",match:"^!{1,5}",terminator:"\\n",handler:function(w){var e=insertElement(w.output,"h"+w.matchLength);w.subWikify(e,this.terminator)}},{name:"monospacedByLine",match:"^\\{\\{\\{\\n",lookahead:"^\\{\\{\\{\\n((?:^[^\\n]*\\n)+?)(^\\}\\}\\}$\\n?)",handler:Wikifier.formatHelpers.monospacedByLineHelper},{name:"quoteByBlock",match:"^<<<\\n",terminator:"^<<<\\n",handler:function(w){var e=insertElement(w.output,"blockquote");w.subWikify(e,this.terminator)}},{name:"list",match:"^(?:(?:\\*+)|(?:#+))",lookahead:"^(?:(\\*+)|(#+))",terminator:"\\n",handler:function(w){var newType,newLevel,t,len,bulletType,lookaheadMatch,matched,lookaheadRegExp=new RegExp(this.lookahead,"mg"),placeStack=[w.output],currType=null,currLevel=0;w.nextMatch=w.matchStart;do{lookaheadRegExp.lastIndex=w.nextMatch;lookaheadMatch=lookaheadRegExp.exec(w.source);matched=lookaheadMatch&&lookaheadMatch.index==w.nextMatch;if(matched){newLevel=lookaheadMatch[0].length;if(lookaheadMatch[1]){bulletType=lookaheadMatch[1].slice(-1);newType="ul"}else{if(lookaheadMatch[2]){newType="ol"
}}w.nextMatch+=newLevel;if(newLevel>currLevel){for(t=currLevel;t<newLevel;t++){placeStack.push(insertElement(placeStack[placeStack.length-1],newType))}}else{if(newLevel<currLevel){for(t=currLevel;t>newLevel;t--){placeStack.pop()}}else{if(newLevel==currLevel&&newType!=currType){placeStack.pop();placeStack.push(insertElement(placeStack[placeStack.length-1],newType))}}}currLevel=newLevel;currType=newType;t=insertElement(placeStack[placeStack.length-1],"li");if(bulletType&&bulletType!="*"){t.setAttribute("data-bullet",bulletType)}w.subWikify(t,this.terminator)}}while(matched)}},(Wikifier.urlFormatter={name:"urlLink",match:"(?:https?|mailto|javascript|ftp|data):[^\\s'\"]+(?:/|\\b)",handler:function(w){var e=Wikifier.createExternalLink(w.output,w.matchText);w.outputText(e,w.matchStart,w.nextMatch)}}),(Wikifier.linkFormatter={name:"prettyLink",match:"\\[\\[",lookahead:"\\[\\[([^\\|]*?)(?:\\|(.*?))?\\](?:\\[(.*?)])?\\]",makeInternalOrExternal:function(out,title,callback,type){if(title&&!tale.has(title)&&(title.match(Wikifier.urlFormatter.match,"g")||~title.search(/[\.\\\/#]/))){return Wikifier.createExternalLink(out,title,callback,type)
}else{return Wikifier.createInternalLink(out,title,callback,type)}},makeCallback:function(code,callback){return function(){macros.set.run(null,Wikifier.parse(code),null,code);typeof callback=="function"&&callback.call(this)}},makeLink:function(out,match,callback2,type){var link,title,callback;if(match[3]){callback=this.makeCallback(match[3],callback2)}else{typeof callback2=="function"&&(callback=callback2)}title=Wikifier.parsePassageTitle(match[2]||match[1]);link=this.makeInternalOrExternal(out,title,callback,type);setPageElement(link,null,match[2]?match[1]:title);return link},handler:function(w){var lookaheadRegExp=new RegExp(this.lookahead,"mg");lookaheadRegExp.lastIndex=w.matchStart;var lookaheadMatch=lookaheadRegExp.exec(w.source);if(lookaheadMatch&&lookaheadMatch.index==w.matchStart){this.makeLink(w.output,lookaheadMatch);w.nextMatch=lookaheadMatch.index+lookaheadMatch[0].length}}}),(Wikifier.imageFormatter={name:"image",match:"\\[(?:[<]{0,1})(?:[>]{0,1})[Ii][Mm][Gg]\\[",lookahead:"\\[([<]?)(>?)img\\[(?:([^\\|\\]]+)\\|)?([^\\[\\]\\|]+)\\](?:\\[([^\\]]*)\\]?)?(\\])",importedImage:function(img,passageName){var imgPassages,imgname;try{imgname=internalEval(Wikifier.parse(passageName))}catch(e){}if(!imgname){imgname=passageName
}imgPassages=tale.lookup("tags","Twine.image");for(j=0;j<imgPassages.length;j++){if(imgPassages[j].title==imgname){img.src=imgPassages[j].text;break}}},handler:function(w){var e,img,j,lookaheadMatch,lookaheadRegExp=new RegExp(this.lookahead,"mig");lookaheadRegExp.lastIndex=w.matchStart;lookaheadMatch=lookaheadRegExp.exec(w.source);if(lookaheadMatch&&lookaheadMatch.index==w.matchStart){e=w.output,title=Wikifier.parsePassageTitle(lookaheadMatch[5]);if(title){e=Wikifier.linkFormatter.makeInternalOrExternal(w.output,title)}img=insertElement(e,"img");if(lookaheadMatch[1]){img.align="left"}else{if(lookaheadMatch[2]){img.align="right"}}if(lookaheadMatch[3]){img.title=lookaheadMatch[3]}this.importedImage(img,lookaheadMatch[4]);w.nextMatch=lookaheadMatch.index+lookaheadMatch[0].length}}}),{name:"macro",match:"<<",lookahead:/<<([^>\s]+)(?:\s*)((?:\\.|'(?:[^'\\]*\\.)*[^'\\]*'|"(?:[^"\\]*\\.)*[^"\\]*"|[^'"\\>]|>(?!>))*)>>/mg,handler:function(w){var lookaheadRegExp=new RegExp(this.lookahead);lookaheadRegExp.lastIndex=w.matchStart;var lookaheadMatch=lookaheadRegExp.exec(w.source.replace(/\u200c/g,"\n"));if(lookaheadMatch&&lookaheadMatch.index==w.matchStart&&lookaheadMatch[1]){var params=lookaheadMatch[2].readMacroParams();w.nextMatch=lookaheadMatch.index+lookaheadMatch[0].length;var name=lookaheadMatch[1];try{var macro=macros[name];if(macro&&typeof macro=="object"&¯o.handler){macro.handler(w.output,name,params,w)}else{if(name[0]=="$"){macros.print.handler(w.output,name,[name].concat(params),w)}else{if(tale.has(name)){macros.display.handler(w.output,name,[name].concat(params),w)}else{throwError(w.output,'No macro or passage called "'+name+'"',w.fullMatch())}}}}catch(e){throwError(w.output,"Error executing macro "+name+": "+e.toString(),w.fullMatch())}}}},{name:"html",match:"<html>",lookahead:"<html>((?:.|\\n)*?)</html>",handler:function(w){var lookaheadRegExp=new RegExp(this.lookahead,"mg");lookaheadRegExp.lastIndex=w.matchStart;var lookaheadMatch=lookaheadRegExp.exec(w.source);if(lookaheadMatch&&lookaheadMatch.index==w.matchStart){var e=insertElement(w.output,"span");e.innerHTML=lookaheadMatch[1];w.nextMatch=lookaheadMatch.index+lookaheadMatch[0].length}}},{name:"commentByBlock",match:"/%",lookahead:"/%((?:.|\\n)*?)%/",handler:function(w){var lookaheadRegExp=new RegExp(this.lookahead,"mg");lookaheadRegExp.lastIndex=w.matchStart;var lookaheadMatch=lookaheadRegExp.exec(w.source);if(lookaheadMatch&&lookaheadMatch.index==w.matchStart){w.nextMatch=lookaheadMatch.index+lookaheadMatch[0].length}}},{name:"boldByChar",match:"''",terminator:"''",element:"strong",handler:Wikifier.formatHelpers.charFormatHelper},{name:"strikeByChar",match:"==",terminator:"==",element:"strike",handler:Wikifier.formatHelpers.charFormatHelper},{name:"underlineByChar",match:"__",terminator:"__",element:"u",handler:Wikifier.formatHelpers.charFormatHelper},{name:"italicByChar",match:"//",terminator:"//",element:"em",handler:Wikifier.formatHelpers.charFormatHelper},{name:"subscriptByChar",match:"~~",terminator:"~~",element:"sub",handler:Wikifier.formatHelpers.charFormatHelper},{name:"superscriptByChar",match:"\\^\\^",terminator:"\\^\\^",element:"sup",handler:Wikifier.formatHelpers.charFormatHelper},{name:"monospacedByChar",match:"\\{\\{\\{",lookahead:"\\{\\{\\{((?:.|\\n)*?)\\}\\}\\}",handler:function(w){var lookaheadRegExp=new RegExp(this.lookahead,"mg");lookaheadRegExp.lastIndex=w.matchStart;var lookaheadMatch=lookaheadRegExp.exec(w.source);if(lookaheadMatch&&lookaheadMatch.index==w.matchStart){var e=insertElement(w.output,"code",null,null,lookaheadMatch[1]);w.nextMatch=lookaheadMatch.index+lookaheadMatch[0].length}}},(Wikifier.styleByCharFormatter={name:"styleByChar",match:"@@",terminator:"@@",lookahead:"(?:([^\\(@]+)\\(([^\\)\\|\\n]+)(?:\\):))|(?:([^\\.:@]+):([^;\\|\\n]+);)|(?:\\.([^;\\|\\n]+);)",handler:function(w){var e=insertElement(w.output,"span",null,null,null);var styles=Wikifier.formatHelpers.inlineCssHelper(w);if(styles.length==0){e.className="marked"}else{for(var t=0;t<styles.length;t++){e.style[styles[t].style]=styles[t].value}if(typeof styles.className=="string"){e.className=styles.className}}w.subWikify(e,this.terminator)}}),{name:"lineBreak",match:"\\n",handler:function(w){insertElement(w.output,"br")}},{name:"continuedLine",match:"\\\\\\s*?\\n",handler:function(a){a.nextMatch=a.matchStart+2}},{name:"htmlCharacterReference",match:"(?:(?:&#?[a-zA-Z0-9]{2,8};|.)(?:&#?(?:x0*(?:3[0-6][0-9a-fA-F]|1D[c-fC-F][0-9a-fA-F]|20[d-fD-F][0-9a-fA-F]|FE2[0-9a-fA-F])|0*(?:76[89]|7[7-9][0-9]|8[0-7][0-9]|761[6-9]|76[2-7][0-9]|84[0-3][0-9]|844[0-7]|6505[6-9]|6506[0-9]|6507[0-1]));)+|&#?[a-zA-Z0-9]{2,8};)",handler:function(w){var el=document.createElement("div");el.innerHTML=w.matchText;insertText(w.output,el.textContent)}},{name:"htmltag",match:"<(?:\\/?[\\w\\-]+|[\\w\\-]+(?:(?:\\s+[\\w\\-]+(?:\\s*=\\s*(?:\\\".*?\\\"|'.*?'|[^'\\\">\\s]+))?)+\\s*|\\s*)\\/?)>",tagname:"<(\\w+)",voids:["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"],tableElems:["table","thead","tbody","tfoot","th","tr","td","colgroup","col","caption","figcaption"],cleanupTables:function(e){var i,name,elems=[].slice.call(e.children);for(i=0;i<elems.length;i++){if(elems[i].tagName){name=elems[i].tagName.toLowerCase();if(this.tableElems.indexOf(name)==-1){elems[i].outerHTML=""}else{if(["col","caption","figcaption","td","th"].indexOf(name)==-1){this.cleanupTables.call(this,elems[i])}}}}},handler:function(a){var tmp,passage,setter,e,isvoid,isstyle,lookaheadRegExp,lookaheadMatch,lookahead,re=new RegExp(this.tagname).exec(a.matchText),tn=re&&re[1]&&re[1].toLowerCase();if(tn&&tn!="html"){lookahead="<\\/\\s*"+tn+"\\s*>";isvoid=(this.voids.indexOf(tn)!=-1);isstyle=tn=="style"||tn=="script";lookaheadRegExp=new RegExp(lookahead,"mg");lookaheadRegExp.lastIndex=a.matchStart;lookaheadMatch=lookaheadRegExp.exec(a.source);if(lookaheadMatch||isvoid){if(isstyle){e=document.createElement(tn);e.type="text/css";tmp=a.source.slice(a.nextMatch,lookaheadMatch.index);e.styleSheet?(e.styleSheet.cssText=tmp):(e.innerHTML=tmp);a.nextMatch=lookaheadMatch.index+lookaheadMatch[0].length}else{e=document.createElement(a.output.tagName);e.innerHTML=a.matchText;while(e.firstChild){e=e.firstChild}if(!isvoid){a.subWikify(e,lookahead)}}if(e.tagName.toLowerCase()=="table"){this.cleanupTables.call(this,e)}if(setter=e.getAttribute("data-setter")){setter=Wikifier.linkFormatter.makeCallback(setter)}if(passage=e.getAttribute("data-passage")){if(tn!="img"){addClickHandler(e,Wikifier.linkFunction(Wikifier.parsePassageTitle(passage),e,setter));if(tn=="area"||tn=="a"){e.setAttribute("href","javascript:;")}}else{Wikifier.imageFormatter.importedImage(e,passage)}}a.output.appendChild(e)}else{throwError(a.output,"HTML tag '"+tn+"' wasn't closed.",a.matchText)}}}}];Wikifier.charSpanFormatter={name:"char",match:"[^\n]",handler:function(a){insertElement(a.output,"span",null,"char",a.matchText).setAttribute("data-char",a.matchText==" "?"space":a.matchText=="\t"?"tab":a.matchText)}};Wikifier.parsePassageTitle=function(title){if(title&&!tale.has(title)){try{title=(internalEval(this.parse(title))||title)+""}catch(e){}}return title};Wikifier.linkFunction=function(title,el,callback){return function(){if(state.rewindTo){var passage=findPassageParent(el);if(passage&&passage.parentNode.lastChild!=passage){state.rewindTo(passage,true)}}state.display(title,el,null,callback)}};Wikifier.createInternalLink=function(place,title,callback,type){var tag=(type=="button"?"button":"a"),suffix=(type=="button"?"Button":"Link"),el=insertElement(place,tag);if(tale.has(title)){el.className="internal"+suffix;if(visited(title)){el.className+=" visited"+suffix}}else{el.className="broken"+suffix}addClickHandler(el,Wikifier.linkFunction(title,el,callback));if(place){place.appendChild(el)}return el};Wikifier.createExternalLink=function(place,url,callback,type){var tag=(type=="button"?"button":"a"),el=insertElement(place,tag);el.href=url;el.className="external"+(type=="button"?"Button":"Link");el.target="_blank";if(typeof callback=="function"){addClickHandler(el,callback)}if(place){place.appendChild(el)}return el};function visited(e){var ret=0,i=0;if(!state){return 0
}e=e||state.history[0].passage.title;if(arguments.length>1){for(ret=state.history.length;i<arguments.length;i++){ret=Math.min(ret,visited(arguments[i]))}}else{for(;i<state.history.length&&state.history[i].passage;i++){if(e==state.history[i].passage.title){ret++
}}}return ret}function visitedTag(){var i,j,sh,ret=0,tags=Array.prototype.slice.call(arguments);if(tags.length==1&&typeof tags[0]=="string"){tags=tags.split(" ")}if(!state){return 0
}sh=state.history;for(i=0;i<sh.length&&sh[i].passage;i++){for(j=0;j<tags.length||void ret++;j++){if(sh[i].passage.tags.indexOf(tags[j])==-1){break
}}}return ret}var visitedTags=visitedTag;function turns(){return state.history.length-1}function passage(){return state.history[0].passage.title}function tags(e){var ret=[],i=0;if(!state){return 0
}e=e||state.history[0].passage.title;if(arguments.length>1){for(i=arguments.length-1;i>=1;i--){ret=ret.concat(tags(arguments[i]))}}ret=ret.concat(tale.get(e).tags);return ret}function previous(){if(state&&state.history[1]){for(var d=1;d<state.history.length&&state.history[d].passage;d++){if(state.history[d].passage.title!=state.history[0].passage.title){return state.history[d].passage.title}}}return""}function random(a,b){var from,to;if(!b){from=0;to=a}else{from=Math.min(a,b);to=Math.max(a,b)}to+=1;return ~~((Math.random()*(to-from)))+from}function either(){if(Array.isArray(arguments[0])&&arguments.length==1){return either.apply(this,arguments[0])}return arguments[~~(Math.random()*arguments.length)]}function parameter(n){n=n||0;if(macros.display.parameters[n]){return macros.display.parameters[n]}return 0}function bookmark(){return state.hash||"#"}function internalEval(s){return eval("0,"+s)}function scriptEval(s){try{eval(s.text)}catch(e){alert("There is a technical problem with this "+tale.identity()+" ("+s.title+": "+e.message+")."+softErrorMessage)}}window.onbeforeunload=function(){if(tale&&tale.storysettings.lookup("exitprompt",false)&&state&&state.history.length>1){return"You are about to end this "+tale.identity()+"."}};var oldOnError=window.onerror||null,softErrorMessage="You may be able to continue playing, but some parts may not work properly.";window.onerror=function(msg,a,b,c,error){var s=(error&&(".\n\n"+error.stack.replace(/\([^\)]+\)/g,"")+"\n\n"))||(" ("+msg+").\n");alert("Sorry to interrupt, but this "+((tale&&tale.identity&&tale.identity())||"page")+"'s code has got itself in a mess"+s+softErrorMessage.slice(1));window.onerror=oldOnError;if(typeof window.onerror=="function"){window.onerror(msg,a,b,c,error)}};var $;function main(){$=window.$||function(a){return(typeof a=="string"?document.getElementById(a):a)
};var imgs,scripts,macro,style,i,styleText="",passages=document.getElementById("passages");function sanityCheck(thing){var i,j,s="NOTE: The "+thing,checks={prerender:prerender,postrender:postrender,macros:macros};for(i in checks){if(Object.prototype.hasOwnProperty.call(checks,i)&&!sanityCheck[i]){if(!checks[i]||typeof checks[i]!="object"){alert(s+" seems to have corrupted the "+i+" object."+softErrorMessage);sanityCheck[i]=true;continue}if(i!="macros"){for(j in checks[i]){if(Object.prototype.hasOwnProperty.call(checks[i],j)&&typeof checks[i][j]!="function"){alert(s+" added a property '"+j+"' to "+i+", "+"which is a "+typeof checks[i][j]+", not a function."+softErrorMessage);sanityCheck[i]=true;break}}}}}if(!sanityCheck.display){if(History.prototype.display.length<4&&!~History.prototype.display.toString().indexOf("arguments")){alert(s+" contains a function that patches History.prototype.display, but takes the wrong number of arguments."+softErrorMessage)}sanityCheck.display=true}}if(!window.JSON||!document.querySelector){return(passages.innerHTML="This "+tale.identity()+" requires a newer web browser. Sorry.")}else{passages.innerHTML=""}tale=window.tale=new Tale();if(~document.documentElement.className.indexOf("lt-ie9")){imgs=tale.lookup("tags","Twine.image");for(i=0;i<imgs.length;i++){if(imgs[i].text.length>=32768){alert("NOTE: This "+tale.identity()+"'s HTML file contains embedded images that may be too large for this browser to display."+softErrorMessage);break}}}scripts=tale.lookup("tags","script");for(i=0;i<scripts.length;i++){scriptEval(scripts[i]);sanityCheck('script passage "'+scripts[i].title+'"')}state=window.state=new History();for(i in macros){macro=macros[i];if(typeof macro.init=="function"){macro.init();sanityCheck('init() of the custom macro "'+i+'"')}}style=document.getElementById("storyCSS");for(i in tale.passages){i=tale.passages[i];if(i.tags.indexOf("stylesheet")==-1){continue
}if(i.tags+""=="stylesheet"){styleText+=i.text}else{if(i.tags.length==2&&i.tags.indexOf("transition")>-1){setTransitionCSS(i.text)}}}styleText=alterCSS(styleText);style.styleSheet?(style.styleSheet.cssText=styleText):(style.innerHTML=styleText);state.init()}setTimeout(function f(){var size,bar=document.getElementById("loadingbar"),store=document.getElementById("storeArea");if(!bar){return
}if(store){size=store.getAttribute("data-size");if(store.children.length<=size&&!tale){bar.style.width=~~((store.children.length+1)/size*100)+"%"}else{bar.outerHTML="";return}}setTimeout(f,5)},5);
var hasPushState=!!window.history&&(typeof window.history.pushState=="function")&&(function(a){try{a.setItem("test","1");a.removeItem("test");return true}catch(e){return false
}}(window.sessionStorage));Tale.prototype.canBookmark=function(){return this.canUndo()&&!this.storysettings.lookup("hash")&&(this.storysettings.lookup("bookmark",true)||!hasPushState)};History.prototype.init=function(){var a=this;if(!this.restore()){if(tale.has("StoryInit")){new Wikifier(insertElement(null,"span"),tale.get("StoryInit").text)}this.display("Start",null)}if(!hasPushState){this.hash=window.location.hash;this.interval=window.setInterval(function(){a.watchHash()},250)}};hasPushState&&(History.prototype.pushState=function(replace,uri){window.history[replace?"replaceState":"pushState"]({id:this.id,length:this.history.length},document.title,uri)});History.prototype.display=function(title,source,type,callback){var i,e,q,bookmark,hash,c=tale.get(title),p=document.getElementById("passages");if(c==null){return
}if(type!="back"){this.saveVariables(c,source,callback);hash=(tale.storysettings.lookup("hash")&&this.save())||"";if(hasPushState&&tale.canUndo()){try{sessionStorage.setItem("Twine.History"+this.id,JSON.stringify(decompile(this.history)));this.pushState(this.history.length<=2&&window.history.state=="",hash)}catch(e){alert("Your browser couldn't save the state of the "+tale.identity()+".\n"+"You may continue playing, but it will no longer be possible to undo moves from here on in.");tale.storysettings.undo="off"}}}this.hash=hash||this.save();e=c.render();if(type!="quietly"){if(hasTransition){for(i=0;i<p.childNodes.length;i+=1){q=p.childNodes[i];q.classList.add("transition-out");setTimeout((function(a){return function(){if(a.parentNode){a.parentNode.removeChild(a)}}}(q)),1000)}e.classList.add("transition-in");setTimeout(function(){e.classList.remove("transition-in")},1);e.style.visibility="visible";p.appendChild(e)}else{removeChildren(p);p.appendChild(e);fade(e,{fade:"in"
})}}else{p.appendChild(e);e.style.visibility="visible"}tale.setPageElements();if(tale.canUndo()){if(!hasPushState&&type!="back"){window.location.hash=this.hash}else{if(tale.canBookmark()){bookmark=document.getElementById("bookmark");bookmark&&(bookmark.href=this.hash)}}}window.scroll(0,0);return e};History.prototype.watchHash=function(){if(window.location.hash!=this.hash){if(window.location.hash&&(window.location.hash!="#")){this.history=[{passage:null,variables:{}}];removeChildren(document.getElementById("passages"));if(!this.restore()){alert("The passage you had previously visited could not be found.")}}else{window.location.reload()}this.hash=window.location.hash}};History.prototype.loadLinkVars=function(){for(var c in this.history[0].linkVars){this.history[0].variables[c]=clone(this.history[0].linkVars[c])}};Passage.prototype.render=function(){var b=insertElement(null,"div","passage"+this.title,"passage");b.style.visibility="hidden";this.setTags(b);this.setCSS();insertElement(b,"div","","header");var a=insertElement(b,"div","","body content");for(var i in prerender){(typeof prerender[i]=="function")&&prerender[i].call(this,a)}new Wikifier(a,this.processText());insertElement(b,"div","","footer");for(i in postrender){(typeof postrender[i]=="function")&&postrender[i].call(this,a)}return b};Passage.prototype.excerpt=function(){var b=this.text.replace(/<<.*?>>/g,"");b=b.replace(/!.*?\n/g,"");b=b.replace(/[\[\]\/]/g,"");var a=b.split("\n");while(a.length&&a[0].length==0){a.shift()}var c="";if(a.length==0||a[0].length==0){c=this.title}else{c=a[0].substr(0,30)+"..."}return c};Passage.transitionCache="";Passage.prototype.setCSS=function(){var trans=false,text="",tags=this.tags||[],c=document.getElementById("tagCSS"),c2=document.getElementById("transitionCSS");if(c&&c.getAttribute("data-tags")!=tags.join(" ")){tale.forEachStylesheet(tags,function(passage){if(~passage.tags.indexOf("transition")){if(!Passage.transitionCache&&c2){Passage.transitionCache=c2.innerHTML}setTransitionCSS(passage.text);trans=true}else{text+=alterCSS(passage.text)}});if(!trans&&Passage.transitionCache&&c2){setTransitionCSS(Passage.transitionCache);trans=false;Passage.transitionCache=""}c.styleSheet?(c.styleSheet.cssText=text):(c.innerHTML=text);c.setAttribute("data-tags",tags.join(" "))}};var Interface={init:function(){var snapback=document.getElementById("snapback"),restart=document.getElementById("restart"),bookmark=document.getElementById("bookmark");main();if(!tale){return
}if(snapback){if(!tale.lookup("tags","bookmark").length){snapback.parentNode.removeChild(snapback)}else{addClickHandler(snapback,Interface.showSnapback)}}if(bookmark&&(!tale.canBookmark()||!hasPushState)){bookmark.parentNode.removeChild(bookmark)}restart&&addClickHandler(restart,Interface.restart)},restart:function(){if(confirm("Are you sure you want to restart this "+tale.identity()+"?")){state.restart()}},showSnapback:function(a){Interface.hideAllMenus();Interface.buildSnapback();Interface.showMenu(a,document.getElementById("snapbackMenu"))},buildSnapback:function(){var b,c=false,menuelem=document.getElementById("snapbackMenu");while(menuelem.hasChildNodes()){menuelem.removeChild(menuelem.firstChild)}for(var a=state.history.length-1;a>=0;a--){if(state.history[a].passage&&state.history[a].passage.tags.indexOf("bookmark")!=-1){b=document.createElement("div");b.pos=a;addClickHandler(b,function(){return macros.back.onclick(true,this.pos)});b.innerHTML=state.history[a].passage.excerpt();menuelem.appendChild(b);c=true}}b=null;if(!c){b=document.createElement("div");b.innerHTML="<i>No passages available</i>";document.getElementById("snapbackMenu").appendChild(b)}},hideAllMenus:function(){document.getElementById("snapbackMenu").style.display="none"},showMenu:function(b,a){if(!b){b=window.event}var c={x:0,y:0};if(b.pageX||b.pageY){c.x=b.pageX;c.y=b.pageY}else{if(b.clientX||b.clientY){c.x=b.clientX+document.body.scrollLeft+document.documentElement.scrollLeft;c.y=b.clientY+document.body.scrollTop+document.documentElement.scrollTop}}a.style.top=c.y+"px";a.style.left=c.x+"px";a.style.display="block";addClickHandler(document,Interface.hideAllMenus);b.cancelBubble=true;if(b.stopPropagation){b.stopPropagation()}}};window.onload=Interface.init;macros.back.onclick=function(back,steps){var title;if(back){if(tale.canUndo()){window.history.go(-steps);return}while(steps-->=0&&state.history.length>1){title=state.history[0].passage.title;state.history.shift()}state.loadLinkVars();state.saveVariables(tale.get(title));state.display(title,null,"back")}else{state.display(state.history[steps].passage.title)}};window.onpopstate=function(e){var title,hist,steps,i,s=e&&e.state;if(s&&s.id&&s.length!=null){hist=recompile(JSON.parse(sessionStorage.getItem("Twine.History"+s.id)));if(hist){steps=hist.length-s.length}}if(steps!=null){state.history=hist;while(steps-->=0&&state.history.length>1){title=state.history[0].passage.title;state.history.shift()}state.loadLinkVars();state.saveVariables(tale.get(title));state.display(title,null,"back")}};
testplay = "";
}());
</script>
<script title="modules">
</script>
<style id="baseCSS">
/* Sidebar */
#sidebar {
position: fixed;
list-style: none;
width: 12em;
}
#sidebar #title, #sidebar #credits {
cursor: auto;
}
#sidebar #storySubtitle, #sidebar #storyMenu {
display: block;
}
.menu {
position: absolute;
display: none;
z-index: 5;
}
/* Passages container */
#passages {
margin-left: 18.2em;
position:relative;
}
/* Links */
.passage a {
color: #4d6ad8;
}
a.internalLink, a.externalLink, a.back, a.return, [data-passage], .menu div {
cursor: pointer;
}
a.brokenLink {
background-color: red;
color: #000;
}
.marked {
background-color: #f66;
color: #000;
}
.marked[title] {
cursor: help;
}
.passage li[data-bullet] {
list-style-type: none;
}
.passage li[data-bullet]:before {
content: attr(data-bullet);
position: relative;
left: -1em;
}
#storeArea {
display: none;
}
#noscript {
margin-left: 18.2em;
font-size: 1.2em;
font-weight: bold;
}
/* HTML4 compatibility */
img {
vertical-align:bottom;
}
@media screen and (max-width: 640px) {
#sidebar {
position: static;
margin: 0 auto;
padding: 0;
}
body #sidebar li {
text-align: center;
}
#passages {
min-height: 100vh;
margin-left: 0em;
}
}
#loadingbar {
position:fixed;
top:0;
left:0;
border-top: solid #4d6ad8 6px;
transition: width 0.5s;
}
</style>
<style id="defaultCSS">
body {
background-color: #000;
color: #fff;
font-family: Verdana,sans-serif;
font-size: 62.5%;
margin: 4em 15% 5% 5em;
}
#sidebar {
left: 7.5em;
margin: 0;
padding: 0 1em 0 0;
font: bold 1.1em Verdana,sans-serif;
}
#sidebar ul {
padding: 0;
}
#sidebar li {
color: #333;
text-align: right;
background-repeat: no-repeat;
margin-bottom: 1em;
line-height: 1.4em;
list-style: none;
}
#sidebar li a {
color: #333;
text-decoration: none;
}
#sidebar li a:hover, #sidebar #title a:hover, #snapback:hover, #restart:hover {
color: #fff;
cursor: pointer;
text-decoration: none;
}
#sidebar #title {
font-size: 150%;
}
#sidebar #title, #sidebar #title:hover, #sidebar #title a {
color: #999;
}
#sidebar #storySubtitle {
font-size: 75%;
}
#storyAuthor {
font-size: 50%;
}
#sidebar #storyMenu {
line-height: 2.5em;
margin-bottom: .5em;
color: #999;
cursor: auto;
}
#sidebar #credits {
padding-top: 2em;
font-weight: normal;
font-size: 80%;
}
#sidebar #credits:hover {
color: #333;
}
#sidebar #credits a {
text-decoration: none;
}
#passages {
border-left: 1px solid #333;
padding-left: 1.5em;
}
.menu {
background-color: #343434;
color: #fff;
opacity: .9;
border: 1px solid #fff;
text-align: left;
font: 1.1em Verdana;
line-height: 2em;
}
.menu div {
padding: 0 .4em;
}
.menu div:hover {
cursor: pointer;
background-color: #fff;
color: #343434;
}
.passage {
font-size: 1.2em;
line-height: 175%;
margin-bottom: 2em;
text-align: left;
}
.passage a {
font-weight: bold;
text-decoration: none;
}
.passage a:hover {
color: #8ea6ff;
text-decoration: underline;
}
.content > ul {
padding-top: 1.3em;
}
.passage ul, .passage ol {
margin-left: .5em;
padding-left: 1.5em;
}
.passage li {
margin-right: 6em;
}
.passage table {
border-collapse: collapse;
font-size: 100%;
margin: .8em 1.0em;
}
.passage th,.passage td,.passage tr,.passage caption {
padding: 3px;
}
.passage hr {
height: 1px;
}
.passage center {
max-width:50%;
margin:auto;
}
.marked {
margin-right: 12px;
padding: 3px;
}
.disabled {
font-weight: bold;
color: #333;
}
@media screen and (max-width: 640px) {
body {
margin: 5%;
}
#sidebar {
width:100%;
margin: 0;
border-bottom: 1px solid #333;
}
#passages {
padding-top: 2em;
border-left: 0;
}
}
</style>
<style id="transitionCSS">
.transition-in {
opacity:0;
position:absolute;
}
.passage:not(.transition-out) {
transition: 1s;
-webkit-transition: 1s;
}
.transition-out {
opacity:0 !important;
position:absolute;
}
</style>
<style id="storyCSS"></style>
<style id="tagCSS"></style>
</head>
<body>
<div id="loadingbar"></div>
<ul id="sidebar">
<li id="title" class="storyElement"><span id="storyTitle" class="storyElement"></span><span id="storySubtitle" class="storyElement"></span><span id="titleSeparator"></span><span id="storyAuthor" class="storyElement"></span></li>
<li id="storyMenu" class="storyElement" style="display:none"></li>
<li><a href="javascript:;" id="snapback">Rewind</a></li>
<li><a href="javascript:;" id="restart">Restart</a></li>
<li><a id="bookmark" title="Permanent link to this passage">Bookmark</a></li>
<li id="credits">
This story was created with <a href="http://twinery.org/">Twine</a> and is powered by <a href="http://tiddlywiki.com/">TiddlyWiki</a>
</li>
</ul>
<div id="snapbackMenu" class="menu"></div>
<div id="passages">
<noscript><div id="noscript">Please enable Javascript to play this story!</div></noscript>
<style>
#sidebar{display:none;}
</style>
</div>
<div id="storeArea" data-size="72" hidden><div tiddler="Item8" tags="" created="201603281832" modifier="twee" twine-position="1491,11">You have $<<$amountLeft>> to spend.\nEnter a bid: <<textinput $bidAmount [[Bid!|bidItem8]]>> \nOr, move on to the [[next item|Item9]]\n<<set $sellingPrice=35000>>\n<<set $itemName="Sicán Gold Beaker with Shells">>\n<<Item8Display>>\n\n</div><div tiddler="Item9" tags="" created="201603281849" modifier="twee" twine-position="1617,9">You have $<<$amountLeft>> to spend.\nEnter a bid: <<textinput $bidAmount [[Bid!|jaguarAuthenticity]]>> \nOr, move on to the [[next item|Item10]]\n<<set $sellingPrice=50000>>\n<<set $itemName="Jaguar Figure, Olmec">>\n<<Item9Display>></div><div tiddler="Item9Display" tags="" created="201603281851" modifier="twee" twine-position="1617,271"><html>\n<table width="100%" border="0">\n <tr valign="top">\n\n <td class="main" bgcolor="white" width="200" height="900">\n\t\t<div class="heading">\n\t\t\tOlmec Anthropomorphic Human Figure Transforming into a Jaguar<br>\n\t\t\tMexico<br>\n\t\t\tPreclassic, ca. 900 B.C. - 600 B.C.<br>\n\t\t</div>\n\t\t<div class="est">\n\t\t\tEstimate: $120,000 - $150,000<br>\n\t\t</div>\n\t\t<center><img src="https://farm2.staticflickr.com/1523/26115829946_6b23f9d627_o.jpg"/></center>\n\t\t<div class="information">\n\t\t\t<hr>\n\t\t\t<div class="subheading">Sotheby's Information:</div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tProperty from the Barbier-Mueller Collection.<br>\n\t\t\t\t<em>Auction Notes: </em>\nStone gray and beige with traces of cinnabar.<br>\n\t\t\t\t<em>Condition: </em> Light wear to the surface with small losses and chips visible.<br>\n\t\t\t\t<em>Height: </em>21 in (53 cm)<br>\n\t\t\t\t<em>Provenance: </em>Robert et Marianne Huber Fine Arts, New-York, 1995. | Gerard Geiger Collection, Lausanne, 1999. | Barbier-Mueller Collection, Geneva.\n.<br>\n\t\t\t</div>\n\t\t\t<hr id="secondH">\n\t\t\t<div class="subheading">Additional Information: </div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tOlmec objects that survive are usually carved in stone (sometimes rough, brownish stone such as this one, sometimes greenstone like jade) or ceramic. This figure is a small sculpture that shows a hunching figure with an elaborate head dress. The style is familiar from many Olmec carvings, from the shape of the body and limbs to the faces on the body and headdress (which show the characteristic Olmec upturned lip associated with spiritual half human-half jaguar figures, called ‘were jaguars”). As with most Olmec objects in museums, this one was not excavated scientifically, so we do not know if it came from a tomb, a ritual cache, or some other setting. We also do not know which region of the Olmec world it was used before it was collected. Since other, later cultures sometimes collected Olmec objects and used them as “heirlooms,” it is possible (although not necessarily likely) this one was found in a Maya or even Mexica setting.\n\t\t\t</div>\n\t\t</div>\n </td>\n </tr>\n <tr>\n </tr>\n</table>\n\n<style>\ntd {\n\ttext-align: center;\n}\n.main {\n\tborder-style:double;\n}\n\n.information {\n\tpadding-left: 10%;\n\tpadding-right:10%;\n\ttext-align: left;\n}\n\n#secondH {\n\tpadding: 0px;\n}\n\n.heading {\n\tfont-size:1.65em;\n\tfont-family: "Big Caslon", serif;\n\tline-height: 30px;\n\tpadding-top:10px;\n}\n.est {\n\tfont-family: "Big Caslon", serif;\n\tfont-size:1.3em;\n\tfont-style: italic;\n}\n.subheading {\n\ttext-align: center;\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 1.4em;\n}\n</style>\n</html></div><div tiddler="Item2" tags="" created="201603042328" modifier="twee" twine-position="572,7">You have $<<$amountLeft>> to spend.\nEnter a bid: <<textinput $bidAmount [[Bid!|conditionWarning]]>> \nOr, move on to the [[next item|Item3]]\n<<set $sellingPrice=5000>>\n<<set $itemName="Maya Standing Dignitary, Jaina">>\n<<Item2Display>></div><div tiddler="Item3" tags="" created="201603061836" modifier="twee" twine-position="698,10">You have $<<$amountLeft>> to spend.\nEnter a bid: <<textinput $bidAmount [[Bid!|testConfirmBid]]>> \nOr, move on to the [[next item|Item4]]\n<<set $sellingPrice=55000>>\n<<set $itemName="Copper Mochia Mask">>\n<<Item3Display>>\n\n</div><div tiddler="Item1" tags="" created="201603042123" modifier="twee" twine-position="438,9">You have $<<$amountLeft>> to spend.\nEnter a bid: <<textinput $bidAmount [[Bid!|bidItem1]]>> \nOr, move on to the [[next item|Item2]]\n<<set $sellingPrice=27500>>\n<<set $itemName="Colima Dog">>\n<<Item1Display>></div><div tiddler="Item6" tags="" created="201603281044" modifier="twee" twine-position="1173,10">You have $<<$amountLeft>> to spend.\nEnter a bid: <<textinput $bidAmount [[Bid!|confirmBid6]]>> \nOr, move on to the [[next item|Item7]]\n<<set $sellingPrice=2001500>>\n<<set $itemName="Large and Important Chupicuaro 'Venus' Figure">>\n<<Item6Display>>\n\n</div><div tiddler="Item7" tags="" created="201603281802" modifier="twee" twine-position="1365,9">You have $<<$amountLeft>> to spend.\nEnter a bid: <<textinput $bidAmount [[Bid!|bidItem7]]>> \nOr, move on to the [[next item|Item8]]\n<<set $sellingPrice=10000>>\n<<set $itemName="Jalisco Hunchback Flute Plater, Ameca Style">>\n<<Item7Display>></div><div tiddler="Item4" tags="" created="201603211919" modifier="twee" twine-position="842,9">You have $<<$amountLeft>> to spend.\nEnter a bid: <<textinput $bidAmount [[Bid!|bidItem4]]>> \nOr, move on to the [[next item|Item5]]\n<<set $sellingPrice=18750>>\n<<set $itemName="Tairona Stone Amulet">>\n<<Item4Display>>\n\n</div><div tiddler="Item5" tags="" created="201603211955" modifier="twee" twine-position="978,8">You have $<<$amountLeft>> to spend.\nEnter a bid: <<textinput $bidAmount [[Bid!|bidItem5]]>> \nOr, move on to the [[next item|Item6]]\n<<set $sellingPrice=12500>>\n<<set $itemName="Large Maya Polychrome Cylinder Vessel">>\n<<Item5Display>>\n\n</div><div tiddler="Start" tags="" created="201602281853" modifier="twee" twine-position="10,10"><i>Note: This game was a class project and not authorized by Smith College or Sotheby's Corporation. No copyright infringement intended.</i>\n\nWelcome!\nToday, the Smith College Museum of Art has sent you to bid for Pre-Columbian artifacts at the Sotheby's auction. You have been given $500,000 from the museum. We trust you to use these funds wisely, and any remaining funds will be put back into the museum's fund for Western art.\n\nToday's items are gathered both from the Barbier-Mueller Collection and other private collections from across the world. \nBefore we begin bidding, please take a further look at both the [[Barbier-Mueller Collection|BBMinfo]].</div><div tiddler="Item15Display" tags="" created="201603291928" modifier="twee" twine-position="2393,394"><html>\n<table width="100%" border="0">\n <tr valign="top">\n\n <td class="main" bgcolor="white" width="200" height="1000">\n\t\t<div class="heading">\n\t\t\tLarge Nayarit Standing Couple, Ixlán del Río Style<br>\n\t\t\tProtoclassic, ca. 100 B.C. - 250 A.D.<br>\n\t\t</div>\n\t\t<div class="est">\n\t\t\tEstimate: $45,000 - $55,000<br>\n\t\t</div>\n\t\t<img src="https://farm2.staticflickr.com/1625/25540125973_296103531a_o.png" style="height:250px; width:331px; padding-top:30px; padding-right:15px;"/><img src="https://farm2.staticflickr.com/1662/26142758155_6c798113dd_o.png" style="height:250px; width:331px; padding-top:30px; padding-left:15px;"/><img src="https://farm2.staticflickr.com/1624/25539116283_702f4c11fc_o.jpg" style="padding-top:30px;"/>\n\t\t<div class="information">\n\t\t\t<hr>\n\t\t\t<div class="subheading">Sotheby's Information:</div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tProperty from a Private Western Collection.<br>\n\t\t\t\t<em>Auction Notes: </em>The marriage couple of monumental size and highly stylized form distinguished by the exaggerated feet, each with similar lively expression of wide oval eyes and parted lips showing teeth indicating their active speech, each wearing rounded headband and the faces highlighted by geometric tattoos, the female holding a wide bowl on her shoulder, her body marked by tattoos and wearing a patterned skirt and short cape on the shoulder, the male in a tunic and holding a fan.<br>\n\t\t\t\t<em>Condition: </em>Overall both very good; nice root marks visible on surface and good overall coloring and patina. Female repairs include repair across the neck and two portions of PR shoulder, bowl appears intact, face and ornaments very good. Male figure also generally very good, repairs include PR foot and leg also mid leg of PL leg, nice details of tunic front and back, appears to be repair vertically down the back and some associated cracks extending from that line, fan appears intact.<br>\n\t\t\t\t<em>Height: </em>24 1/2 in (62.2 cm)<br>\n\t\t\t\t<em>Provenance: </em>Al Lawrence Collection, active in the late 1960's-1970's, and business partner of William and Mildred Kaplan. | Lands Beyond Gallery, New York, acquired from the above. | Jack Tanzer Collection, New York, acquired from the above. | Sotheby's, New York, November 27 and 28, 1984, lot 101, consigned by the above.<br>\n\t\t\t</div>\n\t\t\t<hr id="secondH">\n\t\t\t<div class="subheading">Additional Information: </div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tNayarit figures from West Mexico formed part of elaborate burials. Ceramic male and female couples are well known, and appear in many museum collections. The paint on this pair is especially well preserved.\nSmith College Museum of Art has several Nayarit scultpures. One is pictured below:\n<center><img src="https://farm2.staticflickr.com/1617/26142758265_3e5f759737_o.png" style="padding-top:30px; padding-bottom:30px;"></center>\n\t\t\t</div>\n\t\t</div>\n </td>\n </tr>\n <tr>\n </tr>\n</table>\n\n<style>\ntd {\n\ttext-align: center;\n}\n.main {\n\tborder-style:double;\n}\n\n.information {\n\tpadding-left: 10%;\n\tpadding-right:10%;\n\ttext-align: left;\n}\n\n#secondH {\n\tpadding: 0px;\n}\n\n.heading {\n\tfont-size:1.65em;\n\tfont-family: "Big Caslon", serif;\n\tline-height: 30px;\n\tpadding-top:10px;\n}\n.est {\n\tfont-family: "Big Caslon", serif;\n\tfont-size:1.3em;\n\tfont-style: italic;\n}\n.subheading {\n\ttext-align: center;\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 1.4em;\n}\n</style>\n</html></div><div tiddler="testConfirmBid" tags="" created="201603212002" modifier="twee" twine-position="700,143">Before continuing, the museum would like to inform you that the United States has strong international customs laws, and may challenge the importation of certain works of art. You may have to hire a lawyer in order to bring certain works back to the museum.\nBased on your knowledge of the provenance of this item, would you like to [[confirm your bid|bidItem3]] or [[move on to the next item?|Item4]]\n\n<<Item3Display>></div><div tiddler="Item18" tags="" created="201603292017" modifier="twee" twine-position="2780,10">You have $<<$amountLeft>> to spend.\nEnter a bid: <<textinput $bidAmount [[Bid!|bidItem18]]>> \nOr, [[finish the auction|FinalPage]]\n<<set $sellingPrice=1609500>>\n<<set $itemName="Tarascan Flying Duck, Tzintzuntzan Style">>\n<<Item18Display>></div><div tiddler="conditionWarning" tags="" created="201603292309" modifier="twee" twine-position="569,142">Warning: the condition on this object is less than ideal. Further funds may be needed for restoration.\nWould you like to [[continue with your bid|bidItem2]], or [[move on to the next item|Item3]]?</div><div tiddler="Item15" tags="" created="201603291908" modifier="twee" twine-position="2400,8">You have $<<$amountLeft>> to spend.\nEnter a bid: <<textinput $bidAmount [[Bid!|NayaritWarning]]>> \nOr, move on to the [[next item|Item16]]\n<<set $sellingPrice=25000>>\n<<set $itemName="Large Nayarit Standing Couple, Ixtlán del Río Style">>\n<<Item15Display>></div><div tiddler="Item14" tags="" created="201603291554" modifier="twee" twine-position="2268,10">You have $<<$amountLeft>> to spend.\nEnter a bid: <<textinput $bidAmount [[Bid!|bidItem14]]>> \nOr, move on to the [[next item|Item15]]\n<<set $sellingPrice=55000>>\n<<set $itemName="Veracruz Stone Palma, Eagle Devouring a Snake">>\n<<Item14Display>></div><div tiddler="Item2Display" tags="" created="201603250812" modifier="twee" twine-position="565,414"><html>\n<table width="100%" border="0">\n <tr valign="top">\n\n <td class="main" bgcolor="white" width="200" height="900">\n\t\t<div class="heading">\n\t\t\tMaya Standing Dignitary, Jaina<br>\n\t\t\tLate Classic, ca 550-950 A.D.<br>\n\t\t</div>\n\t\t<div class="est">\n\t\t\tEstimate: $10,000 - $15,000<br>\n\t\t</div>\n\t\t<center><img src="https://farm2.staticflickr.com/1668/26141765845_52f9de5197_o.jpg" width="119" height="303" alt="mayaDignitary"></center>\n\t\t<div class="information">\n\t\t\t<hr>\n\t\t\t<div class="subheading">Sotheby's Information:</div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tProperty from an Important North American Collector.<br>\n\t\t\t\t<em>Auction Notes: </em>In confident stance with arms folded, the head turned slightly to the right and distinguished by cheek plaques and goatee, elongated nosebridge, and the towering headdress with a fillet headband supported a loosely twisted cords, blue ties extending on each side, with remains of cord necklace and large bead on the chest.<br>\n\t\t\t\t<em>Condition: </em>Overall fine but as shown, missing feet, part of the left ear, some losses to the headdress on the left side. Nice touches of blue and facial modeling.\n<br>\n\t\t\t\t<em>Height: </em>8 1/2 in (21.6 cm)<br>\n\t\t\t\t<em>Provenance: </em>Wally and Brenda Zollman Collection, Indianapolis, acquired by the early 1980's. |\nSotheby's, New York, May 17, 1994, lot 112.<br>\n\t\t\t</div>\n\t\t\t<hr id="secondH">\n\t\t\t<div class="subheading">Additional Information: </div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tThe island of Jaina is famous among art collectors of ancient American objects because of the large number of burial objects that have been unearthed there (almost all of them without scientific excavation). Typically, the figures display a great deal of mimetic detail -- both in their bodies and in the clothes and other accoutrements they wear. Many Jaina figures retain traces of paint, especially blue (as does this one). The “tube-like” arms and legs seen here are not atypical, but they stand in marked contrast to some of the most carefully made mimetic sculptures from the island.\n\t\t\t</div>\n\t\t</div>\n </td>\n </tr>\n <tr>\n </tr>\n</table>\n\n<style>\ntd {\n\ttext-align: center;\n}\n.main {\n\tborder-style:double;\n}\n\n.information {\n\tpadding-left: 10%;\n\tpadding-right:10%;\n\ttext-align: left;\n}\n\n#secondH {\n\tpadding: 0px;\n}\n\n.heading {\n\tfont-size:1.65em;\n\tfont-family: "Big Caslon", serif;\n\tline-height: 30px;\n\tpadding-top:10px;\n}\n.est {\n\tfont-family: "Big Caslon", serif;\n\tfont-size:1.3em;\n\tfont-style: italic;\n}\n.subheading {\n\ttext-align: center;\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 1.4em;\n}\n</style>\n</html></div><div tiddler="Item16" tags="" created="201603291928" modifier="twee" twine-position="2529,7">You have $<<$amountLeft>> to spend.\nEnter a bid: <<textinput $bidAmount [[Bid!|bidItem16]]>> \nOr, move on to the [[next item|Item17]]\n<<set $sellingPrice=44700>>\n<<set $itemName="Teotihuacan Incensario Lid">>\n<<Item16Display>></div><div tiddler="Item17" tags="" created="201603292001" modifier="twee" twine-position="2654,10">You have $<<$amountLeft>> to spend.\nEnter a bid: <<textinput $bidAmount [[Bid!|bidItem17]]>> \nOr, move on to the [[next item|Item18]]\n<<set $sellingPrice=32500>>\n<<set $itemName="Maya Two-Part Effigt Vessel of an Armadillo">>\n<<Item17Display>></div><div tiddler="Item10" tags="" created="201603281851" modifier="twee" twine-position="1747,12">You have $<<$amountLeft>> to spend.\nEnter a bid: <<textinput $bidAmount [[Bid!|bidItem10]]>> \nOr, move on to the [[next item|Item11]]\n<<set $sellingPrice=97500>>\n<<set $itemName="Inca Stone Mortar in the Form of a Fish">>\n<<Item10Display>>\n\n</div><div tiddler="Item11" tags="" created="201603291341" modifier="twee" twine-position="1879,9">You have $<<$amountLeft>> to spend.\nEnter a bid: <<textinput $bidAmount [[Bid!|bidItem11]]>> \nOr, move on to the [[next item|Item12]]\n<<set $sellingPrice=112500>>\n<<set $itemName="Fine Maya Standing Figure of a Nobleman, Jaina">>\n<<Item11Display>></div><div tiddler="Item12" tags="" created="201603291407" modifier="twee" twine-position="2011,8">You have $<<$amountLeft>> to spend.\nEnter a bid: <<textinput $bidAmount [[Bid!|peruContested]]>> \nOr, move on to the [[next item|Item13]]\n<<set $sellingPrice=20000>>\n<<set $itemName="Stone Axe, Taino or Antilles">>\n<<Item12Display>></div><div tiddler="Item12Display" tags="" created="201603291432" modifier="twee" twine-position="2009,390"><html>\n<table width="100%" border="0">\n <tr valign="top">\n\n <td class="main" bgcolor="white" width="200" height="900">\n\t\t<div class="heading">\n\t\t\tStone Axe, Taino or Antilles<br>\n\t\t\tCaribbean Zone<br>\n\t\t\tca. 1000 A.D.<br>\n\t\t</div>\n\t\t<div class="est">\n\t\t\tEstimate: $7,000 - $8,000<br>\n\t\t</div>\n\t\t<center><img src="https://farm2.staticflickr.com/1467/25536972974_1e728a2b7e_o.jpg"/></center>\n\t\t<div class="information">\n\t\t\t<hr>\n\t\t\t<div class="subheading">Sotheby's Information:</div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tProperty from the Barbier-Mueller Collection.<br>\n\t\t\t\t<em>Auction Notes: </em>Green-grey basalt stone with a satin and shiny surface.<br>\n\t\t\t\t<em>Length: </em>12 1/2 in (32 cm)<br>\n\t\t\t\t<em>Provenance: </em> Paul de Givenchy Collection, Paris, between 1880 and 1920. | Charles Ratton Gallery, Paris, 1938-1939.| Josef Mueller Collection, Soleure. | Barbier-Mueller Collection, Geneva.<br>\n\t\t\t</div>\n\t\t\t<hr id="secondH">\n\t\t\t<div class="subheading">Additional Information: </div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tWorks from the Caribbean are not often on the market. They are collected in museums and by private art collectors, but they are generally less common than works by other ancient American cultures (especially, say, in comparison to west Mexican and Maya works.) The geometry of the objects tends to appeal to collectors today -- especially those with a taste for clean, modernist lines. It is not known how this object would have been used: perhaps as an actual weapon (there is a groove for attaching the axe to a handle), perhaps as a ritual object, perhaps as both. The high polish of the stone may be original, but it might also have been “enhanced” by collectors over time. Scientific study could probably shed light on this, but Sotheby’s does not suggest such study has been done. \n\t\t\t</div>\n\t\t</div>\n </td>\n </tr>\n <tr>\n </tr>\n</table>\n\n<style>\ntd {\n\ttext-align: center;\n}\n.main {\n\tborder-style:double;\n}\n\n.information {\n\tpadding-left: 10%;\n\tpadding-right:10%;\n\ttext-align: left;\n}\n\n#secondH {\n\tpadding: 0px;\n}\n\n.heading {\n\tfont-size:1.65em;\n\tfont-family: "Big Caslon", serif;\n\tline-height: 30px;\n\tpadding-top:10px;\n}\n.est {\n\tfont-family: "Big Caslon", serif;\n\tfont-size:1.3em;\n\tfont-style: italic;\n}\n.subheading {\n\ttext-align: center;\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 1.4em;\n}\n</style>\n</html></div><div tiddler="Item6Display" tags="" created="201603281058" modifier="twee" twine-position="1103,396"><html>\n<table width="100%" border="0">\n <tr valign="top">\n\n <td class="main" bgcolor="white" width="200" height="900">\n\t\t<div class="heading">\n\t\t\tLarge and Important Chupicuaro "Venus" Figure<br>\n\t\t\tGuanajuato, Mexico<br>\n\t\t\tPreclassic, ca. 400 B.C.<br>\n\t\t</div>\n\t\t<div class="est">\n\t\t\tEstimate: $2,000,000 - $3,000,000<br>\n\t\t</div>\n\t\t<img src="https://farm2.staticflickr.com/1507/26115833666_1034be7f70_o.jpg" /><img src="https://farm2.staticflickr.com/1489/25537994744_c9741e9daa_o.png" style="height:369px; padding-left:30px;"/>\n\n\t\t<div class="information">\n\t\t\t<hr>\n\t\t\t<div class="subheading">Sotheby's Information:</div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tProperty from the Barbier-Mueller Collection.<br>\n\t\t\t\t<em>Auction Notes: </em>Polychrome ceramic slip, beige and brick red with black ornamental paintings. Glazed surface.<br>\n\t\t\t\t<em>Condition: </em>The surface of the 'Venus' is covered with a greyish limestone deposit, solidly attached to the slip. Visible fractures to the legs (without special restoration), notably to the right leg where the back is visibly broken and glued. This large figure is known to have been in this same condition since its first appearance at the Museum of Fine Arts in Montreal in 1971.<br>\n\t\t\t\t<em>Height: </em>28 inches (71 cm)<br>\n\t\t\t\t<em>Provenance: </em>Guy Joussemet Collection, Montréal, acquired before 1960. | Galerie Arts des Amériques, Paris, 1988. | Barbier-Mueller Collection, Geneva.<br>\nExhibited in many museums since the 1990's.<br>\n\t\t\t</div>\n\t\t\t<hr id="secondH">\n\t\t\t<div class="subheading">Additional Information: </div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tThis is an example of sculpted figures known as “Chupicuaro,” which come from west Mexico and were used as burial figures. Characteristics of the genre are visible here: red and cream white (or yellowish) paint, large bodies in comparison to the limbs, and heads with elaborate head-dresses or hairdos. This one is encrusted with limestone deposts, which suggests its authenticity (West Mexican ceramics are some of the most frequently forged/faked objects from the ancient Americas). The large size (over 2 feet in height) makes it a particularly valuable “art object.” Moreover, it has been exhibited and published many times (see Sotheby's information, above), which is another way art objects accrue value in the art market. \n\t\t\t</div>\n\t\t</div>\n </td>\n </tr>\n <tr>\n </tr>\n</table>\n\n<style>\ntd {\n\ttext-align: center;\n}\n.main {\n\tborder-style:double;\n}\n\n.information {\n\tpadding-left: 10%;\n\tpadding-right:10%;\n\ttext-align: left;\n}\n\n#secondH {\n\tpadding: 0px;\n}\n\n.heading {\n\tfont-size:1.65em;\n\tfont-family: "Big Caslon", serif;\n\tline-height: 30px;\n\tpadding-top:10px;\n}\n.est {\n\tfont-family: "Big Caslon", serif;\n\tfont-size:1.3em;\n\tfont-style: italic;\n}\n.subheading {\n\ttext-align: center;\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 1.4em;\n}\n</style>\n</html></div><div tiddler="bidItem5" tags="nobr" created="201603281044" modifier="twee" twine-position="971,145"><<set $bidAmount = Number($bidAmount)>>\n<<if $bidAmount > $amountLeft>>\n<<set alert("You do not have enough funds to make this bid.")>>\n<<Item5>>\n<<else>>\n<<if $bidAmount >= $sellingPrice>>\n<<set $amountLeft = $amountLeft-$bidAmount>>\n<<set $itemsPurchased.push($itemName)>>Congratulations! You are now the owner of the <<$itemName>>, purchased for $<<$bidAmount>>. This leaves you with $<<$amountLeft>>.\nWould you like to move on to the [[next item?|Item6]]\n<<else>>\n<<set $contBid to confirm("Oh no! You have been outbid. Would you like to contine bidding? If you chose not to continue, you will move on to the next item.")>>\n<<if $contBid is true>>\nThe standing bid is: $<<$bidAmount + either(3000, 1000, 2000)>>.<br>\nYou have $<<$amountLeft>> to spend.<br>\nEnter your new bid: <<textinput $bidAmount [[Bid!|bidItem5]]>> \n<br><br>\n<<Item5Display>>\n<<else>>\n<<Item6>>\n<<endif>>\n<<endif>>\n<<endif>>\n</div><div tiddler="BBMinfo" tags="" created="201602281908" modifier="twee" twine-position="164,12">In the 1920s, Josef Paul Barbier began collecting "primitive" and "tribal" art. His son-in-law, Jean Paul Barbier-Mueller, expanded the collection over the past century and opened two museums - one in Switzerland and one in Barcelona. The Barcelona museum focused exclusively on pre-Columbian art.<br>\nFollowing financial difficulties, the Barcelona museum closed in 2012, and its artifacts were sold at Sotheby's auction in Paris in early 2013.\nThe governments of Guatemala, Mexico, Peru, and Costa Rica objected to the 2013 sale, claiming that many items in the collection had been illegally exported. Though the provenance of many items was disputed, both Sotheby's and the French government stood by the auction, claiming that the items in the sale had been throughly researched. <br>\nNow that you have a bit more information about some of the items at hand, let's take a look at the [[auction rules|AuctionRules]].</div><div tiddler="tilePage" tags="" created="201603131517" modifier="twee" twine-position="297,145">[[Begin the auction|Item1]]\n\n<html>\n<ul class="img-list">\n<li>\n<img src="https://farm2.staticflickr.com/1608/25868902140_c3bf4b2f9f_m.jpg" width="150" height="200" alt="taironaAmuletTile">\n<span class="text-content"><span>Tairona Stone Amulet, Columbia<br/>Est. $4,000 - 5,000</span></span>\n</li>\n<li>\n<img src="https://farm2.staticflickr.com/1669/26049270822_a775924ac4_m.jpg" width="150" height="200" alt="axeTile">\n<span class="text-content"><span>Stone Axe, Taino? Antilles? Carribean Zone<br/>Est. $7,000 - 8,000</span></span>\n</li>\n<li>\n<img src="https://farm2.staticflickr.com/1511/26075433421_843eaf5aee_m.jpg" width="150" height="200" alt="mochiaGoldTile"><span class="text-content"><span>Copper Mochia Mask, Northern Peru <br/>Est. $20,000 - 25,000</span></span>\n</li>\n<li>\n<img src="https://farm2.staticflickr.com/1637/26115833896_c067beb76b_m.jpg" width="150" height="200" alt="mexicanIntricateTile">\n<span class="text-content"><span>Teotihuacan Incensario Lid, Mexio or Guatemala<br/>Est. $40,000 - 50,000</span></span>\n</li>\n<li>\n<img src="https://farm2.staticflickr.com/1709/26141761745_eaf9c24877_m.jpg" width="150" height="200" alt="incanFishTile">\n<span class="text-content"><span>Inca Stone Fish Mortar, Peru</br> Est. $40,000 - 50,000</span></span>\n</li>\n<li>\n<img src="https://farm2.staticflickr.com/1536/25536995894_b705804c2a_m.jpg" width="150" height="200" alt="sicanBeakerTile">\n<span class="text-content"><span>Sicán Gold Beaker with Shells<br>Est. $25,000 - 30,000</span></span>\n</li>\n<li>\n<img src="https://farm2.staticflickr.com/1687/26049293662_c2092e61e9_m.jpg" width="150" height="200" alt="redDuckTile">\n<span class="text-content"><span>Tatascan Flying Duck, Tzintzuntzan Style, Michoacan, Mexico<br/>Est. $1,500,000 - 2,000,000</span></span>\n</li>\n<li>\n<img src="https://farm2.staticflickr.com/1545/26049293692_35304dac1e_m.jpg" width="150" height="200" alt="nayaritStandingTile">\n<span class="text-content"><span>Large Nayarit Standing Couple, Ixtlán del Río style<br>Est. $45,000 - 55,000</span></span>\n</li>\n<li>\n<img src="https://farm2.staticflickr.com/1663/26049293732_4719e722fd_m.jpg" width="150" height="200" alt="mocheEarringTile">\n<span class="text-content"><span>Moche Gold and Turquoise Inlay Ear Ornament<br>Est. $100,000 - 150,000</span></span>\n</li>\n<li>\n<img src="https://farm2.staticflickr.com/1693/25539139093_97ee4f8863_m.jpg" width="150" height="200" alt="jaguarStatueTile">\n<span class="text-content"><span>Olmec Anthropomorphic Human Figure Transforming into a Jaguar, Mexico<br/>Est. $120,000 - 150,000</span></span>\n</li>\n<li>\n<img src="https://farm2.staticflickr.com/1473/25539138973_b2887e63a7_m.jpg" width="150" height="200" alt="mayaVesselTile">\n<span class="text-content"><span>Large Maya Polychrome Cylinder Vessel<br>Est. $15,000 - 25,000</span></span>\n</li>\n<li>\n<img src="https://farm2.staticflickr.com/1707/25539138953_5f7bb52953_m.jpg" width="150" height="200" alt="mexicanFlutePlayerTile">\n<span class="text-content"><span>Jalisco Hunchback Flute Player, Ameca Style, Mexico<br/>Est. $18,000 - 20,000</span></span>\n</li>\n<li>\n<img src="https://farm2.staticflickr.com/1532/26075429441_1227395b90_m.jpg" width="150" height="200" alt="colimaDogTile">\n<span class="text-content"><span>Colima Dog<br/>Est. $10,000 - 15,000</span></span>\n</li>\n<li>\n<img src="https://farm2.staticflickr.com/1507/25868880450_5bfa9c3ed0_m.jpg" width="150" height="200" alt="armadilloVaseTile">\n<span class="text-content"><span>Maya Two-Part Effigy Vessel of an Armadillo<br>Est. $25,000 - 35,000</span></span>\n</li>\n<li>\n<img src="https://farm2.staticflickr.com/1578/26075433311_b80a79affc_m.jpg" width="150" height="238" alt="snakeStatueTile">\n<span class="text-content"><span>Veracruz Stone Palma, Eagle Devouring a Snake, Mexico<br/>Est. $50,000 - 60,000</span></span>\n</li>\n<li>\n<img src="https://farm2.staticflickr.com/1449/26115833976_b8906ec7c9_o.jpg" width="150" height="338" alt="mayaNoblemanStandingTile">\n<span class="text-content"><span>Fine Maya Standing Figure of a Nobleman, Jaina<br>Est. $50,000 - 70,000</span></span>\n</li>\n<li>\n<img src="https://farm2.staticflickr.com/1617/25539138773_9aec8eae34_o.jpg" width="150" height="306" alt="venusStatueTile">\n<span class="text-content"><span>Large and Important Chupicuaro "Venus" Figure, Guanajuato, Mexico<br/>Est. $2,000,000 - 3,000,000</span></span>\n</li>\n<li>\n<img src="https://farm2.staticflickr.com/1596/25869394150_62d8eab4ae_o.jpg" width="150" height="382" alt="mayaDignitaryTile">\n<span class="text-content"><span>Maya Standing Dignitary, Jaina<br>Est. $10,000 - 15,000</span></span>\n</li>\n</ul>\n<style>\n\nul.img-list {\n list-style-type: none;\n margin: 0;\n padding: 0;\n text-align: center;\n}\n\nul.img-list li {\n display: inline-block;\n height: 200px;\n margin: 0 1em 1em 0;\n position: relative;\n width: 150px;\n}\n\nspan.text-content {\n background: rgba(0,0,0,0.5);\n color: white;\n cursor: pointer;\n display: table;\n height: 200px;\n left: 0;\n position: absolute;\n top: 0;\n width: 150px;\n opacity: 0;\n -webkit-transition: opacity 500ms;\n -moz-transition: opacity 500ms;\n -o-transition: opacity 500ms;\n transition: opacity 500ms;\n}\n\nul.img-list li:hover span.text-content {\n opacity: 1;\n}\n\nspan.text-content span {\n display: table-cell;\n text-align: center;\n vertical-align: middle;\n}\n\n\n</style>\n</html>\n</div><div tiddler="bidItem4" tags="nobr" created="201603211955" modifier="twee" twine-position="841,143"><<set $bidAmount = Number($bidAmount)>>\n<<if $bidAmount > $amountLeft>>\n<<set alert("You do not have enough funds to make this bid.")>>\n<<Item4>>\n<<else>>\n<<if $bidAmount >= $sellingPrice>>\n<<set $amountLeft = $amountLeft-$bidAmount>>\n<<set $itemsPurchased.push($itemName)>>Congratulations! You are now the owner of the <<$itemName>>, purchased for $<<$bidAmount>>. This leaves you with $<<$amountLeft>>.\nWould you like to move on to the [[next item?|Item5]]\n<<else>>\n<<set $contBid to confirm("Oh no! You have been outbid. Would you like to contine bidding? If you chose not to continue, you will move on to the next item.")>>\n<<if $contBid is true>>\nThe standing bid is: $<<$bidAmount + either(3000, 1000, 2000)>>.<br>\nYou have $<<$amountLeft>> to spend.<br>\nEnter your new bid: <<textinput $bidAmount [[Bid!|bidItem4]]>> \n<br><br>\n<<Item4Display>>\n<<else>>\n<<Item5>>\n<<endif>>\n<<endif>>\n<<endif>>\n</div><div tiddler="Item5Display" tags="" created="201603281042" modifier="twee" twine-position="967,271"><html>\n<table width="100%" border="0">\n <tr valign="top">\n\n <td class="main" bgcolor="white" width="200" height="900">\n\t\t<div class="heading">\n\t\t\tLarge Maya Polychrome Vessel<br>\n\t\t\tLate Classic, ca. 550-950 A.D.<br>\n\t\t</div>\n\t\t<div class="est">\n\t\t\tEstimate: $15,000 - $25,000<br>\n\t\t</div>\n\t\t<center><img src="https://farm2.staticflickr.com/1553/25536996074_891e5fe75a_o.jpg" width="189" height="257" alt="mayaVessel"></center>\n\t\t<div class="information">\n\t\t\t<hr>\n\t\t\t<div class="subheading">Sotheby's Information:</div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tProperty from an important North American Collector.<br>\n\t\t\t\t<em>Auction Notes: </em>Graphically painted with two ahawob or lords in a presentation scene, with an offering of tribute of large wrapped bundles, perhaps textiles, with a plume-handled perforator atop, one lord seated on a jaguar-skin covered bench and gesturing to the kneeing dignitary before him, each wearing tall headdress with a stiff woven structure rising upward, full loincloths of white cotton, and with a massive headdresses with a central face mask behind the seated lord and attendant, a column of secondary glyphs and a variant of the Primary Standard sequence at the rim.<br>\n\t\t\t\t<em>Condition: </em>Overall excellent; vessel appears intact; there is a old crack through the vertical glyph band shown in photo and a similar crack by the kneeling figure in front.<br>\n\t\t\t\t<em>Height: </em>10 3/8 in (26.4 cm)<br>\n\t\t\t\t<em>Provenance: </em>Laurence C. Witten II Collection. | Andre Emmerich Inc., on consignment from the above in 1972. | Sotheby's, New York, November 15, 1994, lot 158. | Acquired by the present owner from the above.<br>\n\t\t\t</div>\n\t\t\t<hr id="secondH">\n\t\t\t<div class="subheading">Additional Information: </div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tThis cylinder vase is of a familiar form and size for classic Maya ceramics. Vessels like this -- which are finely crafted and well painted -- were probably produced in workshops, perhaps attached to specific royal houses or leaders. Such vessels might have been used in feasts or rituals, they may have been gifted among elite Maya (even sent from one community to another). Because we do not know where this vessel was found, it is impossible to know if it was made and used locally or if it was a “traveling” vessel. It’s “career” among the Maya was concluded when it was placed inside a burial. The painting is neither exceptional nor rough: there are cylinder vessels known with both much finer painting and imagery that was much more hastily applied. \n\n\t\t\t</div>\n\t\t</div>\n </td>\n </tr>\n <tr>\n </tr>\n</table>\n\n<style>\ntd {\n\ttext-align: center;\n}\n.main {\n\tborder-style:double;\n}\n\n.information {\n\tpadding-left: 10%;\n\tpadding-right:10%;\n\ttext-align: left;\n}\n\n#secondH {\n\tpadding: 0px;\n}\n\n.heading {\n\tfont-size:1.65em;\n\tfont-family: "Big Caslon", serif;\n\tline-height: 30px;\n\tpadding-top:10px;\n}\n.est {\n\tfont-family: "Big Caslon", serif;\n\tfont-size:1.3em;\n\tfont-style: italic;\n}\n.subheading {\n\ttext-align: center;\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 1.4em;\n}\n</style>\n</html></div><div tiddler="stylesheet" tags="stylesheet" created="201603201604" modifier="twee" twine-position="134,151">body {\n\tbackground-color: #E6E6E6;\n\tcolor: black;\n\tfont-size:6.5px;\n}\n\n#sidebar {\n\tdisplay:none;\n\tfont-size: 0px;\n}\n\n#passages {\n\tborder-left: 0;\n}\n\n.passage {\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 16px;\n}</div><div tiddler="bidItem6" tags="nobr" created="201603281802" modifier="twee" twine-position="1104,270"><<set $bidAmount = Number($bidAmount)>>\n<<if $bidAmount > $amountLeft>>\n<<set alert("You do not have enough funds to make this bid.")>>\nYou have $<<$amountLeft>> to spend.<br>\nEnter a bid: <<textinput $bidAmount [[Bid!|confirmBid6]]>> <br>\nOr, move on to the [[next item|Item7]]\n<<Item6Display>>\n<<else>>\n<<if $bidAmount >= $sellingPrice>>\n<<set $amountLeft = $amountLeft-$bidAmount>>\n<<set $itemsPurchased.push($itemName)>>Congratulations! You are now the owner of the <<$itemName>>, purchased for $<<$bidAmount>>. This leaves you with $<<$amountLeft>>.\nWould you like to move on to the [[next item?|Item7]]\n<<else>>\n<<set $contBid to confirm("Oh no! You have been outbid. Would you like to contine bidding? If you chose not to continue, you will move on to the next item.")>>\n<<if $contBid is true>>\nThe standing bid is: $<<$bidAmount + either(100000, 50000, 200000)>>.<br>\nYou have $<<$amountLeft>> to spend.<br>\nEnter your new bid: <<textinput $bidAmount [[Bid!|bidItem6]]>> \n<br><br>\n<<Item6Display>>\n<<else>>\n<<Item7>>\n<<endif>>\n<<endif>>\n<<endif>>\n</div><div tiddler="bidItem16" tags="nobr" created="201603292001" modifier="twee" twine-position="2526,137"><<set $bidAmount = Number($bidAmount)>>\n<<if $bidAmount > $amountLeft>>\n<<set alert("You do not have enough funds to make this bid.")>>\n<<Item16>>\n<<else>>\n<<if $bidAmount >= $sellingPrice>>\n<<set $amountLeft = $amountLeft-$bidAmount>>\n<<set $itemsPurchased.push($itemName)>>Congratulations! You are now the owner of the <<$itemName>>, purchased for $<<$bidAmount>>. This leaves you with $<<$amountLeft>>.\nWould you like to move on to the [[next item?|Item17]]\n<<else>>\n<<set $contBid to confirm("Oh no! You have been outbid. Would you like to contine bidding? If you chose not to continue, you will move on to the next item.")>>\n<<if $contBid is true>>\nThe standing bid is: $<<$bidAmount + either(5000, 10000, 15000)>>.<br>\nYou have $<<$amountLeft>> to spend.<br>\nEnter your new bid: <<textinput $bidAmount [[Bid!|bidItem16]]>> \n<br><br>\n<<Item16Display>>\n<<else>>\n<<Item17>>\n<<endif>>\n<<endif>>\n<<endif>>\n</div><div tiddler="bidItem1" tags="nobr" created="201603051243" modifier="twee" twine-position="437,147"><<set $bidAmount = Number($bidAmount)>>\n<<if $bidAmount > $amountLeft>>\n<<set alert("You do not have enough funds to make this bid.")>>\n<<Item1>>\n<<else>>\n<<if $bidAmount >= $sellingPrice>>\n<<set $amountLeft = $amountLeft-$bidAmount>>\n<<set $itemsPurchased.push($itemName)>>Congratulations! You are now the owner of the <<$itemName>>, purchased for $<<$bidAmount>>. This leaves you with $<<$amountLeft>>.\nWould you like to move on to the [[next item?|Item2]]\n<<else>>\n<<set $contBid to confirm("Oh no! You have been outbid. Would you like to contine bidding? If you chose not to continue, you will move on to the next item.")>>\n<<if $contBid is true>>\nThe standing bid is: $<<$bidAmount + either(5000, 2500, 1000)>>.\n<br>\nYou have $<<$amountLeft>> to spend.\n<html><br></html>\nEnter your new bid: <<textinput $bidAmount [[Bid!|bidItem1]]>> \n<br><br>\n<<Item1Display>>\n<<else>>\n<<Item2>>\n<<endif>>\n<<endif>>\n<<endif>></div><div tiddler="bidItem2" tags="nobr" created="201603211708" modifier="twee" twine-position="566,281"><<set $bidAmount = Number($bidAmount)>>\n<<if $bidAmount > $amountLeft>>\n<<set alert("You do not have enough funds to make this bid.")>>\n<<Item2>>\n<<else>>\n<<if $bidAmount >= $sellingPrice>>\n<<set $amountLeft = $amountLeft-$bidAmount>>\n<<set $itemsPurchased.push($itemName)>>Congratulations! You are now the owner of the <<$itemName>>, purchased for $<<$bidAmount>>. This leaves you with $<<$amountLeft>>.\nWould you like to move on to the [[next item?|Item3]]\n<<else>>\n<<set $contBid to confirm("Oh no! You have been outbid. Would you like to contine bidding? If you chose not to continue, you will move on to the next item.")>>\n<<if $contBid is true>>\nThe standing bid is: $<<$bidAmount + either(5000, 1000, 2500)>>.<br>\nYou have $<<$amountLeft>> to spend.<br>\nEnter your new bid: <<textinput $bidAmount [[Bid!|bidItem2]]>> \n<br><br>\n<<Item2Display>>\n<<else>>\n<<Item3>>\n<<endif>>\n<<endif>>\n<<endif>>\n</div><div tiddler="bidItem3" tags="nobr" created="201603211919" modifier="twee" twine-position="702,270"><<set $bidAmount = Number($bidAmount)>>\n<<if $bidAmount > $amountLeft>>\n<<set alert("You do not have enough funds to make this bid.")>>\n<<Item3>>\n<<else>>\n<<if $bidAmount >= $sellingPrice>>\n<<set $amountLeft = $amountLeft-$bidAmount>>\n<<set $itemsPurchased.push($itemName)>>Congratulations! You are now the owner of the <<$itemName>>, purchased for $<<$bidAmount>>. This leaves you with $<<$amountLeft>>.\nWould you like to move on to the [[next item?|Item4]]\n<<else>>\n<<set $contBid to confirm("Oh no! You have been outbid. Would you like to contine bidding? If you chose not to continue, you will move on to the next item.")>>\n<<if $contBid is true>>\nThe standing bid is: $<<$bidAmount + either(5000, 10000)>>.\n<br>\nYou have $<<$amountLeft>> to spend.\n<html><br></html>\nEnter your new bid: <<textinput $bidAmount [[Bid!|bidItem3]]>> \n<br><br>\n<<Item3Display>>\n<<else>>\n<<Item4>>\n<<endif>>\n<<endif>>\n<<endif>></div><div tiddler="StoryTitle" tags="" created="201602281853" modifier="twee" twine-position="10,150">The Auction Game</div><div tiddler="Item13" tags="" created="201603291432" modifier="twee" twine-position="2140,9">You have $<<$amountLeft>> to spend.\nEnter a bid: <<textinput $bidAmount [[Bid!|bidItem13]]>> \nOr, move on to the [[next item|Item14]]\n<<set $sellingPrice=90000>>\n<<set $itemName="Moche Gold and Turquoise Inlay Ear Ornament">>\n<<Item13Display>></div><div tiddler="bidItem8" tags="nobr" created="201603281846" modifier="twee" twine-position="1488,140"><<set $bidAmount = Number($bidAmount)>>\n<<if $bidAmount > $amountLeft>>\n<<set alert("You do not have enough funds to make this bid.")>>\n<<Item8>>\n<<else>>\n<<if $bidAmount >= $sellingPrice>>\n<<set $amountLeft = $amountLeft-$bidAmount>>\n<<set $itemsPurchased.push($itemName)>>Congratulations! You are now the owner of the <<$itemName>>, purchased for $<<$bidAmount>>. This leaves you with $<<$amountLeft>>.\nWould you like to move on to the [[next item?|Item9]]\n<<else>>\n<<set $contBid to confirm("Oh no! You have been outbid. Would you like to contine bidding? If you chose not to continue, you will move on to the next item.")>>\n<<if $contBid is true>>\nThe standing bid is: $<<$bidAmount + either(5000, 10000, 3000)>>.<br>\nYou have $<<$amountLeft>> to spend.<br>\nEnter your new bid: <<textinput $bidAmount [[Bid!|bidItem8]]>> \n<br><br>\n<<Item8Display>>\n<<else>>\n<<Item9>>\n<<endif>>\n<<endif>>\n<<endif>>\n</div><div tiddler="bidItem9" tags="nobr" created="201603281851" modifier="twee" twine-position="1619,141"><<set $bidAmount = Number($bidAmount)>>\n<<if $bidAmount > $amountLeft>>\n<<set alert("You do not have enough funds to make this bid.")>>\n<<Item9>>\n<<else>>\n<<if $bidAmount >= $sellingPrice>>\n<<set $amountLeft = $amountLeft-$bidAmount>>\n<<set $itemsPurchased.push($itemName)>>Congratulations! You are now the owner of the <<$itemName>>, purchased for $<<$bidAmount>>. This leaves you with $<<$amountLeft>>.\nWould you like to move on to the [[next item?|Item10]]\n<<else>>\n<<set $contBid to confirm("Oh no! You have been outbid. Would you like to contine bidding? If you chose not to continue, you will move on to the next item.")>>\n<<if $contBid is true>>\nThe standing bid is: $<<$bidAmount + either(5000, 10000, 15000)>>.<br>\nYou have $<<$amountLeft>> to spend.<br>\nEnter your new bid: <<textinput $bidAmount [[Bid!|bidItem9]]>> \n<br><br>\n<<Item9Display>>\n<<else>>\n<<Item10>>\n<<endif>>\n<<endif>>\n<<endif>>\n</div><div tiddler="NayaritWarning" tags="" created="201603301410" modifier="twee" twine-position="2396,136">The Smith College Museum of Art already owns several West Mexican sculptures. This pair is of higher quality than the ones already in the collection; do you want to [[continue bidding for these items|bidItem15]] or [[move on|Item16]]?\n</div><div tiddler="Item3Display" tags="" created="201603260710" modifier="twee" twine-position="703,409"><html>\n<table width="100%" border="0">\n <tr valign="top">\n\n <td class="main" bgcolor="white" width="200" height="900">\n\t\t<div class="heading">\n\t\t\tCopper Mochica Mask<br>\n\t\t\tNorthern Peru<br>\n\t\t\tca. 200 - 700 A.D.<br>\n\t\t</div>\n\t\t<div class="est">\n\t\t\tEstimate: $20,000 - $25,000<br>\n\t\t</div>\n\t\t<center><img src="https://farm2.staticflickr.com/1563/26141765625_835d65d686_o.jpg" width="389" height="239" alt="mochiaGold"></center>\n\t\t<div class="information">\n\t\t\t<hr>\n\t\t\t<div class="subheading">Sotheby's Information:</div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tProperty from the Barbier-Mueller Collection.<br>\n\t\t\t\t<em>Auction Notes: </em>Gilded copper with white shell, inlaid turquoise and pale green.<br>\n\t\t\t\t<em>Condition: </em>Visible fractures, with some losses and restorations.<br>\n\t\t\t\t<em>Height: </em>10 1/2 in (27 cm)<br>\n\t\t\t\t<em>Provenance: </em>Acquired by Joseph Mueller before 1952. | Barbier-Mueller Collection, Geneva.<br>\n\t\t\t</div>\n\t\t\t<hr id="secondH">\n\t\t\t<div class="subheading">Additional Information: </div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tFrom Peru. Created by Moche craftsmen of high status materials, including copper, precious green stone and shell. The figure may have been used as adornment on a ritual garment, but it was certainly part of a burial. As with many Moche art objects, it was not excavated scientifically. At 10.5 inches in height, it could have covered a human head.\n\t\t\t</div>\n\t\t</div>\n </td>\n </tr>\n <tr>\n </tr>\n</table>\n\n<style>\ntd {\n\ttext-align: center;\n}\n.main {\n\tborder-style:double;\n}\n\n.information {\n\tpadding-left: 10%;\n\tpadding-right:10%;\n\ttext-align: left;\n}\n\n#secondH {\n\tpadding: 0px;\n}\n\n.heading {\n\tfont-size:1.65em;\n\tfont-family: "Big Caslon", serif;\n\tline-height: 30px;\n\tpadding-top:10px;\n}\n.est {\n\tfont-family: "Big Caslon", serif;\n\tfont-size:1.3em;\n\tfont-style: italic;\n}\n.subheading {\n\ttext-align: center;\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 1.4em;\n}\n</style>\n</html></div><div tiddler="peruContested" tags="" created="201603291444" modifier="twee" twine-position="2009,138">When the Barbier-Mueller sale came up at Sotheby's, four nations - Peru, Mexico, Guatemala, and Costa Rica - objected to the sale, and called on French officials to either stop the sale or look into it further. (The auction was held in Paris.)<br>\nPeru cited an 1822 law which claimed all Peruvian cultural artifacts were the property of the nation of Peru, and could not be legally exported. This law had not been previously cited by Peru, and if honored, it would have a devastating impact on collections with Peruvian works. Smith College has not yet decided if they will honor this 1822 law. Other nations in Latin America are watching this situation closely.\nKeeping this information in mind, would you like to [[continue bidding on the stone axe|bidItem12]] or [[continue on to the next item|Item13]]?\n\n<<Item12Display>></div><div tiddler="StorySettings" tags="" created="201602281918" modifier="twee" twine-position="10,423">jquery:off\nhash:off\nbookmark:on\nmodernizr:off\nundo:on\nobfuscate:off\nexitprompt:off\nblankcss:off\n</div><div tiddler="bidItem18" tags="nobr" created="201603292121" modifier="twee" twine-position="2782,137"><<set $bidAmount = Number($bidAmount)>>\n<<if $bidAmount > $amountLeft>>\n<<set alert("You do not have enough funds to make this bid.")>>\n<<Item18>>\n<<else>>\n<<if $bidAmount >= $sellingPrice>>\n<<set $amountLeft = $amountLeft-$bidAmount>>\n<<set $itemsPurchased.push($itemName)>>Congratulations! You are now the owner of the <<$itemName>>, purchased for $<<$bidAmount>>. This leaves you with $<<$amountLeft>>.\nWould you like to [[finish the auction|FinalPage]]\n<<else>>\n<<set $contBid to confirm("Oh no! You have been outbid. Would you like to contine bidding? If you chose not to continue, you will move on to the next item.")>>\n<<if $contBid is true>>\nThe standing bid is: $<<$bidAmount + either(100000, 50000, 200000)>>.<br>\nYou have $<<$amountLeft>> to spend.<br>\nEnter your new bid: <<textinput $bidAmount [[Bid!|bidItem18]]>> \n<br><br>\n<<Item18Display>>\n<<else>>\n<<FinalPage>>\n<<endif>>\n<<endif>>\n<<endif>>\n</div><div tiddler="Item14Display" tags="" created="201603291908" modifier="twee" twine-position="2265,265"><html>\n<table width="100%" border="0">\n <tr valign="top">\n\n <td class="main" bgcolor="white" width="200" height="900">\n\t\t<div class="heading">\n\t\t\tVeracruz Stone Palma, Eagle Devouring a Snake<br>\n\t\t\tMexico<br>\n\t\t\tClassic, ca. 600 - 900 A.D.<br>\n\t\t</div>\n\t\t<div class="est">\n\t\t\tEstimate: $50,000 - $60,000<br>\n\t\t</div>\n\t\t<center><img src="https://farm2.staticflickr.com/1520/26115833716_329e181f9f_o.jpg"/></center>\n\t\t<div class="information">\n\t\t\t<hr>\n\t\t\t<div class="subheading">Sotheby's Information:</div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tProperty from the Barbier-Mueller Collection.<br>\n\t\t\t\t<em>Auction Notes: </em>Grey basalt, brushed finish.<br>\n\t\t\t\t<em>Condition: </em>Very good condition overall. Chip visible to the edge of the Palma.<br>\n\t\t\t\t<em>Height: </em>12 1/2 in (31.8 cm)<br>\n\t\t\t\t<em>Provenance: </em>Ivan Vadja Collection, Clarbec, before 1960. | Galerie Arts des Amériques, Paris, 1989. | Bariber-Mueller Collection, Geneva. <br>\n\t\t\t</div>\n\t\t\t<hr id="secondH">\n\t\t\t<div class="subheading">Additional Information: </div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tObjects like this, called “palma”, are familiar from the eastern part of central America, especially eastern Mexico. It was here that stone was carved into a wide range of objects, including elaborate forms that reference the ballgame. In addition to the high and low relief carving—here, the main iconography is a standing eagle with its wings spread and snake in its mouth—this palma bears traces of red (perhaps cinnabar) which was rubbed into sculptures by many Mesoamerican people (including the Olmec) as a sacred substance. Palma are well represented in museum collections, and other, related forms include yokes and “hacha” -- the SCMA owns a well carved hacha. The specific uses of such objects are not known, but because they are made of stone and often either too large or too small to be worn by humans, scholars think of them as “ritual” or “ceremonial” works linked to the rituals of the ballgame.<br> \nSmith College's hacha is shown below.\n<center><img src="https://farm2.staticflickr.com/1448/25869900530_649352585b_o.png" style="padding-top:20px; padding-bottom:30px;"/></center>\n\t\t\t</div>\n\t\t</div>\n </td>\n </tr>\n <tr>\n </tr>\n</table>\n\n<style>\ntd {\n\ttext-align: center;\n}\n.main {\n\tborder-style:double;\n}\n\n.information {\n\tpadding-left: 10%;\n\tpadding-right:10%;\n\ttext-align: left;\n}\n\n#secondH {\n\tpadding: 0px;\n}\n\n.heading {\n\tfont-size:1.65em;\n\tfont-family: "Big Caslon", serif;\n\tline-height: 30px;\n\tpadding-top:10px;\n}\n.est {\n\tfont-family: "Big Caslon", serif;\n\tfont-size:1.3em;\n\tfont-style: italic;\n}\n.subheading {\n\ttext-align: center;\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 1.4em;\n}\n</style>\n</html></div><div tiddler="bidItem17" tags="nobr" created="201603292017" modifier="twee" twine-position="2654,134"><<set $bidAmount = Number($bidAmount)>>\n<<if $bidAmount > $amountLeft>>\n<<set alert("You do not have enough funds to make this bid.")>>\n<<Item17>>\n<<else>>\n<<if $bidAmount >= $sellingPrice>>\n<<set $amountLeft = $amountLeft-$bidAmount>>\n<<set $itemsPurchased.push($itemName)>>Congratulations! You are now the owner of the <<$itemName>>, purchased for $<<$bidAmount>>. This leaves you with $<<$amountLeft>>.\nWould you like to move on to the [[next item?|Item18]]\n<<else>>\n<<set $contBid to confirm("Oh no! You have been outbid. Would you like to contine bidding? If you chose not to continue, you will move on to the next item.")>>\n<<if $contBid is true>>\nThe standing bid is: $<<$bidAmount + either(5000, 3000, 12000)>>.<br>\nYou have $<<$amountLeft>> to spend.<br>\nEnter your new bid: <<textinput $bidAmount [[Bid!|bidItem17]]>> \n<br><br>\n<<Item17Display>>\n<<else>>\n<<Item18>>\n<<endif>>\n<<endif>>\n<<endif>>\n</div><div tiddler="bidItem14" tags="nobr" created="201603291908" modifier="twee" twine-position="2268,137"><<set $bidAmount = Number($bidAmount)>>\n<<if $bidAmount > $amountLeft>>\n<<set alert("You do not have enough funds to make this bid.")>>\n<<Item14>>\n<<else>>\n<<if $bidAmount >= $sellingPrice>>\n<<set $amountLeft = $amountLeft-$bidAmount>>\n<<set $itemsPurchased.push($itemName)>>Congratulations! You are now the owner of the <<$itemName>>, purchased for $<<$bidAmount>>. This leaves you with $<<$amountLeft>>.\nWould you like to move on to the [[next item?|Item15]]\n<<else>>\n<<set $contBid to confirm("Oh no! You have been outbid. Would you like to contine bidding? If you chose not to continue, you will move on to the next item.")>>\n<<if $contBid is true>>\nThe standing bid is: $<<$bidAmount + either(5000, 10000, 15000)>>.<br>\nYou have $<<$amountLeft>> to spend.<br>\nEnter your new bid: <<textinput $bidAmount [[Bid!|bidItem14]]>> \n<br><br>\n<<Item14Display>>\n<<else>>\n<<Item15>>\n<<endif>>\n<<endif>>\n<<endif>>\n</div><div tiddler="bidItem15" tags="nobr" created="201603291928" modifier="twee" twine-position="2394,264"><<set $bidAmount = Number($bidAmount)>>\n<<if $bidAmount > $amountLeft>>\n<<set alert("You do not have enough funds to make this bid.")>>\n<<Item15>>\n<<else>>\n<<if $bidAmount >= $sellingPrice>>\n<<set $amountLeft = $amountLeft-$bidAmount>>\n<<set $itemsPurchased.push($itemName)>>Congratulations! You are now the owner of the <<$itemName>>, purchased for $<<$bidAmount>>. This leaves you with $<<$amountLeft>>.\nWould you like to move on to the [[next item?|Item16]]\n<<else>>\n<<set $contBid to confirm("Oh no! You have been outbid. Would you like to contine bidding? If you chose not to continue, you will move on to the next item.")>>\n<<if $contBid is true>>\nThe standing bid is: $<<$bidAmount + either(5000, 10000, 15000)>>.<br>\nYou have $<<$amountLeft>> to spend.<br>\nEnter your new bid: <<textinput $bidAmount [[Bid!|bidItem15]]>> \n<br><br>\n<<Item15Display>>\n<<else>>\n<<Item16>>\n<<endif>>\n<<endif>>\n<<endif>>\n</div><div tiddler="bidItem12" tags="nobr" created="201603291432" modifier="twee" twine-position="2005,267"><<set $bidAmount = Number($bidAmount)>>\n<<if $bidAmount > $amountLeft>>\n<<set alert("You do not have enough funds to make this bid.")>>\n<<Item12>>\n<<else>>\n<<if $bidAmount >= $sellingPrice>>\n<<set $amountLeft = $amountLeft-$bidAmount>>\n<<set $itemsPurchased.push($itemName)>>Congratulations! You are now the owner of the <<$itemName>>, purchased for $<<$bidAmount>>. This leaves you with $<<$amountLeft>>.\nWould you like to move on to the [[next item?|Item13]]\n<<else>>\n<<set $contBid to confirm("Oh no! You have been outbid. Would you like to contine bidding? If you chose not to continue, you will move on to the next item.")>>\n<<if $contBid is true>>\nThe standing bid is: $<<$bidAmount + either(5000, 1000, 3000)>>.<br>\nYou have $<<$amountLeft>> to spend.<br>\nEnter your new bid: <<textinput $bidAmount [[Bid!|bidItem12]]>> \n<br><br>\n<<Item12Display>>\n<<else>>\n<<Item13>>\n<<endif>>\n<<endif>>\n<<endif>>\n</div><div tiddler="bidItem13" tags="nobr" created="201603291547" modifier="twee" twine-position="2139,138"><<set $bidAmount = Number($bidAmount)>>\n<<if $bidAmount > $amountLeft>>\n<<set alert("You do not have enough funds to make this bid.")>>\n<<Item13>>\n<<else>>\n<<if $bidAmount >= $sellingPrice>>\n<<set $amountLeft = $amountLeft-$bidAmount>>\n<<set $itemsPurchased.push($itemName)>>Congratulations! You are now the owner of the <<$itemName>>, purchased for $<<$bidAmount>>. This leaves you with $<<$amountLeft>>.\nWould you like to move on to the [[next item?|Item14]]\n<<else>>\n<<set $contBid to confirm("Oh no! You have been outbid. Would you like to contine bidding? If you chose not to continue, you will move on to the next item.")>>\n<<if $contBid is true>>\nThe standing bid is: $<<$bidAmount + either(5000, 10000, 15000)>>.<br>\nYou have $<<$amountLeft>> to spend.<br>\nEnter your new bid: <<textinput $bidAmount [[Bid!|bidItem13]]>> \n<br><br>\n<<Item13Display>>\n<<else>>\n<<Item14>>\n<<endif>>\n<<endif>>\n<<endif>>\n</div><div tiddler="bidItem10" tags="nobr" created="201603291341" modifier="twee" twine-position="1750,138"><<set $bidAmount = Number($bidAmount)>>\n<<if $bidAmount > $amountLeft>>\n<<set alert("You do not have enough funds to make this bid.")>>\n<<Item10>>\n<<else>>\n<<if $bidAmount >= $sellingPrice>>\n<<set $amountLeft = $amountLeft-$bidAmount>>\n<<set $itemsPurchased.push($itemName)>>Congratulations! You are now the owner of the <<$itemName>>, purchased for $<<$bidAmount>>. This leaves you with $<<$amountLeft>>.\nWould you like to move on to the [[next item?|Item11]]\n<<else>>\n<<set $contBid to confirm("Oh no! You have been outbid. Would you like to contine bidding? If you chose not to continue, you will move on to the next item.")>>\n<<if $contBid is true>>\nThe standing bid is: $<<$bidAmount + either(5000, 10000, 15000)>>.<br>\nYou have $<<$amountLeft>> to spend.<br>\nEnter your new bid: <<textinput $bidAmount [[Bid!|bidItem10]]>> \n<br><br>\n<<Item10Display>>\n<<else>>\n<<Item11>>\n<<endif>>\n<<endif>>\n<<endif>>\n</div><div tiddler="bidItem11" tags="nobr" created="201603291407" modifier="twee" twine-position="1880,138"><<set $bidAmount = Number($bidAmount)>>\n<<if $bidAmount > $amountLeft>>\n<<set alert("You do not have enough funds to make this bid.")>>\n<<Item11>>\n<<else>>\n<<if $bidAmount >= $sellingPrice>>\n<<set $amountLeft = $amountLeft-$bidAmount>>\n<<set $itemsPurchased.push($itemName)>>Congratulations! You are now the owner of the <<$itemName>>, purchased for $<<$bidAmount>>. This leaves you with $<<$amountLeft>>.\nWould you like to move on to the [[next item?|Item12]]\n<<else>>\n<<set $contBid to confirm("Oh no! You have been outbid. Would you like to contine bidding? If you chose not to continue, you will move on to the next item.")>>\n<<if $contBid is true>>\nThe standing bid is: $<<$bidAmount + either(20000, 10000, 15000)>>.<br>\nYou have $<<$amountLeft>> to spend.<br>\nEnter your new bid: <<textinput $bidAmount [[Bid!|bidItem11]]>> \n<br><br>\n<<Item11Display>>\n<<else>>\n<<Item12>>\n<<endif>>\n<<endif>>\n<<endif>>\n</div><div tiddler="bidItem7" tags="nobr" created="201603281830" modifier="twee" twine-position="1360,143"><<set $bidAmount = Number($bidAmount)>>\n<<if $bidAmount > $amountLeft>>\n<<set alert("You do not have enough funds to make this bid.")>>\n<<Item7>>\n<<else>>\n<<if $bidAmount >= $sellingPrice>>\n<<set $amountLeft = $amountLeft-$bidAmount>>\n<<set $itemsPurchased.push($itemName)>>Congratulations! You are now the owner of the <<$itemName>>, purchased for $<<$bidAmount>>. This leaves you with $<<$amountLeft>>.\nWould you like to move on to the [[next item?|Item8]]\n<<else>>\n<<set $contBid to confirm("Oh no! You have been outbid. Would you like to contine bidding? If you chose not to continue, you will move on to the next item.")>>\n<<if $contBid is true>>\nThe standing bid is: $<<$bidAmount + either(5000, 1000, 3000)>>.<br>\nYou have $<<$amountLeft>> to spend.<br>\nEnter your new bid: <<textinput $bidAmount [[Bid!|bidItem7]]>> \n<br><br>\n<<Item7Display>>\n<<else>>\n<<Item8>>\n<<endif>>\n<<endif>>\n<<endif>>\n</div><div tiddler="Item16Display" tags="" created="201603292001" modifier="twee" twine-position="2526,264"><html>\n<table width="100%" border="0">\n <tr valign="top">\n\n <td class="main" bgcolor="white" width="200" height="900">\n\t\t<div class="heading">\n\t\t\tTeotihuacan Incensario Lid<br>\n\t\t\tMexico or Guatemala<br>\n\t\t\tClassic, 450 - 650 A.D.<br>\n\t\t</div>\n\t\t<div class="est">\n\t\t\tEstimate: $40,000 - $50,000<br>\n\t\t</div>\n\t\t<img src="https://farm2.staticflickr.com/1500/25536995994_33fe4f13f5_o.jpg"/><img src="https://farm2.staticflickr.com/1704/25537994784_078a77daba.jpg" style="padding:20px;"/>\n\t\t<div class="information">\n\t\t\t<hr>\n\t\t\t<div class="subheading">Sotheby's Information:</div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tProperty from the Barbier-Mueller Collection.<br>\n\t\t\t\t<em>Auction Notes: </em>Red-brown ceramic. Has undergone a thermoluminescence (dating) test.<br>\n\t\t\t\t<em>Condition: </em>Good condition overall with small losses visible. The domed lid is broken and glued and has been visibly restored. Some of the ornamental appliques have been reattached, and some have been restored. The butterfly or bird appliques with circular bodies once supported mica spheres (or discs?). The rectangular plate at the back of the censer is restored from six original pieces.<br>\n\t\t\t\t<em>Height: </em>16 3/4 in (42.6 cm)<br>\n\t\t\t\t<em>Provenance: </em>Sotheby’s, New York, 19 May 2001, lot 513. | Barbier-Mueller Collection, Geneva.<br>\n\t\t\t</div>\n\t\t\t<hr id="secondH">\n\t\t\t<div class="subheading">Additional Information: </div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tIncense burners, like this one, are well known from museum collections and excavations at the site. This one falls at the smaller end of the spectrum (some are well over 2 feet in height). Its survival suggests it was buried at one point in time, although it was not scientifically excavated. The ceramic “applique” work is common in these objects -- with much that surrounds a central face that is itself masked (this one wears a nose ornament that covers the mouth too). In addition to having once been fully painted, there were likely inlays of mica or obsidian. Many of the applique pieces on these incense burners represent restoration work (e.g., they have been remade in modern times); this one includes some of that although some of what’s here is original. Objects like this one would have been used in shrines -- which were numerous at Teotihuacan, appearing along the Avenue of the Dead and in apartment complexes.\n\t\t\t</div>\n\t\t</div>\n </td>\n </tr>\n <tr>\n </tr>\n</table>\n\n<style>\ntd {\n\ttext-align: center;\n}\n.main {\n\tborder-style:double;\n}\n\n.information {\n\tpadding-left: 10%;\n\tpadding-right:10%;\n\ttext-align: left;\n}\n\n#secondH {\n\tpadding: 0px;\n}\n\n.heading {\n\tfont-size:1.65em;\n\tfont-family: "Big Caslon", serif;\n\tline-height: 30px;\n\tpadding-top:10px;\n}\n.est {\n\tfont-family: "Big Caslon", serif;\n\tfont-size:1.3em;\n\tfont-style: italic;\n}\n.subheading {\n\ttext-align: center;\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 1.4em;\n}\n</style>\n</html></div><div tiddler="AuctionRules" tags="" created="201602281933" modifier="twee" twine-position="298,9">Every item for sale will appear with a photograph of the item and any information the auction house has provided about that item, including its condition and provenance.<br>\nIn the section titled "Additional Information", you will find a contextual history of each object, and notes about whether a museum in the Five College area already has a similar object.\nThe asking price of the item is listed at the top of the page. Feel free to bid as much or as little as you feel comfortable on any item - or don't bid at all, and wait for something else to come up. Remember, your funds are limited.<br>\nOnce you have won an object, it's yours. No returns alowed.<br>\nPlease note that this is an auction, and that you may be outbid.<br>\nThere are a total of 18 objects for sale in this auction. As in a real auction, once you pass on an item, you may not change your mind and go back.<br>\nWith those guidelines out of the way, please take a [[quick look|tilePage]] at all the items in the sale before the auction begins. Note some prices and note the pieces that catch your eye.\n\n<<set $amountLeft = 500000>>\n<<set $itemsPurchased = []>></div><div tiddler="Item7Display" tags="" created="201603281830" modifier="twee" twine-position="1358,271"><html>\n<table width="100%" border="0">\n <tr valign="top">\n\n <td class="main" bgcolor="white" width="200" height="900">\n\t\t<div class="heading">\n\t\t\tJalisco Hunchback Flute Plater, Ameca Style<br>\n\t\t\tMexico<br>\n\t\t\tProtoclassic, ca. 100 B.C. - 250 A.D.<br>\n\t\t</div>\n\t\t<div class="est">\n\t\t\tEstimate: $18,000 - $20,000<br>\n\t\t</div>\n\t\t<center><img src="https://farm2.staticflickr.com/1658/26141765745_dc7b71a6bf_o.jpg"/></center>\n\t\t<div class="information">\n\t\t\t<hr>\n\t\t\t<div class="subheading">Sotheby's Information:</div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tProperty from the Barbier-Mueller Collection.<br>\n\t\t\t\t<em>Auction Notes: </em>Light brown, ceramic and ornamental paintings are red-brick and black.<br>\n\t\t\t\t<em>Condition: </em>Good condition overall, with wear and small chips to the surface.<br>\n\t\t\t\t<em>Height: </em>11 in (27.5 cm)<br>\n\t\t\t\t<em>Provenance: </em>Collection Land, California. | Sotheby’s, New York, June 2 1999, lot 94. | Barbier-Mueller Collection, Geneva.<br>\n\t\t\t</div>\n\t\t\t<hr id="secondH">\n\t\t\t<div class="subheading">Additional Information: </div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tThis figure from Jalisco (west Mexico) was, at one point, buried in a tomb. Like most west Mexican ceramics in museum and private art collections, this one has not scientific excavation context. Its basic features -- in terms of color, body shape, head, face and adornment -- are well known from Jalisco ceramics. This one seems to have a small sack or bag on its back (perhaps for holding the sculpted flute). Often Jalisco figures are static, sometimes they are engaged in action -- in addition to musical instruments, some hold small children (usually figures marked as “female”) or ball game gear. \n\t\t\t</div>\n\t\t</div>\n </td>\n </tr>\n <tr>\n </tr>\n</table>\n\n<style>\ntd {\n\ttext-align: center;\n}\n.main {\n\tborder-style:double;\n}\n\n.information {\n\tpadding-left: 10%;\n\tpadding-right:10%;\n\ttext-align: left;\n}\n\n#secondH {\n\tpadding: 0px;\n}\n\n.heading {\n\tfont-size:1.65em;\n\tfont-family: "Big Caslon", serif;\n\tline-height: 30px;\n\tpadding-top:10px;\n}\n.est {\n\tfont-family: "Big Caslon", serif;\n\tfont-size:1.3em;\n\tfont-style: italic;\n}\n.subheading {\n\ttext-align: center;\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 1.4em;\n}\n</style>\n</html></div><div tiddler="Item10Display" tags="" created="201603291341" modifier="twee" twine-position="1747,265"><html>\n<table width="100%" border="0">\n <tr valign="top">\n\n <td class="main" bgcolor="white" width="200" height="900">\n\t\t<div class="heading">\n\t\t\tInca Stone Mortar in the Form of a Fish<br>\n\t\t\tPeru<br>\n\t\t\tca. 1400 - 1500 A.D.<br>\n\t\t</div>\n\t\t<div class="est">\n\t\t\tEstimate: $40,000 - $50,000<br>\n\t\t</div>\n\t\t<center><img src="https://farm2.staticflickr.com/1569/25536991684_4ef61b8ac6_o.jpg"/></center>\n\t\t<div class="information">\n\t\t\t<hr>\n\t\t\t<div class="subheading">Sotheby's Information:</div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tProperty from the Barbier-Mueller Collection.<br>\n\t\t\t\t<em>Auction Notes: </em>\nPorphyry red brick and shell pearl.<br>\n\t\t\t\t<em>Condition: </em>Many visible chips, no particular restoration. The left eye is missing, and the right one has been replaced. A document from 1928 shows that both eyes are in fact missing.<br>\n\t\t\t\t<em>Height: </em>2 1/4 in (6 cm); 12 1/4 (31 cm) long<br>\n\t\t\t\t<em>Provenance: </em>Collection Völkerkunde Museum, Berlin. | Collection Josef Mueller, Soleure, acquired from Charles Ratton in 1953. | Barbier-Mueller Collection, Geneva.<br>\nLiterature on this object dates to 1928.<br>\n\t\t\t</div>\n\t\t\t<hr id="secondH">\n\t\t\t<div class="subheading">Additional Information: </div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tAttributed to the Inka, this stone object is quite unusual -- the Inka are not known for mimetic imagery. The object has been published several times, suggesting many have seen it as authentic (and not a more modern invention). It is unclear how this object would have originally been used. Clearly an object that has been turned into “art by appropriation.”\n\t\t\t</div>\n\t\t</div>\n </td>\n </tr>\n <tr>\n </tr>\n</table>\n\n<style>\ntd {\n\ttext-align: center;\n}\n.main {\n\tborder-style:double;\n}\n\n.information {\n\tpadding-left: 10%;\n\tpadding-right:10%;\n\ttext-align: left;\n}\n\n#secondH {\n\tpadding: 0px;\n}\n\n.heading {\n\tfont-size:1.65em;\n\tfont-family: "Big Caslon", serif;\n\tline-height: 30px;\n\tpadding-top:10px;\n}\n.est {\n\tfont-family: "Big Caslon", serif;\n\tfont-size:1.3em;\n\tfont-style: italic;\n}\n.subheading {\n\ttext-align: center;\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 1.4em;\n}\n</style>\n</html></div><div tiddler="jaguarAuthenticity" tags="" created="201603301336" modifier="twee" twine-position="1620,514">The authenticity of this object has been called into question. Your bid has been accepted, but the object must be re-authenticated. Do you want to [[withdraw your bid|Item10]] or [[leave your funds with the auction house|acceptJaguar]] as a deposit?\nIf the object comes back as unverified, your funds will be returned to Smith College. If the object is authentic, it is yours for <<print $bidAmount>>.</div><div tiddler="Item1Display" tags="" created="201603250803" modifier="twee" twine-position="436,280"><html>\n<table width="100%" border="0">\n <tr valign="top">\n\n <td class="main" bgcolor="white" width="200" height="1200">\n\t\t<div class="heading">\n\t\t\tColima Dog<br>\n\t\t\tProtoclassic, ca. 100 B.C.- A.D. 250<br>\n\t\t</div>\n\t\t<div class="est">\n\t\t\tEstimate: $10,000 - $15,000<br>\n\t\t</div>\n\t\t<center><img src="https://farm2.staticflickr.com/1629/25536991714_833ab47c3d_o.jpg" width="310" height="329" alt="colimaDog"></center>\n\t\t<div class="information">\n\t\t\t<hr>\n\t\t\t<div class="subheading">Sotheby's Information:</div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tProperty from a private American collection.<br>\n\t\t\t\t<em>Auction Notes: </em>Lifting his rear leg to scratch his ear in an animated demeanor, the openwork mouth showing teeth, ears forward and burnished overall.<br>\n\t\t\t\t<em>Condition: </em>Very good condition overall; legs appear intact as well as ears.<br>\n\t\t\t\t<em>Height: </em>11 in (27 cm)<br>\n\t\t\t\t<em>Provenance: </em>European private collection | Sotheby's, New York, November 20, 1989, lot 174.<br>\n\t\t\t</div>\n\t\t\t<hr id="secondH">\n\t\t\t<div class="subheading">Additional Information: </div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tThis ceramic dog, from Colima (in West Mexico), would have been interred in a burial -- perhaps a shaft tomb, which held the remains of several related people (like a family tomb). It is a familiar kind of object in that many museum collections hold Colima dogs (including Mount Holyoke). Most dogs, though, are more static in their pose; this one, in contrast, seems to be scratching an itchy ear, suggesting that Colima ceramicists could make—and chose to make—figures that were lively and that displayed some sense of mimetic gesture not only mimetic form.<br>\nMount Holyoke's Colima Dog is displayed below:<br>\n<img src="https://farm2.staticflickr.com/1684/26115833846_121c31102e_o.jpg" style="height:400px;width:400px;padding-left:150px;padding-top:30px;padding-bottom:50px;"/>\n\t\t\t</div>\n\t\t</div>\n </td>\n </tr>\n <tr>\n </tr>\n</table>\n\n<style>\ntd {\n\ttext-align: center;\n}\n.main {\n\tborder-style:double;\n}\n\n.information {\n\tpadding-left: 10%;\n\tpadding-right:10%;\n\ttext-align: left;\n}\n\n#secondH {\n\tpadding: 0px;\n}\n\n.heading {\n\tfont-size:1.65em;\n\tfont-family: "Big Caslon", serif;\n\tline-height: 30px;\n\tpadding-top:10px;\n}\n.est {\n\tfont-family: "Big Caslon", serif;\n\tfont-size:1.3em;\n\tfont-style: italic;\n}\n.subheading {\n\ttext-align: center;\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 1.4em;\n}\n</style>\n</html></div><div tiddler="pressPage" tags="" created="201603281819" modifier="twee" twine-position="1230,268">Would you like to [[continue bidding for the Venus figure|bidItem6]] or [[move on to the next item|Item7]]?\n\nFrom the blog"Anonymous Swiss Collector":\n"As Sotheby’s is VERY very very very VERY quick and eager to point out, the Barbier-Mueller collection has its foundation in the collecting activity of Josef Mueller who, according to Sotheby’s, first bought a Latin American artifact in 1920. Sotheby’s goes on to emphasise that the collection is “century-old”. Why? Because most of the collection is not “century-old”; by setting recently acquired items near old items the auction house is trying to get people off their back. Good luck.<br>\nSince I think the 70s, the Barbier-Mueller collection has been administered by Joseph Mueller’s son-in-law, Jean Paul Barbier-Mueller as well as Mueller’s daughter, Monique. The couple have expanded the collection and opened two museums: the Musée Barbier-Mueller in Geneva, Switzerland in 1977 and the Museu Barbier-Mueller d’Art Precolombí in Barcelona in 1997.\nThe shape and contents of the Barbier-Mueller Collection as it stands today seems to have much more to do with the activities of the Barbier-Muellers in the latter part of the 20th century rather than the collecting of Mueller in the early part of the 20th century...<br>\nThe portion of the Barbier-Mueller collection being sold at Sotheby’s is pretty much your standard hodge-podge of “Precolumbian” things from up and down the Americas. Indeed, contents of the sale catalogue is not unlike the catalogues produced for several decades of Sotheby’s New York’s biannual Precolombian sale. Plenty of these items came through those sales. At least one (lot 13) came from my pet ‘favorite’ dealer at the moment, the late Everett Rassiga.<br>\nEverything is pretty standard marketable stuff: the popular things people buy for whatever reason. To go a step further, a lot of the items are exactly the sorts that have been (controversially) called fakes by Karen O. Bruhns and Nancy L. Kelker in Faking Ancient Mesoamerica and in Faking the Ancient Andes. I can certainly see how many of these things are just too perfect, too appealing, too modern, and totally unknown in the actual archaeological record. Take that with a grain of salt, but don’t just accept these things are all ‘real’."\n<br>\n\nFrom the website for the Committee for Cultural Policy:\n"In the weeks prior to the Paris sale, four Central and South American countries laid claim to pre-Columbian artifacts from the Barbier-Mueller Museum collection. The governments of Peru, Mexico, Guatemala, and Costa Rica voiced objections to Sotheby’s and sent diplomatic notes to the government of France. All four governments alleged that the artifacts in the Barbier-Mueller collection were illegally exported and asked the French government to stop the sale.<br>\nThe government response was tepid and the auction went on as planned. A French diplomat, speaking anonymously, stated that authorities had checked the Interpol database and International Council of Museums Red List and found none of the sale items.\nThe question facing U.S. museums and art collectors is – if source countries make legal claims based upon national ownership going back several hundred years, is there such a thing as “good provenance” anymore? Clearly, the Association of Art Museum Directors’ (AAMD) attempts to tie acceptable provenance to the 1970 signing of the UNESCO Convention has no relevance either to source country claims for repatriation or to a museum’s ability to lawfully import art into the United States."\n\n<br>\nFrom the blog "Nord on Art"\n"Sotheby’s March 22-23, 2013 sale in Paris of Pre-Columbian works from the Barbier-Mueller has gotten more controversial. Following Peru’s request for 67 items set to be sold, Guatemala, according the Agence France-Presse, has laid claim to 13 artifacts and Mexico, says el Regio, is calling for the return of 51 objects."</div><div tiddler="Item18Display" tags="" created="201603292121" modifier="twee" twine-position="2779,266"><html>\n<table width="100%" border="0">\n <tr valign="top">\n\n <td class="main" bgcolor="white" width="200" height="900">\n\t\t<div class="heading">\n\t\t\tTarascan Flying Duck, Tzintzuntzan Style<br>\n\t\t\tMichoacan, Mexico<br>\n\t\t\tca. 1200 - 1521 A.D. <br>\n\t\t</div>\n\t\t<div class="est">\n\t\t\tEstimate: $1,500,000 - $2,000,000<br>\n\t\t</div>\n\t\t<center><img src="https://farm2.staticflickr.com/1649/26049293672_9d86e6c634.jpg"/></center>\n\t\t<div class="information">\n\t\t\t<hr>\n\t\t\t<div class="subheading">Sotheby's Information:</div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tProperty from the Barbier-Mueller Collection.<br>\n\t\t\t\t<em>Auction Notes: </em>Duotone ceramic slip in red brick and white paint.<br>\n\t\t\t\t<em>Condition: </em> Fractures visible to the wings and neck of the bird. No particular restoration.<br>\n\t\t\t\t<em>Height: </em>7 in (17.6 cm)<br>\n\t\t\t\t<em>Provenance: </em>Guy Joussemet Collection, Montréal, early 1960. | Gérard Doux Collection, Paris, 2000. | Barbier-Mueller Collection, Geneva.<br>\n\t\t\t</div>\n\t\t\t<hr id="secondH">\n\t\t\t<div class="subheading">Additional Information: </div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tTzintzuntzán is the site of major ruins, and held a large temple complex at the time the Mexica empire was flowering. The Tarascans (the people who lived in this region) were trading partners with the Mexica, but sometimes also fierce enemies. Tarascan artifacts were sometimes collected by the Mexica, but they were not only trade items -- they were used locally as well. The condition of this bird (although showing some signs of repair) suggests it was likely a burial figure. Its forms are dramatic and, for modern collectors, its appeal lies—at least in part—in the geometry of the painted design on the bird’s back and wings but also, and perhaps more importantly, for geometry of the bird’s body (the stretched head and neck, the expanded wings, the elegant use of the spout as tail). The vessel was described by Richard Townsend, a well known and well respected curator from the Chicago Art Institute.\n\t\t\t</div>\n\t\t</div>\n </td>\n </tr>\n <tr>\n </tr>\n</table>\n\n<style>\ntd {\n\ttext-align: center;\n}\n.main {\n\tborder-style:double;\n}\n\n.information {\n\tpadding-left: 10%;\n\tpadding-right:10%;\n\ttext-align: left;\n}\n\n#secondH {\n\tpadding: 0px;\n}\n\n.heading {\n\tfont-size:1.65em;\n\tfont-family: "Big Caslon", serif;\n\tline-height: 30px;\n\tpadding-top:10px;\n}\n.est {\n\tfont-family: "Big Caslon", serif;\n\tfont-size:1.3em;\n\tfont-style: italic;\n}\n.subheading {\n\ttext-align: center;\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 1.4em;\n}\n</style>\n</html></div><div tiddler="confirmBid6" tags="" created="201603281815" modifier="twee" twine-position="1166,145">This object comes from the controversial Barbier-Mueller sale. The provenance of certain items in this sale were questioned, and some in the art world commented on the sale. Would you like to [[see the press|pressPage]] or [[continue with your bid|bidItem6]]?</div><div tiddler="Item17Display" tags="" created="201603292018" modifier="twee" twine-position="2653,264"><html>\n<table width="100%" border="0">\n <tr valign="top">\n\n <td class="main" bgcolor="white" width="200" height="900">\n\t\t<div class="heading">\n\t\t\tMaya Two-Part Effigy of an Armadillo<br>\n\t\t\tEarly Classic, ca. 250 - 450 A.D.<br>\n\t\t</div>\n\t\t<div class="est">\n\t\t\tEstimate: $25,000 - $35,000<br>\n\t\t</div>\n\t\t<center><img src="https://farm2.staticflickr.com/1538/26115811016_10922808fe.jpg"/></center>\n\t\t<div class="information">\n\t\t\t<hr>\n\t\t\t<div class="subheading">Sotheby's Information:</div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tProperty from a Private American Collection.<br>\n\t\t\t\t<em>Auction Notes: </em>The lidded container formed as an armadillo in a defensive posture, with forelegs holding his snout and rear legs grasping the upcurled tail against the smooth and vunerable belly, the scaly carapace indicated with bands of cross-hatched alternating triangles, the head with incised eyes and tapering ears. <br>\n\t\t\t\t<em>Condition: </em>Overall good condition; various repairs clearly visible on interior on both lid and vessel, details include: lid broken and repaired as shown on interior in eight plus places, proper left ear broken and repaired at the join to the head, some repaint on both paws, tip of the tail broken and repaired, appears to have some fill at the tip of the tail, the vessel body broken and repaired as visible on the interior in at least four to five places.<br>\n\t\t\t\t<em>Height: </em>10 1/4 in (26 cm)<br>\n\t\t\t\t<em>Provenance: </em>New England private collector, acquired by 1972. | Sotheby's, New York, November 23, 1992, lot 165, consigned by the above.<br>\n\t\t\t</div>\n\t\t\t<hr id="secondH">\n\t\t\t<div class="subheading">Additional Information: </div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tThis vessel, which depicts an armadillo, combines two- and three-dimensional carving. The Sotheby’s references, especially to Houston’s recent work, are good ones to follow on the iconography and the fact that Maya craftsmen often imitated nature and its materials. It is not certain what this lidded container was created to contain (perhaps incense, or perhaps something less inflected by ritual). Its mimesis and good condition would make it appealing to many collectors. \n\t\t\t</div>\n\t\t</div>\n </td>\n </tr>\n <tr>\n </tr>\n</table>\n\n<style>\ntd {\n\ttext-align: center;\n}\n.main {\n\tborder-style:double;\n}\n\n.information {\n\tpadding-left: 10%;\n\tpadding-right:10%;\n\ttext-align: left;\n}\n\n#secondH {\n\tpadding: 0px;\n}\n\n.heading {\n\tfont-size:1.65em;\n\tfont-family: "Big Caslon", serif;\n\tline-height: 30px;\n\tpadding-top:10px;\n}\n.est {\n\tfont-family: "Big Caslon", serif;\n\tfont-size:1.3em;\n\tfont-style: italic;\n}\n.subheading {\n\ttext-align: center;\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 1.4em;\n}\n</style>\n</html></div><div tiddler="Item8Display" tags="" created="201603281846" modifier="twee" twine-position="1486,266"><html>\n<table width="100%" border="0">\n <tr valign="top">\n\n <td class="main" bgcolor="white" width="200" height="900">\n\t\t<div class="heading">\n\t\t\tSicán Gold Beaker with Shells<br>\n\t\t\tca. 900 - 1100 A.D.<br>\n\t\t</div>\n\t\t<div class="est">\n\t\t\tEstimate: $25,000 - $30,000<br>\n\t\t</div>\n\t\t<center><img src="https://farm2.staticflickr.com/1484/26049293612_3f8e9b9026_o.jpg"/></center>\n\t\t<div class="information">\n\t\t\t<hr>\n\t\t\t<div class="subheading">Sotheby's Information:</div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tProperty from an American Private Collection.<br>\n\t\t\t\t<em>Auction Notes: </em>Decorated in repoussé with a frieze of upright spears, flanked by bands of flying avians, and surmounted by deeply repoussé spondylus shells encircling the rim.<br>\n\t\t\t\t<em>Condition: </em>Excellent condition overall; great color, consistent repousse work.<br>\n\t\t\t\t<em>Height: </em>6 in (15.2 cm)<br>\n\t\t\t\t<em>Provenance: </em>John Wise. | Acquired from the above by the present owner's family in 1971.<br>The mate to this beaker was exhibited and published in the 1964 New York World's Fair; it is very likely this beaker accompanied it in the exhibition.\n\t\t\t</div>\n\t\t\t<hr id="secondH">\n\t\t\t<div class="subheading">Additional Information: </div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tBeakers like this sometimes survive in precious metals (likely because they were once buried). Both silver and gold beakers are known, as are those made of less precious metal alloys. In Peru, which is where objects like this were made and used, a beaker like this may well have formed part of a pair. Rituals of reciprocity and complementarity known from the Inka, likely had parallels in earlier cultures such as the Sican. Amherst College has a beaker from Sican, also of gold, although the incised pattern is quite different from this one.\nAmherst's beaker is below: \n<img src="https://farm2.staticflickr.com/1512/26076423971_ed9dd22dcf_o.png" style="height:500px;width:600px;padding-left:50px;padding-top:30px;padding-bottom:50px;"/>\n\t\t\t</div>\n\t\t</div>\n </td>\n </tr>\n <tr>\n </tr>\n</table>\n\n<style>\ntd {\n\ttext-align: center;\n}\n.main {\n\tborder-style:double;\n}\n\n.information {\n\tpadding-left: 10%;\n\tpadding-right:10%;\n\ttext-align: left;\n}\n\n#secondH {\n\tpadding: 0px;\n}\n\n.heading {\n\tfont-size:1.65em;\n\tfont-family: "Big Caslon", serif;\n\tline-height: 30px;\n\tpadding-top:10px;\n}\n.est {\n\tfont-family: "Big Caslon", serif;\n\tfont-size:1.3em;\n\tfont-style: italic;\n}\n.subheading {\n\ttext-align: center;\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 1.4em;\n}\n</style>\n</html></div><div tiddler="Item4Display" tags="" created="201603260804" modifier="twee" twine-position="840,271"><html>\n<table width="100%" border="0">\n <tr valign="top">\n\n <td class="main" bgcolor="white" width="200" height="1000">\n\t\t<div class="heading">\n\t\t\tTairona Stone Amulet<br>\n\t\t\tColumbia<br>\n\t\t\tca. 500 - 1000 A.D.<br>\n\t\t</div>\n\t\t<div class="est">\n\t\t\tEstimate: $4,000 - $5,000<br>\n\t\t</div>\n\t\t<center><img src="https://farm2.staticflickr.com/1490/26115833676_6cb9f469f2_o.jpg" width="319" height="339" alt="taironaAmulet"></center>\n\t\t<div class="information">\n\t\t\t<hr>\n\t\t\t<div class="subheading">Sotheby's Information:</div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tProperty from the Barbier-Mueller Collection.<br>\n\t\t\t\t<em>Auction Notes: </em>Hard brown stone; bright surface.<br>\n\t\t\t\t<em>Condition: </em>Very good.<br>\n\t\t\t\t<em>Height: </em>3 3/4 in (9.5 cm)<br>\n\t\t\t\t<em>Provenance: </em>In the Professor Barro collection since 1940. | Hélène Leloup Gallery, 1985. | Barbier-Mueller Collection, Geneva.<br>\n\t\t\t</div>\n\t\t\t<hr id="secondH">\n\t\t\t<div class="subheading">Additional Information: </div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tThe Tairona are best known for their work in gold, although abstracted sculptures -- such as this one -- also circulate in the art world. The abstraction of the image is not untypical, and the small size implies this was a highly portable object in the past. Similar objects in museum collections are sometimes called “Ancestral Figures,” although there is little (if any) evidence of ancient practices for using or naming these objects.\n\t\t\t</div>\n\t\t</div>\n </td>\n </tr>\n <tr>\n </tr>\n</table>\n\n<style>\ntd {\n\ttext-align: center;\n}\n.main {\n\tborder-style:double;\n}\n\n.information {\n\tpadding-left: 10%;\n\tpadding-right:10%;\n\ttext-align: left;\n}\n\n#secondH {\n\tpadding: 0px;\n}\n\n.heading {\n\tfont-size:1.65em;\n\tfont-family: "Big Caslon", serif;\n\tline-height: 30px;\n\tpadding-top:10px;\n}\n.est {\n\tfont-family: "Big Caslon", serif;\n\tfont-size:1.3em;\n\tfont-style: italic;\n}\n.subheading {\n\ttext-align: center;\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 1.4em;\n}\n</style>\n</html></div><div tiddler="testingHTML" tags="" created="201603240827" modifier="twee" twine-position="142,289"><html>\n<table width="100%" border="0">\n <tr valign="top">\n\n <td class="main" bgcolor="white" width="200" height="900">\n\t\t<div class="heading">\n\t\t\tItem Name<br>\n\t\t\tLocation Found<br>\n\t\t\tTime Found<br>\n\t\t</div>\n\t\t<div class="est">\n\t\t\tEstimate: $10,000 - $15,000<br>\n\t\t</div>\n\t\t<center>image</center>\n\t\t<div class="information">\n\t\t\t<hr>\n\t\t\t<div class="subheading">Sotheby's Information:</div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tProperty From<br>\n\t\t\t\t<em>Auction Notes: </em>Here are the notes about the auction<br>\n\t\t\t\t<em>Condition: </em>Here are the notes about the condition<br>\n\t\t\t\t<em>Height: </em>12 ft 11in<br>\n\t\t\t\t<em>Provenance: </em>Stolen.<br>\n\t\t\t</div>\n\t\t\t<hr id="secondH">\n\t\t\t<div class="subheading">SCMA Information: </div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tThis is all the additional information Smith has provided about this object.\n\t\t\t</div>\n\t\t</div>\n </td>\n </tr>\n <tr>\n </tr>\n</table>\n\n<style>\ntd {\n\ttext-align: center;\n}\n.main {\n\tborder-style:double;\n}\n\n.information {\n\tpadding-left: 10%;\n\tpadding-right:10%;\n\ttext-align: left;\n}\n\n#secondH {\n\tpadding: 0px;\n}\n\n.heading {\n\tfont-size:1.65em;\n\tfont-family: "Big Caslon", serif;\n\tline-height: 30px;\n\tpadding-top:10px;\n}\n.est {\n\tfont-family: "Big Caslon", serif;\n\tfont-size:1.3em;\n\tfont-style: italic;\n}\n.subheading {\n\ttext-align: center;\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 1.4em;\n}\n</style>\n</html></div><div tiddler="Item13Display" tags="" created="201603291547" modifier="twee" twine-position="2138,266"><html>\n<table width="100%" border="0">\n <tr valign="top">\n\n <td class="main" bgcolor="white" width="200" height="1000">\n\t\t<div class="heading">\n\t\t\tMoche Gold and Turquoise Inlay Ear Ornament<br>\n\t\t\tca. 200 - 500 A.D.<br>\n\t\t</div>\n\t\t<div class="est">\n\t\t\tEstimate: $100,000 - $150,000<br>\n\t\t</div>\n\t\t<img src="https://farm2.staticflickr.com/1535/25868902210_0aca2e2824_o.jpg" style="padding:10px;"/><img src="https://farm2.staticflickr.com/1525/26142758205_f8ab76dcb3_o.png" style="padding:10px;"/>\n\t\t<div class="information">\n\t\t\t<hr>\n\t\t\t<div class="subheading">Sotheby's Information:</div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tProperty from an American Private Collection.<br>\n\t\t\t\t<em>Auction Notes: </em>The long cylindrical shaft surmounted by a gold frontal inlaid with a mosaic of turquoise, and decorated with an applied gold warrior composed of carefully fitted sheets, holding a club and shield, with turquoise eyes and earrings, and flanked above by two sodalite avian warriors also holding clubs.<br>\n\t\t\t\t<em>Condition: </em>There has been re-gluing and stabilization on various areas of the turquoise beads around the rim, it is not evident if any of these are new beads, as they are consistent with one another.<br>\n\t\t\t\t<em>Diameter: </em>3 1/2 in (8.9 cm)<br>\n\t\t\t\t<em>Provenance: </em>John Wise, acquired by 1968. | Acquired from the above by the present owner's family in 1971.<br>\n\t\t\t</div>\n\t\t\t<hr id="secondH">\n\t\t\t<div class="subheading">Additional Information: </div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tCreated by Moche craftsmen of precious materials, this ear flare would have been worn by a high status man -- perhaps in life, but certainly in a burial context. The small warrior figure may be “dressed” in a manner parallel to the burial outfit of the person who took this earflare (part of a pair) to the grave. Similar, although more finely crafted, earflares were excavated at (and looted from) Sipan, Peru.\n\t\t\t</div>\n\t\t</div>\n </td>\n </tr>\n <tr>\n </tr>\n</table>\n\n<style>\ntd {\n\ttext-align: center;\n}\n.main {\n\tborder-style:double;\n}\n\n.information {\n\tpadding-left: 10%;\n\tpadding-right:10%;\n\ttext-align: left;\n}\n\n#secondH {\n\tpadding: 0px;\n}\n\n.heading {\n\tfont-size:1.65em;\n\tfont-family: "Big Caslon", serif;\n\tline-height: 30px;\n\tpadding-top:10px;\n}\n.est {\n\tfont-family: "Big Caslon", serif;\n\tfont-size:1.3em;\n\tfont-style: italic;\n}\n.subheading {\n\ttext-align: center;\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 1.4em;\n}\n</style>\n</html></div><div tiddler="acceptJaguar" tags="" created="201603301339" modifier="twee" twine-position="1776,517"><<set $itemsPurchased.push($itemName)>>Congratulations! You are now the owner of the <<$itemName>>, purchased for $<<$bidAmount>>. This leaves you with $<<$amountLeft>>.\nWould you like to move on to the [[next item?|Item10]]</div><div tiddler="FinalPage" tags="" created="201603051307" modifier="twee" twine-position="3086,113">You have bought the following items for the Smith College Museum of Art:\n<<print $itemsPurchased.join(" \sn ")>>\n\nYou spent $<<print 500000-$amountLeft>> in this auction. \nYou have $<<print $amountLeft>> funds remaining. This will deposited back in the Smith College Museum of Art's fund for Western art.\n</div><div tiddler="StoryAuthor" tags="" created="201602281853" modifier="twee" twine-position="10,290">Smith College</div><div tiddler="Item11Display" tags="" created="201603291406" modifier="twee" twine-position="1879,265"><html>\n<table width="100%" border="0">\n <tr valign="top">\n\n <td class="main" bgcolor="white" width="200" height="900">\n\t\t<div class="heading">\n\t\t\tFine Maya Standing Figure of a Nobleman, Jaina<br>\n\t\t\tLate Classic, ca. 550 - 950 A.D.<br>\n\t\t</div>\n\t\t<div class="est">\n\t\t\tEstimate: $50,000 - $70,000<br>\n\t\t</div>\n\t\t<img src="https://farm2.staticflickr.com/1461/26075433591_21550d6abc_o.jpg" style="padding:30px;"/><img src="https://farm2.staticflickr.com/1608/26050283322_6c47ef41ea_o.png" style="padding:30px;"/>\n\t\t<div class="information">\n\t\t\t<hr>\n\t\t\t<div class="subheading">Sotheby's Information:</div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tProperty from an important North American Collector.<br>\n\t\t\t\t<em>Auction Notes: </em>The distinguished portrait of a mature statesman of strong stature, his oval face with prominent nose, furrowed eyes, and full lips, feet within cord sandals, his relaxed abdomen encircled by a finely pleated belt, the long loincloth to the ankles, his chest adorned with a triple row collar tied at the back, and centering a medallion with cascading pendant, his high forehead revealing shorn coiffure with a row of hair around the back of his neck, the elongated head once supporting a removeable headdress, a pierced support at the back of his waist for insertion of plume or backrack; with extensive remains of Maya blue pigment.<br>\n\t\t\t\t<em>Condition: </em>Overall excellent. As shown there is clearly loss of right arm, right earring, left hand and small areas of adornment under the belt and left shoulder. Wonderful detail, color and modeling overall.<br>\n\t\t\t\t<em>Height: </em>11 3/8 in (28.3 cm)<br>\n\t\t\t\t<em>Provenance: </em>Joseph Haddad Collection, Los Angeles, acquired by 1976. | Sotheby's, New York, November 18, 1991, lot 212.<br>\n\t\t\t</div>\n\t\t\t<hr id="secondH">\n\t\t\t<div class="subheading">Additional Information: </div><br>\n\t\t\t<div class="pamphlets">\n\t\t\t\tThe island of Jaina is famous among art collectors of ancient American objects because of the large number of burial objects that have been unearthed there (almost all of them without scientific excavation). Typically, the figures display a great deal of mimetic detail -- both in their bodies and in the clothes and other accoutrements they wear. Many Jaina figures retain traces of paint, especially blue (as does this one). The sculpting of this figure’s face and body, including the facial expression and swelling of the body, along with the detail in the neck, waist and foot ornaments represent some of the most aesthetically pleasing Jaina sculpting (pleasing to modern collectors). The presence of so much blue paint also likely enhanced the value of this sculpture.\n\t\t\t</div>\n\t\t</div>\n </td>\n </tr>\n <tr>\n </tr>\n</table>\n\n<style>\ntd {\n\ttext-align: center;\n}\n.main {\n\tborder-style:double;\n}\n\n.information {\n\tpadding-left: 10%;\n\tpadding-right:10%;\n\ttext-align: left;\n}\n\n#secondH {\n\tpadding: 0px;\n}\n\n.heading {\n\tfont-size:1.65em;\n\tfont-family: "Big Caslon", serif;\n\tline-height: 30px;\n\tpadding-top:10px;\n}\n.est {\n\tfont-family: "Big Caslon", serif;\n\tfont-size:1.3em;\n\tfont-style: italic;\n}\n.subheading {\n\ttext-align: center;\n\tfont-family: "Big Caslon", serif;\n\tfont-size: 1.4em;\n}\n</style>\n</html></div></div></body></html>