$(document).ready(function(){
		
	var keywords = "banner";	
	/*
	$("#banner")
	.EmbedPicasaBanner('108323847941954932470',{  	
		matcher:       /./,        // string or regexp to match album title
		size:             '72',        // thumbnail size (32, 48, 64, 72, 144, 160)
		msg_loading_list :  '<div class="loading_banner"></div>', 
		msg_loading_album : 'Loading album from PicasaWeb',
		msg_back :          'Back',
		album_title_tag: '<h2/>',
        max_thumbs: 6,
		tags: keywords,
		callback: function () {
			$('#banner')
			.cycle({ 
			    fx:     'fade', 
			    timeout: 6000
			 });
			 
			 
			$("div.banner_info").toggle(function() {
				$(".desc").slideDown("slow");
			},
			function() {
				$(".desc").slideUp("slow").hide();//must also hide because slideUp doesn't work on the paragraph that is in the hidden banners
				
			});

  		}
	})
	
	*/
		
});
