/**
 * @author Justin
 */

	var photo = {
		
		toggle : function(el,img){
			element = $(el);
			element.src = img;			
		}
		
		
	}
