// JavaScript Document

$(document).ready(function() {
	jQuery("#galleryflickr").flickr({     
    api_key: "de38bf796303de3610a695ec0ec926d5", 
	thumb_size: 't',
	per_page: 12,
	type: 'search',
	group_id: '852961@N25',
	cutoff: null,
	randomise: true, 
	callback: liteboxCallback  
  }).before('<h2>The 2008 Convention Experience</h2>');
  
	swfobject.embedSWF("http://www.youtube.com/v/6cV6IDif7Rc&hl=en&fs=1", "flashobject", "340", "285", "9.0.0", "expressInstall.swf");	


}); 


function liteboxCallback(el){
  $(el).litebox({oz:5000,
		  nz:'2em',
		  oy: 0.6,
		  sc:'#222',
		  sh:0.6,
		  sw:0.7,
		  lw:208,
		  lh:13,
		  auto: 'Auto Play',
		  stop: 'Stop',
		  restart:'Restart',
		  close:'Close - [X]',
		  prev:'&lt; Prev',
		  next:'Next &gt;',
		  lu:'http://wwww.rmaa.com.au/natcon2009/i/loadingAnimation.gif',
		  count: false});
};

