<?xml version="1.0" encoding="iso-8859-1"?>
	<gallery>

		<!-- configure the gallery in this xml-node -->
		<config>

			<!-- set the title of the album -->
			<title>ふらふら秋葉原</title>

			<!-- set the location of the thumbnails relative to the gallery.swf -->
			<thumbnail_dir>../photograph/20070716_Akihabara/thm/</thumbnail_dir>
			
			<!-- set the actlocation of the actual high-res images relative to the gallery.swf -->
			<image_dir>../photograph/20070716_Akihabara/</image_dir>
			
			<!-- the time interval for each image to display, this value is in seconds
			default value : 5
			-->
			<slideshow_interval>5</slideshow_interval>

			<!-- pause slideshow at start
			default value : false
			-->
			<pause_slideshow>false</pause_slideshow>

			<!-- set true if you want the application to scale the images while using RSS feeds
			default value : true
			-->
			<rss_scale_images>true</rss_scale_images>

			<!-- set the path of the mp3 file that should loop as a background music while playing the slideshow.
			default value : none
			-->
			<!--
			<background_music>Johnny Quest.mp3</background_music>
			-->
			<background_music>none</background_music>

			<!-- percentage of the volume to set while playing the music
			default value : 50
			-->
			<background_music_volume>0</background_music_volume>

			<!-- add links to images, and allow the views to click on images from flickr, picasa,and 
			view the page where the actual image is found.
			If you dont want views to visit the picasa, or flickr or other sites keep this value false.
			default value : false
			-->
			<link_images>false</link_images>

			<!--
			Photographers will like to disable printscreen for their pictures
			to increase the security of their photographs.
			Set this value to true if you wish to disable print screen in the application.
			While the application is running the print screen option will be completely disabled in 
			all other applications that the visitor is using.

			default value : false
			-->
			<disable_printscreen>false</disable_printscreen>
		
		</config>
		



		<!-- this node contains all the albums -->
		<albums>
			<album title="ふらふら秋葉原" description="ふらふら秋葉原">	
				<image title="年収8,000万円のおでん自動販売機" date="2007/07/16" thumbnail="photo001.jpg" image="photo001.jpg">すっげー恥ずかしかった</image>
				<image title="「お前はもうすでに死んでいる」" date="2007/07/16" thumbnail="photo002.jpg" image="photo002.jpg">等身大の北斗さん。筋肉が勇ましかった</image>
				<image title="ドクター" date="2007/07/16" thumbnail="photo003.jpg" image="photo003.jpg">JR秋葉原駅の前でドクター中松が選挙活動をしてた。名刺をいただき興奮状態です</image>
				<image title="ドクターと記念写真" date="2007/07/16" thumbnail="photo004.jpg" image="photo004.jpg">大勢の人が群がる中、強引に写真撮影。ドクターの視線がカメラじゃないところがまたいいの</image>
				<image title="でんじゃらす" date="2007/07/16" thumbnail="photo005.jpg" image="photo005.jpg">「フェチ」と書かれたなんとも怪しい人。バラをくわえてました</image>
				<image title="みんなのカリスマン" date="2007/07/16" thumbnail="photo006.jpg" image="photo006.jpg">路上でお笑いのチケットを売ってたカリスマン。記念写真です</image>
				<image title="今日の秋葉原" date="2007/07/16" thumbnail="photo007.jpg" image="photo007.jpg">確か17時頃。方向者天国もそろそろ解散の気配</image>
				<image title="日本人はおにぎりでしょ" date="2007/07/16" thumbnail="photo008.jpg" image="photo008.jpg">ということで、一緒に行った先輩に買ってもらう</image>
				<image title="シューティングレンジ＠秋葉原" date="2007/07/16" thumbnail="photo009.jpg" image="photo009.jpg">1時間1000円と少し高いシューティングレンジ。秋葉原にある</image>
				<image title="FAMAS" date="2007/07/16" thumbnail="photo010.jpg" image="photo010.jpg">今日買ったFAMAS。早速試射してみます。</image>
				<image title="Shootting!" date="2007/07/16" thumbnail="photo011.jpg" image="photo011.jpg">結構狭いので、シューティンググラスが必須。</image>
			</album>


			<!--
			if you have a flickr account al you need to do is add url of the flickr account and the 
			type="flickr" and provide a title
			if you provide the url of your account all the sets will be taken,
			if you want only a particular set to be added, then provide the url of the set.
			-->
			<!--
			<album title="Yahoo Photos" description="This is the description the Yahoo album" type="flickr" url="http://www.flickr.com/photos/navdeepraj"></album>			
			-->
			
			<!--
			For picasa accounts you must provide the rss of the account, if you provide the rss 
			of the account then  all the albums will be added, if you want to add only an album just
			simply provide the rss of the album only.
			-->
			<!--
			<album title="Wildlife" description="a few shots at the wild." type="picasa" url="http://picasaweb.google.com/data/feed/base/user/3drockz/albumid/5066633507112409985?alt=rss&hl=en_US"></album>
			-->
			
			<!--
			Fotki users should add thier albums from the rss feed url.
			-->
			<!--
			<album title="Scenary" description="a fotki album of scenes." type="fotki" url="http://feeds.fotki.com/SBPhil/album_sqrgrfswftqw.rss"></album>
			-->
			<!--
			even photobucket user must add their albums from the rss feed url.
			-->
			<!--
			<album title="photo bucket" description="some photo bucket album" type="photobucket" url="http://feed0006.photobucket.com/albums/0006/pbhomepage/celebrities/feed.rss"></album>
			-->
		</albums>

		<!--  language support added in v 1.0b	-->
		
		<language>
			<string id="please wait" value="Please wait" />
			<string id="loading" value="Loading" />
			<string id="previous page" value="Previous Page" />
			<string id="page % of %" value="Page % of %" />
			<string id="next page" value="Next Page" />
		</language>

	</gallery>
