// TABBED SLIDESHOW START //
jQuery(document).ready(function() {
		jQuery( "#tabs" ).tabs();
});
// TABBED SLIDESHOW END //

// GALLERIA START //
jQuery(document).ready(function() {
	Galleria.loadTheme("http://janice:8888/wp-content/themes/janice/lib/galleria/themes/classic/galleria.classic.js");

	jQuery('.blogentryimages').galleria({
		height:600,
		width:950,
		show_counter: false
	});
});
// GALLERIA END //
