// JavaScript Document
function load_photo(photo_id)
{
	$('#gallery_photo').attr('src', 'gallery/'+photo_id+'.jpg');	
}