/* Author: 

*/

$(document).ready(function(){
    $("a[rel^='prettyPhoto']").prettyPhoto({
		deeplinking: false,
		default_width: 770,
		default_height: 460
		}
	);
	
	$('#newsticker ul').innerfade({
				speed: 'slow',
				timeout: 3000,
				type: 'sequence'
	});
	
  });






















