/*                                                                          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/suitcase/allineedisme.gif' ;  
pic[1].width =  825 ;  pic[1].height = 550 ;   
pic[1].time =  8 ;  
pic[1].title  = 'All I Need Is Me (Just In Case)' ;
pic[1].blurb = 'Currently in the <a href="http://www.portrait.gov.au/site/nyspp.php" target="_parent">National Youth Self Portrait Prize Online Exhibition</a>' ;

pic[2].file = 'images/newwork/everythingispoisonous.gif' ;  
pic[2].width =  825 ;  pic[2].height = 550 ;   
pic[2].time =  8 ;   
pic[2].title  = 'Everything Is Poisonous' ;
pic[2].blurb = 'Digital Image' ;

pic[3].file = 'images/newwork/tetrisalice.gif' ;  
pic[3].width =  450 ;  pic[3].height = 550 ;    
pic[3].time =  8 ;   
pic[3].title  = 'Tetris Alice' ;
pic[3].blurb = 'Part of upcoming collaboration with fashion designer Amelia Thompson: <a href="http://www.grazedyouth.com" target="_parent"> www.grazedyouth.com</a>' ;

pic[4].file = 'images/newwork/book.gif' ;  
pic[4].width = 383 ;  pic[1].height = 550 ;     
pic[4].time =  8 ;  
pic[4].title  = 'Work in progress stills from book animation' ; 
pic[4].blurb  ='Part of upcoming collaboration with fashion designer Amelia Thompson: <a href="http://www.grazedyouth.com" target="_parent"> www.grazedyouth.com</a>' ;

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

