$(document).ready(function() {
	
	var keywords = "home";
		
		
	$("#picasa_latest").EmbedPicasaLatest('108323847941954932470',{  	
		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/>',
        max_thumbs: 12,
		tags: keywords,
		max_sample: 500
		
	});	
});
