Keywords : nicelle beauchene, nicelle beauchene gallery, nicelle beauchene.com, beauchene.com, nicelle beauchene gallery.com, nicelle, beauchene, nbg, artists, exhibitions, news, gallery, afruz amighi, sarah crowner, louise despont, valerie hegarty, kristine moran, r |
H1 tags : Nicelle Beauchene Gallery; A:link
{
TEXT-DECORATION: none
}
A:visited
{
TEXT-DECORATION: none
}
.Caption {
font-family: Book Antiqua;
font-weight: normal;
font-size: 10pt;
color: #003366; }
A.Controls:link { color:#666666;
text-decoration:none;
font-family: Book Antiqua;
font-size: 10pt;
font-weight: bold; }
A.Controls:visited { color:#666666; text-decoration:none;
font-family: Book Antiqua;
font-size: 10pt;
font-weight: bold; }
A.Controls:active { color:#666666; text-decoration:none;
font-family: Book Antiqua;
font-size: 10pt;
font-weight: bold; }
A.Controls:hover { color:#003366; text-decoration:none;
font-family: Book Antiqua;
font-size: 10pt;
font-weight: bold; }
// (C) 2003 by CodeLifter.com
// Free for all users, but leave in this header.
// ==============================
// Set the following variables...
// ==============================
// Set the slideshow speed (in milliseconds)
var SlideShowSpeed = 3000;
// Set the duration of crossfade (in seconds)
var CrossFadeDuration = 1;
var Picture = new Array(); // don't change this
var Caption = new Array(); // don't change this
var showHot = false; // don't change this
// Specify the image files...
// To add more images, just continue
// the pattern, adding to the array below.
// To use fewer images, remove lines
// starting at the end of the Picture array.
// Caution: The number of Pictures *must*
// equal the number of Captions!
Picture[1] = 'http://www.nicellebeauchene.com/indeterminateactivity/install1wb.jpg';
Picture[2] = 'http://www.nicellebeauchene.com/indeterminateactivity/install2wb.jpg';
Picture[3] = 'http://www.nicellebeauchene.com/indeterminateactivity/install3wb.jpg';
Picture[4] = 'http://www.nicellebeauchene.com/indeterminateactivity/hillwb.jpg';
Picture[5] = 'http://www.nicellebeauchene.com/indeterminateactivity/svb24wb.jpg';
Picture[6] = 'http://www.nicellebeauchene.com/indeterminateactivity/svb27wb.jpg';
Picture[7] = 'http://www.nicellebeauchene.com/indeterminateactivity/svb28wb.jpg';
Picture[8] = 'http://www.nicellebeauchene.com/indeterminateactivity/svb30wb.jpg';
Picture[9] = 'http://www.nicellebeauchene.com/indeterminateactivity/chetritwb.jpg';
Picture[10] = 'http://www.nicellebeauchene.com/indeterminateactivity/chetritgram.jpg';
Picture[11] = 'http://www.nicellebeauchene.com/indeterminateactivity/chetritscreen.jpg';
Picture[12] = 'http://www.nicellebeauchene.com/indeterminateactivity/moyerii.jpg';
Picture[13] = 'http://www.nicellebeauchene.com/indeterminateactivity/moyeriii.jpg';
Picture[14] = 'http://www.nicellebeauchene.com/indeterminateactivity/williamsonwb.jpg';
Picture[15] = 'http://www.nicellebeauchene.com/indeterminateactivity/overtonwb.jpg';
// Specify the Captions...
// To add more captions, just continue
// the pattern, adding to the array below.
// To use fewer captions, remove lines
// starting at the end of the Caption array.
// Caution: The number of Captions *must*
// equal the number of Pictures!
Caption[1] = "Installation view of Indeterminate Activity";
Caption[2] = "Installation view of Indeterminate Activity";
Caption[3] = "Installation view of Indeterminate Activity";
Caption[4] = "Patrick HillPlie, 2011Wood, dye, white Carrara Marble69 x 36 x 36 inches";
Caption[5] = "Sara VanDerBeekFoundation, Alabo Street, 2010Digital C-print20 x 16 inches";
Caption[6] = "Sara VanDerBeekFoundation, Deslonde Street, 2010Digital C-print20 x 15 3/4 inches";
Caption[7] = "Sara VanDerBeekFoundation, Deslonde Street, 2010Digital C-print20 x 15 inches";
Caption[8] = "Sara VanDerBeekFoundation, Forstall Street, 2010Digital C-print20 x 15 3/4 inches";
Caption[9] = "Talia ChetritNude/Grid, 2011Silver gelatin print20 x 16 inches";
Caption[10] = "Talia ChetritVasegram #3, 2011Silver gelatin print14 x 11 inches";
Caption[11] = "Talia ChetritVase/Screen, 2011Silver gelatin print14 x 11 inches";
Caption[12] = "Sam MoyerUntitled (Wood Drawing) II, 2011Pine 1-by-2s, acrylic paint60 x 48 inches";
Caption[13] = "Sam MoyerUntitled (Wood Drawing) III, 2011Pine 1-by-2s, acrylic paint60 x 48 inches";
Caption[14] = "Lisa WilliamsonDouble Lapel with a Visible Seam, 2010Acrylic on photograph24 x 17 1/2 inchesPeg Legs and Club Feet (Props), 2010Wood, acrylic, aluminum and enamelFeet: 3 1/2 x 3 1/2 x 5 1/4 inchesLegs: 60 x 1/2, 58 x 1/2 inches";
Caption[15] = "Virginia OvertonUntitled, 2011Mirror, strap49 1/2 x 41 1/4 x 49 1/2 inches";
// =====================================
// Do not edit anything below this line!
// =====================================
var tss;
var iss;
var jss = 0;
var pss = Picture.length-1;
var preLoad = new Array();
for (iss = 1; iss < pss+1; iss++){
preLoad[iss] = new Image();
preLoad[iss].src = Picture[iss];}
function control(how){
if (showHot){
if (how=="H") jss = 1;
if (how=="F") jss = jss + 1;
if (how=="B") jss = jss - 1;
if (jss > (pss)) jss=1;
if (jss < 1) jss = pss;
if (document.all){
document.images.PictureBox.style.filter="blendTrans(duration=2)";
document.images.PictureBox.style.filter="blendTrans(duration=CrossFadeDuration)";
document.images.PictureBox.filters.blendTrans.Apply();}
document.images.PictureBox.src = preLoad[jss].src;
if (document.getElementById) document.getElementById("CaptionBox").innerHTML= Caption[jss];
if (document.all) document.images.PictureBox.filters.blendTrans.Play();
}}
Installation view of Indeterminate Activity |