/*                                                                          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 = 'sound1.jpg' ;  
pic[1].width =  640 ;  pic[1].height = 360 ;   
pic[1].time =  8 ;  
pic[1].title  = 'Sound Art' ;
pic[1].blurb = 'Lisa Lai- PhD Candidate, 2008' ;

pic[2].file = 'sound2.jpg' ;  
pic[2].width =  640 ;  pic[1].height = 360 ;   
pic[2].time =  8 ;   
pic[2].title  = 'Sound Art' ;
pic[2].blurb = 'Lisa Lai- PhD Candidate, 2008' ;

pic[3].file = 'sound3.jpg' ;  
pic[3].width =  640 ;  pic[1].height = 360 ;    
pic[3].time =  8 ;   
pic[3].title  = 'Sound Art' ;
pic[3].blurb = 'Lisa Lai- PhD Candidate, 2008' ;

pic[4].file = 'sound4.jpg' ;  
pic[4].width =  640 ;  pic[1].height = 360 ;    
pic[4].time =  8 ;   
pic[4].title  = 'Sound Art' ;
pic[4].blurb = 'Lisa Lai- PhD Candidate, 2008' ;

pic[5].file = 'sound5.jpg' ;  
pic[5].width = 640 ;  pic[1].height = 360 ;     
pic[5].time =  8 ;   
pic[5].title  = 'Sound Art' ;
pic[5].blurb = 'Lisa Lai- PhD Candidate, 2008' ;

pic[6].file = 'sound6.jpg' ;  
pic[6].width =  640 ;  pic[1].height = 360 ;    
pic[6].time =  8 ;   
pic[6].title  = 'Sound Art' ;
pic[6].blurb = 'Lisa Lai- PhD Candidate, 2008' ;

pic[7].file = 'sound7.jpg' ;  
pic[7].width =  640 ;  pic[1].height = 360 ;    
pic[7].time =  8 ;   
pic[7].title  = 'Sound Art' ;
pic[7].blurb = 'Lisa Lai- PhD Candidate, 2008' ;


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

