$(document).ready(function() {
	

	
	$("#picasa").EmbedPicasaGallery('frostguiding',{  
		
		matcher:       /./,        // string or regexp to match album title
		size:             '72',        // thumbnail size (32, 48, 64, 72, 144, 160)
		msg_loading_list :  'Loading list from PicasaWeb', 
		msg_loading_album : 'Loading album from PicasaWeb',
		msg_back :          'Back',
		album_title_tag: '<h2/>',
        album_thumb_titles: true,
        max_thumbs: 120

		
	}); 
	
	
});