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

portfolio4 = new Array();

portfolio4[portfolio4.length] = new Array(
	"Vanishing Points",
	"As I travel, I am drawn to the overlooked architecture along the road, such as the post World War II structures. After the war, Americans traveled in their cars and enterprising individuals started businesses based around this new lifestyle. What's happening to the Mom and Pop motels and unique tourist attractions? Are Americans selling their souls to homogenized hotels and look-alike cineplexes? This sense of loss compels me to capture these remains through my lens, preserving this disappearing recent history.",
	"layout4"
);

portfolio4[portfolio4.length] = new Array(
	"Roy's Motel, Rt. 66, Amboy, CA",
	"vp_1a.jpg",
	"vp_1b.jpg",
	"pastel over cynotype",
	"H 10&quot; x W 14.5&quot;",
	" "
);

portfolio4[portfolio4.length] = new Array(
	"Dinosaur Land - Shark, White Post, VA",
	"vp_2a.jpg",
	"vp_2b.jpg",
	"pastel over cynotype",
	"8.5&quot; x 21&quot;",
	" "
);

portfolio4[portfolio4.length] = new Array(
	"Cottage in the Sun, Biddeford, ME",
	"vp_3a.jpg",
	"vp_3b.jpg",
	"hand-tinted gelatin silver print",
	"6&quot; x 9&quot;",
	" "
);

portfolio4[portfolio4.length] = new Array(
	"Abandoned Cottage Court, Washington, NC",
	"vp_4a.jpg",
	"vp_4b.jpg",
	"hand-tinted gelatin silver print",
	"6&quot; x 9&quot;",
	" "
);

portfolio4[portfolio4.length] = new Array(
	"Finger Lakes Drive-In, Auburn, NY",
	"vp_5a.jpg",
	"vp_5b.jpg",
	"hand-tinted gelatin silver print",
	"9&quot; x 6&quot;",
	" "
);

portfolio4[portfolio4.length] = new Array(
	"Natalie Drive-In, Natalie, PA",
	"vp_6a.jpg",
	"vp_6b.jpg",
	"hand-tinted gelatin silver print",
	"9&quot; x 6&quot;",
	" "
);
