//****************************************
//****************************************
//  Each painting listed has 6 properties:
//
//  portfolio5[portfolio5.length] = new Array(
//	"painting title",
//	"small thumbnail image",
//	"large image",
//	"medium",
//	"size",
//	"price"
//  );
//****************************************
//****************************************

portfolio5 = new Array();

portfolio5[portfolio5.length] = new Array(
	"Images of Ireland and England",
	"As I continue to photograph historic architecture in America, I also reach beyond its borders to explore the stone and timber structures of Europe. This portfolio of images was shot with black and white infrared film and printed as silver gelatin prints. Hand-tinting my photographs with oils gives me the opportunity to choose my own color palette and add layers of color like the layers of history these structures have witnessed. This combination creates a dreamlike quality of times long passed, held in our memories.",
	"layout4"
);

portfolio5[portfolio5.length] = new Array(
	"View from Quinn Abbey, Ireland",
	"iie_1a.jpg",
	"iie_1b.jpg",
	"hand-tinted gelatin silver print",
	"H 8.5&quot; x W 12.5&quot;",
	"$700.00"
);

portfolio5[portfolio5.length] = new Array(
	"Grace O'Malley's Castle, Ireland",
	"iie_2a.jpg",
	"iie_2b.jpg",
	"hand-tinted gelatin silver print",
	"H 8.5&quot; x W 19&quot;",
	"$1000.00"
);

portfolio5[portfolio5.length] = new Array(
	"Clonmacnois in Spring, Ireland",
	"iie_3a.jpg",
	"iie_3b.jpg",
	"hand-tinted gelatin silver print",
	"H 8.5&quot; x W 12.5&quot;",
	"$500.00"
);

portfolio5[portfolio5.length] = new Array(
	"Remains of Cowdrey House, England",
	"iie_4a.jpg",
	"iie_4b.jpg",
	"hand-tinted gelatin silver print",
	"H 9&quot; x W 19&quot;",
	"$1000.00"
);

portfolio5[portfolio5.length] = new Array(
	"Castle Gate at Clifden Castle, Ireland",
	"iie_5a.jpg",
	"iie_5b.jpg",
	"hand-tinted gelatin silver print",
	"H 9&quot; x W 6&quot;",
	"$350.00"
);

portfolio5[portfolio5.length] = new Array(
	"Great Dixter Manor House, England",
	"iie_6a.jpg",
	"iie_6b.jpg",
	"hand-tinted gelatin silver print",
	"H 12.5&quot; x W 8.5&quot;",
	"$700.00"
);
