/*                                                                          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 = 'i_art1.jpg' ;  
pic[1].width =  640 ;  pic[1].height = 360 ;   
pic[1].time =  8 ;  
pic[1].title  = 'Internet Art' ;
pic[1].blurb = 'Laila Kazak, compositions 2008' ;

pic[2].file = 'i_art2.jpg' ;  
pic[2].width =  640 ;  pic[1].height = 360 ;   
pic[2].time =  8 ;   
pic[2].title  = 'Internet Art' ;
pic[2].blurb = 'Laila Kazak, compositions 2008' ;

pic[3].file = 'i_art3.jpg' ;  
pic[3].width =  640 ;  pic[1].height = 360 ;    
pic[3].time =  8 ;   
pic[3].title  = 'Internet Art' ;
pic[3].blurb = 'Laila Kazak, compositions 2008' ;

pic[4].file = 'i_art4.jpg' ;  
pic[4].width =  640 ;  pic[1].height = 360 ;    
pic[4].time =  8 ;   
pic[4].title  = 'Internet Art' ;
pic[4].blurb = 'Laila Kazak, compositions 2008' ;

pic[5].file = 'i_art5.jpg' ;  
pic[5].width = 640 ;  pic[1].height = 360 ;     
pic[5].time =  8 ;   
pic[5].title  = 'Internet Art' ;
pic[5].blurb = 'Laila Kazak, compositions 2008' ;




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

