Artist talk with Kostana Banovic & screening of Sey the Economy of Love

–bc00c71f8ffcb2f12ed444db43c36e2b
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable


Your email program does not support HTML. To view an online version of this=
email, please click the link below.
http://nieuwsbrief.tty.nl/rwcode/content.asp?SID=4&SiteID=4351&Section=
=22062&EmailID=3910933&HitID=1179242995000

To unsubscribe, click the link below.
http://nieuwsbrief.tty.nl/RWCode/subscribe.asp?SID=4&SiteID=4351&Email=
=list@rhizome.org&HitID=1179242995000

–bc00c71f8ffcb2f12ed444db43c36e2b
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

<!–
If you can't read the text below, then open this address with your Internet=
browser:
http://nieuwsbrief.tty.nl//rwcode/content.asp?SID=4&Section=22062&SiteI=
D=4351
–><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://=
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><HTML xmlns:v="urn:sche=
mas-microsoft-com:vml" xmlns:u1="" xmlns:st1="urn:schemas-microsoft-com=
:office:smarttags" xmlns:o="urn:schemas-microsoft-com:office:office" xmln=
s:skype="" xmlns="http://www.w3.org/1999/xhtml"><head><LINK href="web=
admin/include/datafields.css" type=text/css rel=stylesheet><title>Untit=
led Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-=
1"><meta content="QARRMHGYWV" name="SKYPE\_FRAMEID"><script id="skype\_=
tb\_script" defer="defer" type="text/javascript">var tool=null, skype\_=
curid=0, skype\_menu=null, skype\_frame=null, skype\_hintActive=false,=
skype\_overflag=false;
function skype\_checkStyle() {
var o = document.getElementById('skype\_tb\_style');
if(o == null)
alert('DEBUG: we are not here!');
else
alert('DEBUG: we are here! Path:
' + o.href);
}
function skype\_tb\_init(t) {
tool=t;
}
function skype\_tb\_createFlag(params) {
var o = document.createElement('DIV');
o.setAttribute("id","skype\_menu");
o.innerHTML="u0048u0065u0074u0020u006eu0065u0074u006eu0075u00=
6du006du0065u0072u0020u0076u0061u006eu0020u0064u0069u0074u0020=
u006eu0075u006du006du0065u0072u0020u006bu0061u006eu0020u006eu00=
69u0065u0074u0020u0077u006fu0072u0064u0065u006eu0020u0067u0065=
u0077u0069u006au007au0069u0067u0064";
return o;
}
function skype\_tb\_showFlagHint(obj,id) {
skype\_tb\_showHint(obj,id,'',skype\_tb\_createFlag,true);
}
function skype\_tb\_Drop(obj,id,params) {
if(tool) {
var x=0, y=0, z=0;
if(obj) {
var pos=skype\_tb\_calcSpanPos(obj,1); x=pos[0]; y=pos[1], z=po=
s[2];
}
tool.ShowDropdownMenu(document,id,x,y,z);
}
}
function skype\_tb\_SwitchDrop(obj,id,params) { //– show/hide the menu depen=
ding on the current visibility state
try {
if(event)
event.cancelBubble=true;
skype\_tb\_Drop(obj,id,params);
} catch(e) {
window.status = e;
}
}
function skype\_tb\_stopEvents() {
if(event)
event.cancelBubble=true;
return false;
}
function skype\_tb\_CalcInnerPos(obj) {
var brd=obj.getBoundingClientRect();
var pcx=brd.left, pcy=brd.top;
//– check IE version major number
var re = /MSIE (d+).(d+)/;
navigator.appVersion.search(re);
var navMajVer = RegExp.$1;
//– calc the position and show it
bNew=(navMajVer>=6 && document.compatMode!="BackCompat");
var docelem = (bNew) ? document.documentElement : document.body;
var scrollY=docelem.scrollTop, scrollX=docelem.scrollLeft;
var my=pcy+scrollY, mx=pcx+scrollX, mby=docelem.clientHeight+scroll=
Y, mbx=docelem.clientWidth+scrollX;
if(my>mby) my=mby;
if(my<scrollY) my=scrollY;
if(mx>mbx) mx=mbx;
if(mx<scrollX) mx=scrollX;
return Array(mx,my);
}
function skype\_tb\_showHint(obj,id,params,createHintFunc,showAbove) {
if(event)
event.cancelBubble=true;
skype\_hintActive=true;
// if(skype\_menu && skype\_menu.style.visibility!="hidden" && skype\_curid=
==id)
// return;
skype\_curid=id;
//– hide any show currently hint
skype\_tb\_hideHint(true);
skype\_hintActive=true;
//– create tooltip's div
skype\_menu = createHintFunc(params);
document.body.appendChild(skype\_menu);
skype\_menu.style.visibility="visible";
//– create underlying frame
skype\_frame=document.createElement('IFRAME');
skype\_frame.setAttribute("id","skype\_frame");
skype\_frame.src="about:blank";
skype\_frame.frameBorder=0;
skype\_frame.scrolling='no';
document.body.appendChild(skype\_frame);
//– calc inner pos
var oip=skype\_tb\_CalcInnerPos(obj);
var mx=oip[0], my=oip[1];
skype\_menu.style.left=mx;
//– show above or under
if(showAbove) {
skype\_menu.style.top=my-obj.clientHeight;
var mbrd=skype\_menu.getBoundingClientRect();
if(mbrd.bottom>pcy)
skype\_menu.style.top=(my-obj.clientHeight)-(mbrd.bottom-pcy);
} else {
skype\_menu.style.top=my+obj.clientHeight;
}
//– pose the frame right under the tooltip
skype\_frame.style.left=skype\_menu.style.left;
skype\_frame.style.top=skype\_menu.style.top;
skype\_frame.style.height=skype\_menu.clientHeight+2;
skype\_frame.style.width=skype\_menu.clientWidth+2;
skype\_frame.style.display="block";
}
function skype\_tb\_hideHintWait() {
if(!skype\_menu)
return;
skype\_hintActive=false;
setTimeout('skype\_tb\_hideHint(false);',1000);
}
function skype\_tb\_hideHint(force) {
if(!force && skype\_hintActive)
return;
skype\_hintActive=false;
if(skype\_menu) {
document.body.removeChild(skype\_menu);
skype\_menu=null;
}
if(skype\_frame) {
document.body.removeChild(skype\_frame);
skype\_frame=null;
}
tool.HideDropdownMenu();
}
function skype\_tb\_setBack(obj,color) {
if(obj && obj.tagName=='TR')
obj.lastChild.style.backgroundColor = color;
}
function skype\_tb\_onDropOver(obj) {
skype\_hintActive=true;
skype\_tb\_setBack(obj,"#DFDFDF");
}
function skype\_tb\_onDropOut(obj) {
skype\_tb\_hideHintWait();
skype\_tb\_setBack(obj,"");
}
function doRunCMD(link,id,obj,lvl) {
var x=0, y=0, z=0;
if(obj) {
var pos=skype\_tb\_calcDropPos(obj,lvl); x=pos[0]; y=pos[1], z=po=
s[2];
}
window.location.href="/skype\_tb/"+link+"/"+id+"/"+x+"/"+y+"/"+z;
}
function runCMD(link) {
skype\_tb\_hideHint(true);
doRunCMD(link,skype\_curid,null);
}
function doHandleChdial(obj,edyn,id,lvl) {
if(event)
event.cancelBubble = true;
// if(edyn)
doRunCMD('chdial',id,obj,lvl);
// else
// skype\_tb\_showFlagHint(obj,id);
}
function skype\_tb\_calcDropPos(obj,lvl) {
return skype\_tb\_calcObjPos(obj,lvl,'skype\_tb\_droppart');
}
function skype\_tb\_calcSpanPos(obj,lvl) {
return skype\_tb\_calcObjPos(obj,lvl,'softomate\_highlig');
}
function skype\_tb\_calcObjPos(obj,lvl,prefix) {
if(!event)
return Array(0,0,0);
var objPos=event.srcElement;
var brd=objPos.getBoundingClientRect();
var cx=event.clientX-brd.left, cy=event.clientY-brd.top;
var sx=event.screenX-cx, sy=event.screenY-cy;
while(objPos.id.substr(0,17) != prefix) {
var brd1=objPos.getBoundingClientRect();
objPos=objPos.parentElement;
var brd2=objPos.getBoundingClientRect();
sx+=brd2.left-brd1.left;
sy+=brd2.top-brd1.top;
}
var brd=objPos.getBoundingClientRect();
var h=brd.bottom-brd.top;
sy+=h;
return Array(sx,sy,1);
}
function doSkypeFlag(obj,id,state,edyn,fw) {
var fobj=obj.all['skype\_tb\_img\_f'+id];
if(!fobj)
return;
switch(state) {
case 0: //– inactive
fobj.className='skype\_tb\_imgFlag';
obj.parentElement.all['skype\_tb\_img\_r'+id].style.backgroundImage='u=
rl(C:\DOCUME~1\TTY\LOCALS~1\Temp\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12=
ac2f8b4c147250be8b2\static\active\_r.compat.gif)';
skype\_overflag=false;
break;
case 1: //– active
fobj.className='skype\_tb\_imgFlagAct';
obj.parentElement.all['skype\_tb\_img\_r'+id].style.backgroundImage='u=
rl(C:\DOCUME~1\TTY\LOCALS~1\Temp\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12=
ac2f8b4c147250be8b2\static\active\_ra.compat.gif)';
obj.style.backgroundImage='url(C:\DOCUME~1\TTY\LOCALS~1\Temp\\_=
\_SkypeIEToolbar\_Cache\d632e8e4efb12ac2f8b4c147250be8b2\static\active\_a.c=
ompat.flex.w'+fw+'.gif)';
skype\_overflag=true;
break;
case 2: //– pushed
// if(edyn) {
obj.style.backgroundImage='url(C:\DOCUME~1\TTY\LOCALS~1\Temp=
\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12ac2f8b4c147250be8b2\static\pushed\_a=
.compat.flex.w'+fw+'.gif)';
skype\_overflag=true;
// }
break;
}
}
function skype\_tb\_imgOnOff(mobj,state,id,bflex,fw,nof) {
if(mobj) {
var dobj=mobj.all['skype\_tb\_droppart\_'+id];
switch(state) {
case 0: //– inactive
if(dobj)
dobj.style.backgroundImage=(bflex)?'url(C:\DOCUME~1\TTY\LOCA=
LS~1\Temp\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12ac2f8b4c147250be8b2\stati=
c\inactive\_a.compat.flex.w'+fw+'.gif)':'url(C:\DOCUME~1\TTY\LOCALS~1\T=
emp\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12ac2f8b4c147250be8b2\static\inac=
tive\_a.compat.stat.w'+fw+'.gif)';
mobj.all['skype\_tb\_img\_s'+id].style.backgroundImage=(bflex)?'url(=
C:\DOCUME~1\TTY\LOCALS~1\Temp\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12ac2=
f8b4c147250be8b2\static\inactive\_s'+nof+'.compat.gif)':'url(C:\DOCUME~1=
TTY\LOCALS~1\Temp\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12ac2f8b4c147250be=
8b2\static\inactive\_s\_stat'+nof+'.compat.gif)';
mobj.all['skype\_tb\_text' +id].style.backgroundImage='url(C:\DOCU=
ME~1\TTY\LOCALS~1\Temp\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12ac2f8b4c147=
250be8b2\static\inactive\_m.compat.gif)';
mobj.all['skype\_tb\_img\_r'+id].style.backgroundImage='url(C:\DOCU=
ME~1\TTY\LOCALS~1\Temp\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12ac2f8b4c147=
250be8b2\static\inactive\_r.compat.gif)';
skype\_overflag=false;
break;
case 1: //– active
if(dobj && (!skype\_overflag || !bflex))
dobj.style.backgroundImage=(bflex)?'url(C:\DOCUME~1\TTY\LOCA=
LS~1\Temp\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12ac2f8b4c147250be8b2\stati=
c\active\_a.compat.flex.w'+fw+'.gif)':'url(C:\DOCUME~1\TTY\LOCALS~1\Tem=
p\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12ac2f8b4c147250be8b2\static\active=
\_a.compat.stat.w'+fw+'.gif)';
mobj.all['skype\_tb\_img\_s'+id].style.backgroundImage=(bflex)?'url(C:=
DOCUME~1\TTY\LOCALS~1\Temp\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12ac2f8b=
4c147250be8b2\static\active\_s'+nof+'.compat.gif)':'url(C:\DOCUME~1\TTY=
LOCALS~1\Temp\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12ac2f8b4c147250be8b2\=
static\active\_s\_stat'+nof+'.compat.gif)';
mobj.all['skype\_tb\_text' +id].style.backgroundImage='url(C:\DOCU=
ME~1\TTY\LOCALS~1\Temp\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12ac2f8b4c147=
250be8b2\static\active\_m.compat.gif)';
if(!skype\_overflag)
mobj.all['skype\_tb\_img\_r'+id].style.backgroundImage='url(C:\DO=
CUME~1\TTY\LOCALS~1\Temp\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12ac2f8b4c1=
47250be8b2\static\active\_r.compat.gif)';
break;
case 2: //– pushed
if(!skype\_overflag) {
if(dobj)
dobj.style.backgroundImage=(bflex)?'url(C:\DOCUME~1\TTY\LO=
CALS~1\Temp\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12ac2f8b4c147250be8b2\sta=
tic\pushed\_a.compat.flex.w'+fw+'.gif)':'url(C:\DOCUME~1\TTY\LOCALS~1\T=
emp\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12ac2f8b4c147250be8b2\static\push=
ed\_a.compat.stat.w'+fw+'.gif)';
mobj.all['skype\_tb\_img\_s'+id].style.backgroundImage=(bflex)?'ur=
l(C:\DOCUME~1\TTY\LOCALS~1\Temp\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12a=
c2f8b4c147250be8b2\static\pushed\_s'+nof+'.compat.gif)':'url(C:\DOCUME~1=
TTY\LOCALS~1\Temp\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12ac2f8b4c147250be=
8b2\static\pushed\_s\_stat'+nof+'.compat.gif)';
mobj.all['skype\_tb\_text' +id].style.backgroundImage='url(C:\DO=
CUME~1\TTY\LOCALS~1\Temp\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12ac2f8b4c1=
47250be8b2\static\pushed\_m.compat.gif)';
mobj.all['skype\_tb\_img\_r'+id].style.backgroundImage='url(C:\DO=
CUME~1\TTY\LOCALS~1\Temp\\_\_SkypeIEToolbar\_Cache\d632e8e4efb12ac2f8b4c1=
47250be8b2\static\pushed\_r.compat.gif)';
}
break;
}
}
if(state != 1)
skype\_tb\_hideHintWait();
}
//– call buttons manipulations
function skype\_tb\_checkVis(obj) {
//– count fully hidden as visible (??)
if(!obj || obj.parentElement==obj.document.body)
return true;
var brd=obj.getBoundingClientRect();
var brdPar=obj.parentElement.getBoundingClientRect();
//alert('brd.top=' + brd.top + '; brdPar.bottom=' + brdPar.bottom + '; =
brdPar.right=' + brdPar.right + '; brd.right=' + brd.right);
var vis = (brd.top<brdPar.bottom) && (brdPar.right-brd.right>=-3);
return vis;
}
function skype\_tb\_checkVisFull(obj) {
if(!obj || obj.parentElement==obj.document.body)
return true;
var brd=obj.getBoundingClientRect();
var brdPar=obj.parentElement.getBoundingClientRect();
var vis=(brd.bottom<=brdPar.bottom);
return vis;
}
function skype\_tb\_swapSpansIfNeed(obj,cid) {
var tobj=obj.all['skype\_tb\_text'+cid],
robj=obj.all['skype\_tb\_img\_r'+cid];
var tbrd=tobj.getBoundingClientRect(),
rbrd=robj.getBoundingClientRect();
var cst=obj.currentStyle.direction;
if(cst=="ltr" && tbrd.left<=rbrd.left)
return;
//– swap internal spans
var cl=obj.childNodes.length;
for(var i=0; i<cl/2; ++i) {
var cobj=obj.childNodes;
var swobj=obj.childNodes[cl-1-i];
cobj.swapNode(swobj);
}
}
function skype\_tb\_makeVisAll() {
var allspans=document.body.getElementsByTagName("SPAN");
for(var i=0;i<allspans.length;++i) {
var s0='',s1='',ss='';
var curspan=allspans;
if(!(curspan.scopeName=="SKYPE" && curspan.id.substr(0,20)=="so=
ftomate\_highlight\_"))
continue;
var cid=curspan.id.substring(20,curspan.id.length);
skype\_tb\_swapSpansIfNeed(curspan,cid);
if(skype\_tb\_checkVis(curspan))
continue;
var txtobj=curspan.all['skype\_tb\_innerText'+cid];
ss=txtobj.innerText;
while(txtobj) {
s0=txtobj.innerText;
s1=s0.substr(0,s0.length/2) + '…';
txtobj.innerText=s1;
if(s0==s1 || skype\_tb\_checkVis(curspan))
break;
}
//– return text back if still not visible and text is the shortest
if(s0==s1 && !skype\_tb\_checkVis(curspan))
txtobj.innerText=ss;
//– remove the injection fully if full visibility has not been reached
if(!skype\_tb\_checkVisFull(curspan)) {
var txt=curspan.context;
curspan.outerHTML=txt;
}
}
}
</script></head><body bgcolor="#000000"><table style="border: 1px solid=
rgb(102, 102, 102); background: rgb(0, 0, 0) none repeat scroll 0\% 50\%; -m=
oz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -mo=
z-background-inline-policy: -moz-initial; width: 640px;" align="center" b=
order="0" bordercolor="#666666" cellpadding="0" cellspacing="0"><tb=
ody><tr><td><a href="http://nieuwsbrief.tty.nl/sendlink.asp?HitID=11792=
42995000&StID=4351&SID=4&EmID=3910933&Link=http\%3A\%2F\%2Fwww.smartpr=
ojectspace.net"><img alt="" src="http://www.graphicmail.nl/nl\_members/4=
351/ftp/newsletterTitle.gif" border="0"></a></td></tr></tbody></table><di=
v align="center"><span style="font-size: 10pt; color: rgb(255, 255, 224=
); font-family: Arial;"></span><span style="font-size: 8pt;">&nbsp;</span=
></div><div align="center"><span style="font-size: 10pt; color: rgb(255=
, 255, 255); font-family: Arial;"><a style="font-weight: normal; color: r=
gb(255, 255, 255);" href="http://nieuwsbrief.tty.nl/sendlink.asp?HitID==
1179242995000&StID=4351&SID=4&EmID=3910933&Link=http\%3A\%2F\%2Fwww.gr=
aphicmail.nl\%2Frwcode\%2Fcontent.asp\%3FSiteID\%3D4351\%26Section\%3D22062">Read=
this newsletter online</a>&nbsp;</span><span style="font-size: 10pt; col=
or: rgb(255, 255, 255); font-family: Arial;">&nbsp;</span></div><div align=
="center"><span style="font-size: 10pt; color: rgb(255, 255, 255); font=
-family: Arial;"></span><span style="font-size: 8pt;">&nbsp;</span></div>=
<span style="font-size: 10pt; color: rgb(255, 255, 255); font-family: Ari=
al;"><div align="center"><table style="border: 1px solid rgb(102, 102, =
102); background: rgb(0, 0, 0) none repeat scroll 0\% 50\%; -moz-background-c=
lip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-in=
line-policy: -moz-initial; width: 650px;" align="center" border="0" bor=
dercolor="#666666" cellpadding="10" cellspacing="0"><tbody><tr><td><p=
class="MsoNormal" style="border-color: -moz-use-text-color -moz-use-te=
xt-color windowtext; border-top: medium none; border-left: medium none; bor=
der-right: medium none; margin: 0cm 0cm 0pt; padding: 0cm;"><span style="=
font-weight: normal; font-size: 26pt; color: rgb(255, 255, 255); font-famil=
y: Arial;" lang="EN-GB"><span style="font-weight: normal;"></span><o:p>=
</o:p></span></p><span style="font-weight: bold; font-size: 14pt; font-fa=
mily: Arial;" lang="NL"><span style="font-size: 10pt; color: rgb(255, 2=
55, 255);"><span style="font-size: 10pt; color: rgb(255, 255, 255); font-=
family: Arial;" lang="EN-GB"><span style="font-size: 10pt; color: rgb(2=
55, 255, 255);"><div class="MsoNormal" style="margin: 0cm 0cm 0pt;" ali=
gn="left"><span style="font-weight: bold; font-size: 14pt; color: rgb(2=
55, 255, 255); font-family: Arial;"><span style="font-size: 24pt;">Artist=
talk with Kostana Banovi&#263; &amp; screening of <span style="font-st=
yle: italic;">Sey