	//<![CDATA[
window.addEvent('domready', function(){
	    var data = {
	      '60sec-1.jpg': { caption: '60 Second Assassin', href: '#' },
		  'PL-1.jpg': { caption: 'Project Lionheart', href: '#' },
		  'Canibus-1.jpg': { caption: 'Canibus', href: '#' }, 
		  'Canibus-2.jpg': { caption: 'Canibus', href: '#' }, 
		  'Canibus-3.jpg': { caption: 'Canibus', href: '#' }, 
		  'Canibus-4.jpg': { caption: 'Canibus', href: '#' }, 
		  'KeithMurray-1.jpg': { caption: 'Keith Murray', href: '#' }, 
	      'KeithMurray-2.jpg': { caption: 'Keith Murray', href: '#' } 
	    };
	    var myShow = new Slideshow.Push('R1', data, { captions: true, delay:4000, random:true, transition:'Sine', controller: true, height: 324, hu: 'Images/slideshow', width: 474 });
	  });
	  
window.addEvent('domready', function() {
	
	//create our Accordion instance
	var myAccordion = new Accordion($('accordion'), 'h3.toggler', 'div.element', {
		opacity: false,
		onActive: function(toggler, element){
			toggler.setStyle('color', '#41464D');
		},
		onBackground: function(toggler, element){
			toggler.setStyle('color', '#528CE0');
		}
	});
});
	  
	  
	//]]>
