// JavaScript Document
<!--
function data (imgSrc, label) {
	this.imgSrc = imgSrc
	this.label = label
}

var dataSWB = new Array()

dataSWB[1] = new data("images/collaboration/w_b_s01_l.jpg","<font><strong>Star Wallowing Bull </strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;April 2001<br><br>&quot;My name is Star Wallowing Bull. I am a member of the Ojibway Band of the Chippewa of White Earth, Minnesota. I share the heritage of both the Arapaho and the Ojibway. My mother is Arapaho from the Wind River Reservation in Wyoming. My father is Ojibway from the White Earth Reservation.&quot;</font>")
dataSWB[2] = new data("images/collaboration/w_b_s02_l.jpg","<font>Arapaho Camel Man<br>13&quot; x 11&quot;<br>Prisma color pencil on paper<br><br>&quot;I did a series of small and large drawings inspired by Andy Warhol. I see them as Native American pop art. This drawing is a self-portrait. My left arm is broken and I am wearing a black cast. In the background are the Grand Teton Mountains, which are located near Jackson, Wyoming, home of the Arapaho and Shoshone.&quot;</font>")
dataSWB[3] = new data("images/collaboration/w_b_s03_l.jpg","<font>Buckskin Charlie<br>13&quot; x 12&quot;<br>Prisma color pencil on paper<br><br>&quot;I was influenced by my father, Frank Big Bear’s artwork. I make use of his unique style of drawing. It is evident in this piece.&quot;</font>")
dataSWB[4] = new data("images/collaboration/w_b_s04_l.jpg","<font>Ojibway Marlboro Man<br>13&quot; x 11&quot;<br>Prisma color pencil on paper<br><br>&quot;This drawing is part of my Native American pop art series. This art uses the imagery of advertisement. I chose cigarettes, thinking of the ceremonial use of tobacco amongst my people of White Earth.&quot;</font>")
dataSWB[5] = new data("images/collaboration/w_b_s05_l.jpg","<font>Sitting Bull<br>14&quot; x 12&quot;<br>Prisma color pencil on paper<br><br>&quot;This drawing is one of my older pieces. A friend of mine gave me a picture of Sitting Bull. The picture inspired me to do my own drawing but I wanted to make it different, make it my own. This piece encouraged me to take my drawing seriously.&quot;</font>")
dataSWB[6] = new data("images/collaboration/w_b_s06_l.jpg","<font>Untitled<br>8&quot; x 6&quot;<br>Prisma color pencil on paper<br><br>&quot;Sometimes I just want to create a good drawing. In this drawing I play with color. The drawing holds color, reflects color, and the color creates different dimensions.&quot;</font>")
dataSWB[7] = new data("images/collaboration/w_b_s07_l.jpg","<font>&quot;I had a great time in New York. It was a learning experience. I learned about myself not only as an emerging artist but also as an individual. I’d like to thank all the employees at the National Museum of the American Indian for giving me this wonderful opportunity to be part of the Artist in Residence Fellowship program.&quot;<br><br>more examples of Mr. Big Bear's work can be seen at http://www.bockleygallery.com/<br>photo: R.A. Whiteside - nmai</font>")

function SetImageswb(i) {
document.swbmainimage.src = dataSWB[i].imgSrc
selectedLocation = dataSWB[i].loc
document.getElementById("swbimgLabel").innerHTML = dataSWB[i].label
}
//-->

  //-->
