/*                                                                          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/newwork/Nothinking.jpg' ;  
pic[1].width = 383 ;  pic[1].height = 550 ;     
pic[1].time =  8 ;  
pic[1].title  = 'No thinking for a little while' ; 
pic[1].blurb  ='Inkjet print, acrylic paint and wallpaper on MDF<br />2010' ;

pic[2].file = 'images/newwork/TheVandalist.jpg' ;  
pic[2].width = 383 ;  pic[1].height = 550 ;     
pic[2].time =  8 ;  
pic[2].title  = 'The Vandalist' ; 
pic[2].blurb  ='Spray paint on vinyl<br />2010' ;

pic[3].file = 'images/newwork/carddeck.jpg' ;  
pic[3].width =  825 ;  pic[1].height = 550 ;   
pic[3].time =  8 ;  
pic[3].title  = 'Custom deck of playing cards' ;
pic[3].blurb = 'double sided gloss cards<br />2010' ;

pic[4].file = 'images/newwork/cards.jpg' ;  
pic[4].width =  825 ;  pic[1].height = 550 ;   
pic[4].time =  8 ;  
pic[4].title  = 'Jack, queen and king of hearts' ;
pic[4].blurb = 'detail from custom deck of playing cards<br />2010' ;

pic[5].file = 'images/newwork/Boxes.jpg' ;  
pic[5].width =  825 ;  pic[2].height = 550 ;   
pic[5].time =  8 ;   
pic[5].title  = 'Self Storage 1 & 2' ;
pic[5].blurb = 'Inkjet print on tape and cardboard<br />2010' ;

pic[6].file = 'images/newwork/tetrisalice.gif' ;  
pic[6].width =  450 ;  pic[3].height = 550 ;    
pic[6].time =  8 ;   
pic[6].title  = 'Tetris Alice' ;
pic[6].blurb = 'Inkjet print and acrylic paint on cardboard<br />2010' ;

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

