﻿/// <reference path="../../../Js/jQuery/jquery-1.3.2-vsdoc2.js"/>
/// <reference path="jquery.lightbox-0.5-vsdoc.js"/>
function loadGallery(g,c){
	if(c==null)c=false;
	$('#gallery').load('/Components/Photos/LightboxFeed.aspx?g='+g+' #items a','',galleryLoaded(c));
}
function galleryLoaded(c){
	$('#gallery a').lightBox();
	if(c)$('#gallery a:first').click();
}

