$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({
		overlay_gallery: false
	});
	
	$("#accordion").accordion({
		autoHeight: false
	});	
	
	$(".finish-option").change(function() {
		alert('test');
	});
});

function prettyLauncher(title, url) {
	$.prettyPhoto.open(url,title,title);
}
