/*                                                                          christopherData.js
-------------------------------------------------------------------------------------
Copyright Christopher Fulham
Email: christopher@christopherfulham.com

Purpose
~~~~~~~
Provide data and data referencing for Christopher.com.au gallery
- data used by routines in gallery.js

Huge shout out to Tim Brook for programmatic guidance and support! - http:hingstonbrook.com 

-----------------------------------------------------------------------------------*/

pic[1].file = '../images/uncharted/head.gif' ;  
pic[1].width =  418 ;  pic[1].height = 550 ;   
pic[1].time =  8 ;  
pic[1].title  = "Get your world out of my head" ;
pic[1].blurb = 'Ballpoint pen, pencil, acrylic paint on map<br />2008' ;

pic[2].file = '../images/uncharted/dragonfly.gif' ;  
pic[2].width =  371 ;  pic[1].height = 550 ;   
pic[2].time =  8 ;  
pic[2].title  = "Fly me away 1" ;
pic[2].blurb = 'Ballpoint pen, pencil, acrylic paint on map<br />2008' ;

pic[3].file = '../images/uncharted/bird.gif' ;  
pic[3].width =  797 ;  pic[1].height = 550 ;   
pic[3].time =  8 ;  
pic[3].title  = "Fly me away 2" ;
pic[3].blurb = 'Ballpoint pen, pencil, acrylic paint on map<br />2008' ;

pic[4].file = '../images/uncharted/balloon.gif' ;  
pic[4].width =  405 ;  pic[1].height = 550 ;   
pic[4].time =  8 ;  
pic[4].title  = "Fly me away 3" ;
pic[4].blurb = 'Ballpoint pen, oil pastel, acrylic paint on map<br />2008' ;

pic[5].file = '../images/uncharted/faraway.gif' ;  
pic[5].width =  785 ;  pic[1].height = 550 ;   
pic[5].time =  8 ;  
pic[5].title  = "Far away" ;
pic[5].blurb = 'Inkjet print on map<br />2008' ;

pic[6].file = '../images/uncharted/farfaraway.gif' ;  
pic[6].width =  653 ;  pic[1].height = 550 ;   
pic[6].time =  8 ;  
pic[6].title  = "Far far away" ;
pic[6].blurb = 'Cyanotype on map<br />2008' ;

pic[7].file = '../images/uncharted/brokenrecord.gif' ;  
pic[7].width =  458 ;  pic[1].height = 550 ;   
pic[7].time =  8 ;  
pic[7].title  = "Broken Record" ;
pic[7].blurb = 'Cyanotype on map<br />2008' ;

pic[8].file = '../images/uncharted/victoria.gif' ;  
pic[8].width =  439 ;  pic[1].height = 550 ;   
pic[8].time =  8 ;  
pic[8].title  = "Victoria" ;
pic[8].blurb = 'Cyanotype on map<br />2008' ;

pic[9].file = '../images/uncharted/asiwatch.gif' ;  
pic[9].width =  368 ;  pic[1].height = 550 ;   
pic[9].time =  8 ;  
pic[9].title  = "As I watch these patchwork farms slow fade into the ocean's arms, hold on, release your fears" ;
pic[9].blurb = 'Cyanotype, ballpoint pen, pencil, acrylic paint on map<br />2008' ;

pic[10].file = '../images/uncharted/urbandweller.gif' ;  
pic[10].width =  360 ;  pic[1].height = 550 ;   
pic[10].time =  8 ;  
pic[10].title  = "Urban Dweller" ;
pic[10].blurb = 'Inkjet print, pencil on map<br />2008' ;

pic[11].file = '../images/uncharted/wherethewildthingsgrow.gif' ;  
pic[11].width =  353 ;  pic[1].height = 550 ;   
pic[11].time =  8 ;  
pic[11].title  = "Where the wild things grow" ;
pic[11].blurb = 'Inkjet print, pencil on map<br />2008' ;

pic[12].file = '../images/uncharted/americandream.gif' ;  
pic[12].width =  736 ;  pic[1].height = 550 ;   
pic[12].time =  8 ;  
pic[12].title  = "American Dream" ;
pic[12].blurb = 'Inkjet print, pencil on map<br />2008' ;

pic[13].file = '../images/uncharted/sleepingcity.gif' ;  
pic[13].width =  838 ;  pic[1].height = 550 ;   
pic[13].time =  8 ;  
pic[13].title  = "Sleeping City" ;
pic[13].blurb = 'Ballpoint pen, pencil, acrylic paint on map<br />2008' ;

pic[14].file = '../images/uncharted/hangingon.gif' ;  
pic[14].width =  463 ;  pic[1].height = 550 ;   
pic[14].time =  8 ;  
pic[14].title  = "Hanging on" ;
pic[14].blurb = 'Inkjet print on map<br />2008' ;

pic[15].file = '../images/uncharted/canary.gif' ;  
pic[15].width =  487 ;  pic[1].height = 550 ;   
pic[15].time =  8 ;  
pic[15].title  = "Parisian frilled canary" ;
pic[15].blurb = 'Inkjet print on map<br />2008' ;

pic[16].file = '../images/uncharted/house.gif' ;  
pic[16].width =  388 ;  pic[1].height = 550 ;   
pic[16].time =  8 ;  
pic[16].title  = "A house doesn't make a home" ;
pic[16].blurb = 'Inkjet print on map<br />2008' ;

// go back to the start
pic[16].next = 1 ;

