function setCopy(imageNumber)
{
	var copy;
	switch(imageNumber)
	{
		case 1:
			copy = "<h1>African Youth | Consider the Sparrow</h1>";
			break;

		case 2:
			copy = "<h1>Peacock | Eye Hath Not Seen</h1><br>";
			break;

		case 3:
			copy = "<h1>Bird In Hand | Sanctuary - One</h1><br>";
			break;
	
		case 4:
			copy = "<h1>Bird In Hand | Sanctuary - Two</h1><br>";
			break;
	
		case 5:
			copy = "<h1>Bird In Hand | Sanctuary - Three</h1><br>";
			break;
   
		case 6:
			copy = "<h1>Seattle Harbor | Sunset from Seattle Harbor</h1><br>";
			break;

  		case 7:
			copy = "<h1>Vancouver Island | Ships In Morning Mist - One</h1><br>";
			break;
						
		case 8:
			copy = "<h1>Vancouver Island | Ships In Morning Mist - Two</h1><br>";
			break;
	
		case 9:
			copy = "<h1>Vancouver Island | Ships In Morning Mist - Three</h1><br>";
			break;
	
		case 10:
			copy = "<h1>Nepal, Himalayas | Words Are Not Enough</h1><br>";
			break;
			
		case 11:
			copy = "<h1>Nepal, Himalayas | We Are But A Moment</h1><br>";
			break;
			
		case 12:
			copy = "<h1>Winter | In the Stillness</h1><br>";
			break;
			
		case 13:
			copy = "<h1>Autumn | Disperse and Scatter</h1><br>";
			break; 
	
		case 14:
			copy = "<h1>Kentucky Vineyard | Open Up the Earth</h1><br>";
			break;
  
		case 15:
			copy = "<h1>Kentucky Vineyard | Promise of More</h1><br>";
			break;
			  
		case 16:
			copy = "<h1>Kentucky Vineyard | Harvest</h1><br>";
			break;
	
		case 17:
			copy = "<h1>Kentucky Vineyard | Abide</h1><br>";
			break;
			
		case 18:
			copy = "<h1>Kentucky Vineyard | Work of Our Hands</h1><br>";
			break;
	
		case 19:
			copy = "<h1>Kentucky Vineyard | Immersion</h1><br>";
			break;
			
		case 20:
			copy = "<h1>Blue Grass Trees | Commonwealth - One</h1><br>";
			break;
			
		case 21:
			copy = "<h1>Blue Grass Trees | Commonwealth - Two</h1><br>";
			break;
   
		case 22:
			copy = "<h1>Blue Grass Trees | Commonwealth - Three</h1><br>";
			break;

		case 23:
			copy = "<h1>Blue Grass Trees | Commonwealth - Four</h1><br>";
			break;
			
		case 24:
			copy = "<h1>Vancouver Island | A Place of Beginnings</h1><br>";
			break;
  
		case 25:
			copy = "<h1>Vancouver Island | Beneath a New Sky</h1><br>";
			break;
			
		case 26:
			copy = "<h1>Vancouver Island | Watermark</h1><br>";
			break;
	
		case 27:
			copy = "<h1>Vancouver Island | Summer's Evening Light</h1><br>";
			break;
  
		case 28:
			copy = "<h1>Vancouver Is. | Memories Sheltered from the Storm</h1><br>";
			break;
			
		case 29:
			copy = "<h1>Gethsemani | Beyond the Work of Mortal Hands</h1><br>";
			break;
  
		case 30:
			copy = "<h1>Gethsemani | I Find Myself Here</h1><br>";
			break;
			  
		case 31:
			copy = "<h1>Gethsemani | What is Prayer?</h1><br>";
			break;
			  
		case 32:
			copy = "<h1>Gethsemani | Broken - I am Becoming</h1><br>";
			break;
			 
		case 33:
			copy = "<h1>Abstracts | The Gathering & The Stones Cry Out: Blue</h1><br>";
			break;
			 
		case 34:
			copy = "<h1>Abstracts | The Stones Cry Out: Gold & Africa Beckons</h1><br>";
			break;
			 
		case 35:
			copy = "<h1>Abstracts | Untitled 1 & Untitled 2</h1><br>";
			break;
			 
		case 36:
			copy = "<h1>Rhonda, Spain | Andalucian Village</h1><br>";
			break;
			 
		case 37:
			copy = "<h1>Sheep | Capetown Pasture</h1><br>";
			break;
			
		case 38:
			copy = "<h1>Swaziland | Garden of Eden</h1><br>";
			break;
			
		case 39:
			copy = "<h1>Vancouver Island | Victoria Sunset</h1><br>";
			break;
		
		case 40:
			copy = "<h1>Vancouver Island | Point No Point</h1><br>";
			break;
			
		case 41:
			copy = "<h1>Olympic Penninsula | Hurricane Ridge</h1><br>";
			break;
			
		case 42:
			copy = "<h1>Abstract | Sacrifice</h1><br>";
			break;
			
		case 43:
			copy = "<h1>Nepal, Kathmandu | Jewelry Store Window</h1><br>";
			break;
					
		case 44:
			copy = "<h1>Swaziland Village | Weaving</h1><br>";
			break;
					
		case 45:
			copy = "<h1>Cape Town, South Africa | Informal Settlement</h1><br>";
			break;
		default:
			break;
	}
	document.getElementById("copy").innerHTML = copy;
}