/*                                                                          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/plasticsurgery/thesurgeonsassistant.gif' ;  
pic[1].width =  458 ;  pic[1].height = 550 ;   
pic[1].time =  8 ;  
pic[1].title  = "The Surgeon's Assistant" ;
pic[1].blurb = 'Inkjet print on aluminium foil<br />2009' ;

pic[2].file = '../images/plasticsurgery/lick.gif' ;  
pic[2].width =  367 ;  pic[2].height = 550 ;   
pic[2].time =  8 ;   
pic[2].title  = 'Lick' ;
pic[2].blurb = 'Inkjet print on aluminium foil<br />2009' ;

pic[3].file = '../images/plasticsurgery/fluorocage.gif' ;  
pic[3].width =  365 ;  pic[3].height = 550 ;    
pic[3].time =  8 ;   
pic[3].title  = 'Fluoro Cage' ;
pic[3].blurb = 'Inkjet print on aluminium foil<br />2009' ;

pic[4].file = '../images/plasticsurgery/discotechnician.gif' ;  
pic[4].width = 383 ;  pic[1].height = 550 ;     
pic[4].time =  8 ;   
pic[4].title  = 'Discotechnician' ;
pic[4].blurb = 'Inkjet print on aluminium foil<br />2009' ;

pic[5].file = '../images/plasticsurgery/mintmuskorangelemon.gif' ;  
pic[5].width =  366 ;  pic[1].height = 550 ;    
pic[5].time =  8 ;   
pic[5].title  = 'Mint, Musk, Orange, Lemon' ;
pic[5].blurb = 'Inkjet print on aluminium foil<br />2009' ;

pic[6].file = '../images/plasticsurgery/50.gif' ;  
pic[6].width =  453 ;  pic[1].height = 550 ;    
pic[6].time =  8 ;   
pic[6].title  = '50% Off' ;
pic[6].blurb = 'Inkjet print on aluminium foil<br />2009' ;

pic[7].file = '../images/plasticsurgery/betterhalf.gif' ;  
pic[7].width =  348 ;  pic[1].height = 550 ;   
pic[7].time =  8 ;   
pic[7].title  = 'Better Half/Neither Here Nor There' ;
pic[7].blurb = 'Inkjet print on aluminium foil<br />2009' ;

pic[8].file = '../images/plasticsurgery/amaker.gif' ;  
pic[8].width =  455 ;  pic[1].height = 550 ;  
pic[8].time =  8 ;  
pic[8].title  = 'A Maker' ;
pic[8].blurb = 'Inkjet print on aluminium foil<br />2009' ;

pic[9].file = '../images/plasticsurgery/triplevision.gif' ;  
pic[9].width =  469 ;  pic[1].height = 550 ;  
pic[9].time =  8 ;  
pic[9].title  = 'Triple Vision' ;
pic[9].blurb = 'Inkjet print on aluminium foil<br />2009' ;

pic[10].file = '../images/plasticsurgery/thesurgeon.gif' ;  
pic[10].width =  387 ;  pic[1].height = 550 ;  
pic[10].time =  8 ;  
pic[10].title  = 'The Surgeon' ;
pic[10].blurb = 'Inkjet print on aluminium foil<br />2009' ;


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

